Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a chart in my application that I wish to remain static. How can I accomplish this without using the "detach"-option every time I start my application?
use {1} in your expressions to ignore selections
use {1} in your expressions to ignore selections
Worked nicely, thank you.
For instance, sum({1}Sales) instead of sum(Sales) if there's ever anyone wondering where to put the "{1}".