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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikbbguser
Contributor III
Contributor III

How to repeatedly show the latest date in every row

hello, 

Could you help with my question:

I want to create an expression that returns the latest date for EACH row.

In my data, 7/1/2024 is the latest date. So in the 'max date test' column shown below - I want to show 7/1/2024 in every single row.  

my current expression of 'max date test' field seems not to be working:

qlikbbguser_1-1724600718392.png

 

 

 

qlikbbguser_0-1724600606591.png

 

 

Labels (1)
1 Solution

Accepted Solutions
rubenmarin

Hi, you can try with: Date(Max(TOTAL Date#([Qlik Date],'MM/DD/YYYY')))

After TOTAL you can add the dimensions of the table to set the max date by row:

Date(Max(TOTAL <Dim1Field, Dim2Field> Date#([Qlik Date],'MM/DD/YYYY')))

View solution in original post

1 Reply
rubenmarin

Hi, you can try with: Date(Max(TOTAL Date#([Qlik Date],'MM/DD/YYYY')))

After TOTAL you can add the dimensions of the table to set the max date by row:

Date(Max(TOTAL <Dim1Field, Dim2Field> Date#([Qlik Date],'MM/DD/YYYY')))