Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Friends,
or for a set analysis
this is my measure:-
No filter should work on this
SUM({$<Date_Date={'>=$(=YearStart(Max(Date_Date)))<=$(=YearEnd(Max(Date_Date)))'},Flag={'Visit TYPE REVENUE'}>} SELFPAYER_LC - DISCOUNT + PAYER1_LC)
Regards,
Mohit Dahiya
Message was edited by: Mohit Dahiya
Use alternative states in entire sheet.
For example:
sum({state1}sales)
Use "State1" in entire objects and expressions.
Hope this will work in single sheet.
Thanks
Gireesh
Its working in my project.....