Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to get the count based on the premium value. If I am having a table like below
Tried the below in set analysis did not work. Please advise.
if([Premium Band]='0 - 200',Count({$< Premium= {">=0 <200"}>} DISTINCT Policy))
The Premium Band is the field created speratly.
Thanks,
Sijo
Hi Sijo,
try adding your [Premium Band] condition to your set.
Count({$<[Premium Band]={'0 - 200'}, Premium={">=0<200"}>} DISTINCT Policy)
Marcus