Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys I have one KPI with this expression
=sum({1<DATA_BASE={"$(=Date(AddMonths(Max(Date#(DATA_BASE,'YYYYMM')),-3),'YYYYMM'))" }>}OVER_NOTA_AUX)
I'm using "1" to ignore my filters, but when I select anything from DATA_BASE field my KPI changes, any ideas?
Tks a lot!
=sum({1<DATA_BASE={"$(=Date(AddMonths(Max({1}Date#(DATA_BASE,'YYYYMM')),-3),'YYYYMM'))" }>}OVER_NOTA_AUX)
=sum({1<DATA_BASE={"$(=Date(AddMonths(Max({1}Date#(DATA_BASE,'YYYYMM')),-3),'YYYYMM'))" }>}OVER_NOTA_AUX)
Tks so much!! It worked pretty fine!!!
But it's not working for me on this condition..
count({<[VIEW_NBOREPORT.ISSUANCE_YEAR]={'$(vMaxYear)'},
[VIEW_NBOREPORT.ISSUANCE_DATE]={'$(vMaxDate)'},
[VIEW_NBOREPORT.ISSUANCE_MONTH]=,[VIEW_NBOREPORT.ISSUANCE_DAY]=,[VIEW_NBOREPORT.ISSUANCE_Month_Year]=
>}
[VIEW_NBOREPORT.POLICY_NO]
)