Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to use set analysis in a kpi formula.
I define the following variables:
vEndDate= max(enddate)
I have to add this variable in below expression so that upon selection of enddate the below measure expression value should also get change
count({<$(vEndDate),[flag]={'tag- 1','tag- 2','tag- 3','tag- 4',''},[tag]={'Extended Warranty','Service Contract'}
,[contract]={'Contract'}>}Business)
But it's giving me balnk value.