Multiple advanced Reference Qualifier conditions for one variable

Community Alums
Not applicable

I want to combine two reference qualifiers for a single variable (please suggest if I should use a reference filed or look up select box field) for this

 

1. javascript: 'parent='+current.variables.site_location and 

 

2. typeLIKE18234f3a97454d10769b36b3f153af36^u_space_type_for_spaces_onlyINLab,U Location,Zone (Rack Location)^EQ

 

ps: site_location is a reference field to cmn_location table and my 2nd field is space which is where I want to combine the 2 reference qualifier conditions

 

Thanks

J

 

2 ACCEPTED SOLUTIONS

RaghavSh
Kilo Patron

Try below:

javascript: 'parent='+current.variables.site_location+'^typeLIKE18234f3a97454d10769b36b3f153af36^u_space_type_for_spaces_onlyINLab,U Location,Zone (Rack Location)'


Raghav
MVP 2023

View solution in original post

@Community Alums if your query is resolved, you can mark the relevant answer correct.


Raghav
MVP 2023

View solution in original post

3 REPLIES 3

RaghavSh
Kilo Patron

Try below:

javascript: 'parent='+current.variables.site_location+'^typeLIKE18234f3a97454d10769b36b3f153af36^u_space_type_for_spaces_onlyINLab,U Location,Zone (Rack Location)'


Raghav
MVP 2023

@Community Alums if your query is resolved, you can mark the relevant answer correct.


Raghav
MVP 2023

ricker
Tera Guru

RJ8,

The reference qualifier will work for either a reference or lookup select box....you can use either.