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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
priyarane
Specialist
Specialist

Current Selection - Date

Hi Experts,

I have listbox with date -  =Date(TE_AS_OF_TMS)  and Whene ever I select date for ex 26-02-2015 and then in Current selections  its looks like 44555(Ex) so, how can I Show Date in Current selections.

Thank you


Labels (1)
1 Solution

Accepted Solutions
menta
Partner - Creator II
Partner - Creator II

You can load the field directly as date with your format or you can set the view of the field by -->Settings-->Number

selct the field and change the display mode

View solution in original post

7 Replies
giakoum
Partner - Master II
Partner - Master II

read it as date in your script

menta
Partner - Creator II
Partner - Creator II

You can load the field directly as date with your format or you can set the view of the field by -->Settings-->Number

selct the field and change the display mode

priyarane
Specialist
Specialist
Author

Script I can't touch now, could you please help in how to show date in Current selections

buzzy996
Master II
Master II

in ur calender object

1. date(mTE_AS_OF_TMS)

2. Number tab on calendar object--choose DATE radio button and type format.

Anonymous
Not applicable

Hi,

Use =Date(TE_AS_OF_TMS,'DD/MM/YYYY')

or in script:

Date(TE_AS_OF_TMS,'DD/MM/YYYY')  as Date

Regards

Neetha

priyarane
Specialist
Specialist
Author

Thanks Carlo,

Settings-Docproperties-Number-


priyarane
Specialist
Specialist
Author

Thanks Neeta for reply, but what ever you write(date format) but current select will appear as script data. And as Carlo said,

Settings-Docproperties-Number-