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: 
Anonymous
Not applicable

How to add date field?

Hi all i have field  like  Sales, Product. how to add Date field in table box or back end .

8 Replies
Chanty4u
MVP
MVP

what you want exactly?  explain briefly?

Anonymous
Not applicable
Author

i have a excel file field sales,Product. i want add to date field in table box

sibin_jacob
Creator III
Creator III

If you want to show Current Date then use Today() function.

for last data loaded Date, you can use reloadtime() function.


Please share little more details.

Anonymous
Not applicable
Author

i have date 100 rows like date 2018-06-01 we need change all 1-jun-18

Chanty4u
MVP
MVP

try in qlik script like this

date(Date#(Datefield,'YYYY-MM-DD'),'DD-MMM-YY' )  AS NewDate

Anonymous
Not applicable
Author

2018-06-01 01:50:18 this convert to 1-jun-18

Chanty4u
MVP
MVP

try this

date(Date#(Datefield,'YYYY-MM-DD hh:mm:ss'),'DD-MMM-YY' )  AS NewDate

sibin_jacob
Creator III
Creator III


use this one


date(Date#(Datefield,'YYYY-MM-DD hh:mm:ss'),'DD-MMM-YY' )  AS NewDate