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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

evalvate fun in vb script?

evalvate fun in vb script?

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

activedocument.evaluate( ...expression... ) will evaluate the qlikview expression and return the result as a string value (if possible).


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

No, just have fun.


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Hi gysbert,

what it is

i guess like

vreport=activedocument.evaluvate(vsetreport)

what evalvate is doing  its like calculation or is there any other work

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

activedocument.evaluate( ...expression... ) will evaluate the qlikview expression and return the result as a string value (if possible).


talk is cheap, supply exceeds demand
ThornOfCrowns
Specialist II
Specialist II

The Evaluate function will work in different ways depending on what vSetReport is. Evaluate is a very powerful function.