Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
What should be the expression for sales KPI for current year to date(CYTD)?
The value should not change when the data is filtered on any date fields.
The fields in the table are SalesAmount, Year, Quarter, Month, and CYTDFlag. The CYTDFlag field is set to 1 for sales in the current year.
May be something like:
Sum({<Month,Year,Date, AnyOtherDateField, CYTDFlag={1}>}Sales)
Dear Deepti,
follow the below link:
if you have any issue attach some sample data so that we can help you in better way.
Thanks,
Mukram.
May be explain little more related data set? And little more related selection and needed
may be this
Sum({1<CYTDFlag={1}>}Sales)
or
Sum({<Month,Year,Quarter, CYTDFlag={1}>}Sales)