Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
baarathi
Creator III
Creator III

I want to get count(working days) for particular month of a year

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)

1 Solution

Accepted Solutions
Anil_Babu_Samineni

May be try this?

count({<BILLED={">=500"}>} Date)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

2 Replies
Anil_Babu_Samineni

May be try this?

count({<BILLED={">=500"}>} Date)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
tresesco
MVP
MVP

Try '>=' rather than '=>'

count({<BILLED={'>=500'}>} Date)