Reference Qualifier on Lookup select box variable not working

sukirtighosh
Tera Guru

Hi Everyone, 

after going through n number of cases regarding trying to populate data in "Lookup Select Box" variable through reference qualifier, i am still able to make my case work. I need your urgent help on this. Below is my scenario:

I have a custom table which has got certain mapping of Facility, its categories and the faults, I am trying to fetch value of these fields in my variable set, but have no luck doing that. 

1) In order to fetch Facility category i did the following:

find_real_file.png

2) Also, in variable attribute i have given the qualifying element:

find_real_file.png

But still has got no luck, my list on record producer is bring the list of all categories irrespective of what facility is being selected by user. 

Can anyone please help me with this.

Regards

Sukirti

1 ACCEPTED SOLUTION

Alexey7
Mega Sage

Hello try to modify ref qualifier:

javascript:'u_facility='+current.variables.u_select_facility;

View solution in original post

6 REPLIES 6

Manikandan T
Giga Contributor

Try it in script include get value and push syid ...

Brian Lancaster
Tera Sage

I'm not sure reference qualifier works on lookup select box.  Try using a client script calling a script include to clear the lookup select box and then reload it with just the values you want.