Skip to main content
Announcements
Jan 15, Trends 2025! Get expert guidance to thrive post-AI with After AI: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Only Max Values

Hi,

I am attaching the sample app .refer it and  provide the solution.

Hope some one would help me out this.

Thanks in advance

1 Solution

Accepted Solutions
Gysbert_Wassenaar

See attached qvw.


talk is cheap, supply exceeds demand

View solution in original post

11 Replies
Gysbert_Wassenaar

Try this expression: only({<StartDate={'$(=date(max(StartDate)))'}>}StartDate)


talk is cheap, supply exceeds demand
Not applicable
Author

Hi,

try this

only({<StartDate={'$((=date(only(max(StartDate))))'}>}StartDate)

Anonymous
Not applicable
Author

Thanks for responding me

Could you try with this date in Excel file.

the same expression is not working with the date

Gysbert_Wassenaar

Works for me.


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Could you share me the sample app

I will look into probably I missed out something

Gysbert_Wassenaar

See attached qvw.


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Gysbert,

Coould you also check this please?

seeking your suggestion

Gysbert_Wassenaar

Since you're working with timestamps instead of plain dates you'll have to make sure to format the result as a timestamp too: only({<Start={'$(=timestamp(max(Start)))'}>}Start)


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

HI Thanks for valuable solution but still I need the max time stamp to be converted in Dates

I need the Max dates in the output though it is timestamp fields