Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Multiple advanced Reference Qualifier conditions for one variable

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

Raghav Sharma24
Giga Patron

Try below:

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

View solution in original post

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

View solution in original post

3 REPLIES 3

Raghav Sharma24
Giga Patron

Try below:

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

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

ricker
Tera Guru

RJ8,

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