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

Announcements
Congratulations to the new Qlik Luminary and Partner Ambassador class! Meet them here
cancel
Showing results for 
Search instead for 
Did you mean: 
fbi
Contributor III
Contributor III

Min(date)

Hello,

I have a date field and in the script is as follows:

Date(Date#([IRLTID],'YYMMDD'),'YYYY-MM-DD') as IRLTID

now I want to get the first date in a table and I tried following solutions but none working:

Min(IRLTID)

Min(Date(Date#(IRLTID,'YYMMDD'),'YYYY-MM-DD'))

Date(Min(IRLTID))

5 Replies
rwunderlich
MVP
MVP

Are you wanting to get this in the script or in a chart?

-Rob

fbi
Contributor III
Contributor III
Author

in a chart , 

thank you for your reply

rwunderlich
MVP
MVP

Date(Min(TOTAL IRLTID))

fbi
Contributor III
Contributor III
Author

TOTAL gives me the same value for all rows

 

rwunderlich
MVP
MVP

Sorry. When you said "first date in a table" I assumed you meant first for the entire table.

-Rob