Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How can i show up total sales in a text box without getting effected by the selection made by user?
So no matter what the user will filter by i need this text box to show total sales.
Thxs
Use a set expression with set identifier 1 for this:
=sum( {1} Sales)
Regards,
Stefan
Use a set expression with set identifier 1 for this:
=sum( {1} Sales)
Regards,
Stefan
Thxs
Cheers!