- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 05:36 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 05:48 AM
Try below:
javascript: 'parent='+current.variables.site_location+'^typeLIKE18234f3a97454d10769b36b3f153af36^u_space_type_for_spaces_onlyINLab,U Location,Zone (Rack Location)'
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 08:25 PM
@Community Alums if your query is resolved, you can mark the relevant answer correct.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 05:48 AM
Try below:
javascript: 'parent='+current.variables.site_location+'^typeLIKE18234f3a97454d10769b36b3f153af36^u_space_type_for_spaces_onlyINLab,U Location,Zone (Rack Location)'
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 08:25 PM
@Community Alums if your query is resolved, you can mark the relevant answer correct.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 01:35 PM
RJ8,
The reference qualifier will work for either a reference or lookup select box....you can use either.