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: 
qlik99
Contributor II
Contributor II

display max date value for each month histogram

Hello, 

I have a question , I need to display the max date value because now for example i have 3 dates in October and in the  histogram he do the sum of 3 values of Octobre 

 

I used this code but it doesn't works : 

 

left join (Table)

Load


Max(refresh_date) as refresh_date,
Month_refresh,

1 as SetAnalysisFlag

resident Table

group by Month_refresh;

 

qlik99_1-1635933200318.png

 

 

1 Solution

Accepted Solutions
3 Replies
qlik99
Contributor II
Contributor II
Author

Hello,

Any help please ? 

 

Thanks 

qlik99
Contributor II
Contributor II
Author

Any idea please ?

 

Regards