Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am using qv11.2(SR2).does parse function works in this version.
Regards
Piyush.
Hi,
Yes it does works.
All the function works in this version.
Are you facing any Problem?
Regards,
Kaushik Solanki
Hi,
It is not there actaully i was using Persedate function.
Regards,
Piyush
Hi,
There is not ParseDate Function in QlikView.
What exactly you want to achieve using this function, because there are other functions which might do the same thing like the function you are looking.
Regards,
Kaushik Solanki
Piyush
The date parsing in QV is done using the date#(), time#() and timestamp#() functions. They are fully explained in the reference manual and in the on-line help.
Regards
Jonathan
Hi,
What exactly you want to do? can you come up with an example, if you want to change date formats then use Date() and Date#() functions. Check Help file for examples.
Regards,
Jagan.
Hi All,
I am able to use that function with the help of macro now.
Regards,
Piyush.
I would avoid using macros to do ordinary things like this.
Use a variable and get the value using
set var = ActiveDocument.Variables("variablename")
val = var.GetContent.String