Discussion Board for collaboration related to QlikView App Development.
I'm experiencing a problem using the select in field with a variable that hopefully someone can help me with.
I set the variable on "OnOpen" (image 1) then do a select in field (image 2) just below it.
The variable is getting updated to "3" but the condition of selecting "902" is never met.
Any help would be greatly appreciated.
Thanks in advance.
Does variable updates from Input Box somewhere? Or how does it is. Can you please share sample.
the variable value is coming from a file loaded in the section application load of the section access
Can you place second argument to first and first to second like
If(vRep=3, '(' & 901 & '|' & 902 & ')' , 902)
OK, I switched them and then tested. The 902 value works, but the (901|902) does not. Is it possible the variable is not loading until after the select in field?
Well, May be i need to test. I wonder why it is not. For a while (901 | 902) try this alone. Let's see, I assume with If .. Else condition should work. Let me get for you by tomorrow. It's late night ..
Thanks
For me Its' working
Action sequence could be causing the issue. So to make it sure that the selection triggers works only when the variable value has been set, instead of putting the second action (selection) under same OnOpen trigger, try putting it under Variable Event trigger.