Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to new expression in variance but it is get the budget - actual how is create a expression
Hi Sagara,
you need to supply more information about your data.
Andy
As an example:
In a table with Month (or date) as dimension, and these expressions:
Col1: Sales = Sum(Sales)
Col2: Budget = Sum(Budget)
Variance: Column(2) - Column(1)
HTH
Jonathan