Skip to main content
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

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

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

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.