Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have the need to use the sum aggregation filtered by a set analysis expression that contains a firstsortedvalue expression.
For example, I have the following data:
I have a table which contains the first value of F2 order by F4, like below:
Now my issue is to get in a new column the sum(F3) only for the value of F2 return by firstsortedvalue.
I try with set analysis but without results.
Any idea?
Thanks in advance,
Davide