count({<BILLED={'=>500'}>} Date), This expression show '-', I'm using qliksense 3.2, I am using this expression Pivot Table, wherein columns I have month-year(May-16)
May be try this?
count({<BILLED={">=500"}>} Date)
May be try this?
count({<BILLED={">=500"}>} Date)
Try '>=' rather than '=>'
count({<BILLED={'>=500'}>} Date)