Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I'm new to qlikview ,I have data (date field in year-month-day format I want to convert it into month,day year format ?
Regards
Malikarjun
this should do
date(YourDateField,'MM/DD/YYYY') as DATE,
Regards
Swarup
this should do
date(YourDateField,'MM/DD/YYYY') as DATE,
Regards
Swarup
Hey that was fast, let me try it..
Thank u Swarup