Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
can anyone list out them if you have any basic common expression
for example selecting a specifuc product from one field for so and so year or month or week
Hi,
Some sample expressions.
sum(IF(Year=2013, Expense)) // If Expression
SUM ( {<Year = {2013},Month = {"april"}>} (Expense) ) //Set Analysis Expression