Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

what are functions we can use in script level?

what are functions we can use in script level?

5 Replies
Not applicable
Author

Hi manojqlik,

Please elaborate. Are you asking in terms of method/parameters/functions - for e.g. IF statements, IF-ELSE statements?

Best Regards,

R

Not applicable
Author

i mean like peek,pick.... like what are we can

Not applicable
Author

Manoj,

In Qlikview script level you can use lot of functions.

go to edit script - at the below of the screen you can get functions tab to get all the available functions in qlikview with syntax.qlik functions.png

SunilChauhan
Champion
Champion


check for function in qlikview help (open qlikview and press F1)

and remeber one thing that

if any function if you write in script and it shows as blue color  means that it will work in script

other wise not

and same for expression

Sunil Chauhan
Not applicable
Author

Depends for what purpose you want to use the function????

First be Specified.

If you want to use function to bring date into rite format that there are functions like:

Date, Date#, Subfield, Time stamp, Alt(For multiple format of date in one column).

Interval,

Nested if ,Else etc,

But first be Specified there are lot of more functions available.