Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to create a completely static KPI box which shows the Month to Date sales using Set Analysis.
I have the following expression:
Sum( Aggr(Sum( DISTINCT Sales), OrderNumber))
And have used the following set analysis:
Sum( Aggr(Sum( DISTINCT {1<YearMonth={"$(vMTDStart)"} >} Sales), OrderNumber))
But selections still affect the sales value shown despite the '1'.
Could you please help?
Thank you
Like this?
Sum({1} Aggr({1}Sum({1} DISTINCT {<YearMonth={"$(vMTDStart)"} >} Sales), OrderNumber))
Like this?
Sum({1} Aggr({1}Sum({1} DISTINCT {<YearMonth={"$(vMTDStart)"} >} Sales), OrderNumber))
Yes!! Thank you very much