Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm looking for a way to code a min function on several aggragations. I want to use this in a graph to set min value on the axis.
The idea would be to get the min( { Sum(ThisYear), Sum(LastYear), Sum(Profitplan)) - 10000 (for example).
Can this be coded ?