Discussion Board for collaboration related to QlikView App Development.
hi to all ,
i am trying to import values into variables like in the nice examole : https://community.qlik.com/thread/27883
i am using exactly the same code but no good ,
am i missisng something?
here is the good and the bad values for one variable :
see the attached files - it supose to be simple ,
thanks for your HELP ..
Hello,
The mistake is in how you define the variable [$(vVariable_Name)].
Pls change
Let [$(vVariable_Name2)] = Peek('vdb',vI2,'vServerName');
in
Let [$(vVariable_Name2)] = Peek('vServerName',vI2,'vServerName');
I hope to help you.
thanks Eliza !!
My pleasure .
Please mark , if it is correct the answers.