Skip to main content
Announcements
You can succeed best and quickest by helping others to succeed. Join the conversation.
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)

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)

View solution in original post

2 Replies
Anil_Babu_Samineni

May be try this?

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

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)
tresesco
MVP
MVP

Try '>=' rather than '=>'

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