Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Aspiring_Developer
Creator III
Creator III

Show only month end dates values in a table qliksense

Hello All,

I have below table in qliksense:-

Aspiring_Developer_0-1658133503948.png

My requirement is that I have to show numbers for the month end dates. No cumulation, simple display data for month end dates. 

I tried using Monthend(Date) function in dimension, it did generated month end dates but it is giving the sum all values in that month which is incorrect.

Can anyone please help ?

Thanks in advance

Labels (1)
1 Solution

Accepted Solutions
justISO
Specialist
Specialist

Hi, maybe you can modify your [Date] field to

if([Date]=MonthEnd([Date]), [Date])

and in menu uncheck 'Include null values', so you will see only dates if they are last day of month.

View solution in original post

1 Reply
justISO
Specialist
Specialist

Hi, maybe you can modify your [Date] field to

if([Date]=MonthEnd([Date]), [Date])

and in menu uncheck 'Include null values', so you will see only dates if they are last day of month.