Hi community,
I try to calculate (might seem) something simple : I have a data set with readings for each 15mins intervals throughout a day, so I need then in the end calculated at 30 mins interval, this means :
00:00 = 00:00 + 23:45 (previous day)
00:30 = 00:15 + 00:30
01:00 = 00:45 + 01:00
so on. without double counting / summing the rows, however we can do this and then filter out the unnecessary rows. It seems tricky for me to find out how to take the 23:45 from prev day..
I did showed pictures before and after cross tab in order to see how I need data in the end as after cross tab but I think the multi row formula must be placed before.
Also attached the dataset.
Thank you
M.
Solved! Go to Solution.
So currently you have 15mins interval it needs to be clubbed to 30 mins interval is that right.
If you can give like 10 rows of data will also do.
@atcodedog05 that is correct,
my data attached with my alteryx workflow so no need to start from zero.
Sorry...I forgot to mention when I mentioned this calculations
00:30 = 00:15 + 00:30
01:00 = 00:45 + 01:00
I meant to sum the readings so if the 00:15 reading = 35 and 00:30 = 20, the reading for 30 mins at 00:30 = 35+20 if this makes sense...
the output I need to be something like this made manually by me in Excel :
Hi @Tmanuela
before crosstab i have changed reading to double and in crosstab i have set to sum like below.
So what you are saying should be working please check few outputs and let me know🙂
@atcodedog05 sorry but don't quite understand how did you changed reading to double...? in the multi row formula...you mean you changed the [Code] variable to [Readings]?
you have a select tool before multi-row tool i changed it over there.
Readings to numeric datatype
Happy to help 🙂 @Tmanuela
Cheers and Happy Analyzing 😀
Feel free to reach out if you face any issues 🙂