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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Parse function.

Hi,

I am using qv11.2(SR2).does parse function works in this version.

Regards

Piyush.

7 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Yes it does works.

     All the function works in this version.

     Are you facing any Problem?

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

Hi,

It is not there actaully i was using Persedate function.

Regards,

Piyush

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

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

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
jonathandienst
Partner - Champion III
Partner - Champion III

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

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
jagan
Partner - Champion III
Partner - Champion III

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.

Not applicable
Author

Hi All,

I am able to use that function with the help of macro now.

Regards,
Piyush.


Clever_Anjos
Employee
Employee

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