Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
See attacched qvw.
regards.
MC
just change it to
Date(date,'DD-MMM-YYYY') as date_new
just using works for me -
Date(date,'DD-MMM-YYYY') as date_new
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!
Thanks all for prompt reply