Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a straight table formula expression that uses a dimension of "Date" to create a complex rolling total. The rolling total references other columns within the straight table to accumulate.
I have a requirement to get the Min/Max/and Average values over all dates from this rolling total and use it in another chart.
What's the best way to do this?
Yes, you're probably right. Quite tedious
For this specific rolling total, there are column values that actually reference the rolling total to determine what to do which will directly affect the rolling total itself. Quite complex and took me many many hours to get working right.
Now I must collapse all that down to a single perfect expression it seems...
Wish you all the very best
Try to do some calculation is script by joining tables. I think it will shorten your expression
The hardest part is that there are inputfields in the straight table that allow the user to perform some simulation to see how it effects the running total. So I cannot move certain things into load script
Is it possible to use "Above" and "Below" functions when consolidating my expression?
With the aggregate function, you can use Above, below in a text box expression as well