choices parameter value 2
Posted: Tue Jul 22, 2014 8:12 am
Hi all,
I am testing the auto-complete feature and everything works fine if the choices selection criteria includes only one question mark (?).
But as soon as I include 2 question marks and add a choices parameter value 2, I cannot get it to work.
My choices selection criteria looks like this :
My choices parameter value looks like this :
My choices parameter value 2 looks like this :
Please someone help !
Thanks,
Bruno
I am testing the auto-complete feature and everything works fine if the choices selection criteria includes only one question mark (?).
But as soon as I include 2 question marks and add a choices parameter value 2, I cannot get it to work.
My choices selection criteria looks like this :
Code: Select all
VAR1=? and VAR2=?
Code: Select all
script: get("X1");
Code: Select all
script: get("X2");
Thanks,
Bruno