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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

showing maximum of date in a textbox using macro

Hi Friends,

I have a Date field in Calendar.I want to show maximum of Date in a text box through macro.

pls help how to do.

regards,

chandan

2 Replies
brenner_martina
Partner - Specialist II
Partner - Specialist II

Hi,

for what do you need a macro? The expression will be:

=Date(Max(datefield),'DD-MM-YYYY')

You can change the value of a variable to show or not to show the textbox!

Anonymous
Not applicable
Author

Hi Brenner,

You are right Macro is not required for this purpose.But for learning I want do it using a macro.

thanks,

chandan