Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all
in my model i have a kpi object with bellow expression :
Count({$<StatusFlag={'1'},YYYY = {$(#=max(YYYY)-1)},YearToDate={'YTD'} > } distinct order_id)
it is working well when changing values in year field, but when adding Quarter to selection it is retrieving 0 value
i dont want to add <Qurter=> to ignore quarter selection, is it possible to adapt the expression to retrieve the correct value ?
advanced thanks
Is your Quarter field includes both Quarter and Year or is it just Quarter? Meaning, do you store it like this Q1 or Q12019? If it stored with year, do you have another Quarter field which isn't stored with year?
Hi Sunny,
i have both with and without year
YearQuarterNum- 20181,20182,20183
Quarter - Q1,Q2,Q3
And you are making selection in Quarter field and not YearQuarterNum field?