Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Community,
i have a straight table with one dimension 'Group' and one expression '=SUM(Aggr(SUM(AMOUNT),GROUP))'
On the top are the totals by expression
The result looks like this :
Now i want to display the total 49398... directly inside a text object as a key performance indicator using the same expression
=SUM(Aggr(SUM(AMOUNT),GROUP)). But its not working as the number is not the same comparing with the straight table total
What i am making wrong? Please help
See attachement below
maybe
=sum({$ <Group={"*"}>} Amount)
Hi Maxgro,
your solution is not interactive? For example when chossing group A the text object value does not equal with the correct total value of the sraight table. Any idea how to make it possible?
maybe this
=sum({$ <Group*={"*"}>} Amount)
Best answer till now