Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
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
Partner Ambassador/MVP
Partner Ambassador/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
Partner Ambassador/MVP
Partner Ambassador/MVP

Date(Min(TOTAL IRLTID))

fbi
Contributor III
Contributor III
Author

TOTAL gives me the same value for all rows

 

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

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

-Rob