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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Fetch value of Input Box

Hi Guys,

I have one input box the default value for input box is Date(Today()).

Input box is linked to one variable lets say vFromDate.

When i print vFromDate in List Box it is giving some number and not the date which is given in Input box.

Please help how to fetch the value i.e date from input box.

Thanks

4 Replies
Anonymous
Not applicable
Author

for your variable apply this function date($(vFromDate)) .Best way to test is using a text box.

Anonymous
Not applicable
Author

see the attached sample

kumarkp412
Creator II
Creator II

Hi Girish,

In the List box, the default date field will show in number format which starts from 42*.

Please apply the appropriate dates functions to the field used in the list box.

If you apply the value Date(Today()) to vFromDate , it should show the date value in list box, how it shows in the variable .

kumarkp412
Creator II
Creator II

Please find the attachment