Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Max Date

Hi All,

I have SalesDate column derived as dual( 'Month End ' &Date(Monthend(Date),'DD-MMM-YYYY'),Date).

I want to show always only one selected SaleDate value. When I open the application it should show max(SalesDate).

How to achieve this?

I am using below.Not working.

Capture.PNG

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try search string like:

= 'Month End ' &Date(Monthend(Max({1}Date)),'DD-MMM-YYYY')

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hi Jack,

can you explain your problem in detail. Sorry here I am getting it .

Thanks,

tresesco
MVP
MVP

Try search string like:

= 'Month End ' &Date(Monthend(Max({1}Date)),'DD-MMM-YYYY')

nagarjuna_kotha
Partner - Specialist II
Partner - Specialist II

hi,

Try this Below Exoresion :

On Open >> Se;ction Field |>> Search Field:

= 'Month End ' &Date(Monthend(Max(Date)),'DD-MMM-YYYY')

I hope this helps.

-Nagarjun