Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all i have field like Sales, Product. how to add Date field in table box or back end .
what you want exactly? explain briefly?
i have a excel file field sales,Product. i want add to date field in table box
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.
i have date 100 rows like date 2018-06-01 we need change all 1-jun-18
try in qlik script like this
date(Date#(Datefield,'YYYY-MM-DD'),'DD-MMM-YY' ) AS NewDate
2018-06-01 01:50:18 this convert to 1-jun-18
try this
date(Date#(Datefield,'YYYY-MM-DD hh:mm:ss'),'DD-MMM-YY' ) AS NewDate
use this one
date(Date#(Datefield,'YYYY-MM-DD hh:mm:ss'),'DD-MMM-YY' ) AS NewDate