Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Date count of year not coming after bypass the month

Hello Everyone,

i have one table, dimension is Month and Measure is count of days, i need to get total date count for the year (that is 365), for each month

i am using the below expression, still it is showing the month wise count only

(count({<Month=>}DATE))

the result i am getting is below:

Untitled1.png

The expected result is below

Untitled2.jpg

any suggestions please where i am doing mistake

Thanks in advance

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

count(total DATE)


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

count(total DATE)


talk is cheap, supply exceeds demand
Not applicable
Author

Thanks Gysbert, it is working fine

senpradip007
Specialist III
Specialist III

Use this Count({<Month>} TOTAL Date)

Not applicable
Author

Hi Sreeharsha,


by using the dimension in your chart, your expression will still evaluate over it even with the set analysis you have.

You should be able to use Count(TOTAL Date) instead for this

hope that helps

Joe