Hopefully this is just a quick q, basically just want to know if i can do what i want, and roughly how to do it
I have a table stored as an xml file and worked on using a dataset
for the sake of simplicity it has three columns: user_id, week_start, profit
I want to work out the average profit per user, and potentially per range of week_start for each user
the most sensible way i can see to do this if possible is to use an expression column, but can you use them in that way
any help/suggestions much appreciated
I have a table stored as an xml file and worked on using a dataset
for the sake of simplicity it has three columns: user_id, week_start, profit
I want to work out the average profit per user, and potentially per range of week_start for each user
the most sensible way i can see to do this if possible is to use an expression column, but can you use them in that way
any help/suggestions much appreciated