Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
I am loading one QVD in qlikview ,one field having value 1-3-6 but it is not date format ,
how can i display in front end as it is 1-3-6 like numeric format
Thanks In Advance
Niranjan
Hi
Force the loading of the field as text using:
LOAD Text(myField) As myField,
...
HTH
Jonathan
which one is day month and year in the above value ??
-Nilesh
Hi Nilesh,
It is not date ,but qlikview treated like date format, but i need to display same like (1-3-6) in front end
Regards,
Niranjan
can you please attach the sample qvw.
-Nilesh
Hi
Force the loading of the field as text using:
LOAD Text(myField) As myField,
...
HTH
Jonathan
Jonathans suggestion should work, please give feedback and mark the question as answered, so other people with similar problems can find it