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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
upaliwije
Creator II
Creator II

Format Date

I attach herewith my QV file. In the Pivot table I do not get the desires result in the  date_new column

. I want the date_new  to be shown as 31-Mar-2014

pls help me

1 Solution

Accepted Solutions
Not applicable

See attacched qvw.

regards.
MC

View solution in original post

5 Replies
Not applicable

See attacched qvw.

regards.
MC

Not applicable

just change it to

Date(date,'DD-MMM-YYYY') as date_new


Anonymous
Not applicable

just using works for me -

Date(date,'DD-MMM-YYYY')  as date_new

jerem1234
Specialist II
Specialist II

Is this the same as Date Format?

If so, then what I had suggested already in my post should work for you:

Date(date, 'DD-MMM-YYYY')

Hope this helps!

upaliwije
Creator II
Creator II
Author

Thanks all  for prompt reply