Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can someone help with an expression. I have the below expression.I want to put a filter in the expression to only count when the year = 2016. Where Start_dt_yyyy = 2016
Count({[AltState1]} CLT_CLT_PGMID)
May be this:
Count({[AltState1]<Start_dt_yyyy = {2016}>} CLT_CLT_PGMID)
May be this:
Count({[AltState1]<Start_dt_yyyy = {2016}>} CLT_CLT_PGMID)