Lookup Select box variable type , The manual search was not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 03:08 AM - edited 05-06-2024 07:29 AM
Hi,
I was working with Catalog item.
when i was working for one of the Record producer,
I selected the variable type = Lookup Select box
selected Reference table = ABC table
selected field value.
added below reference qualifier=ref_qual_elements=xyz;
(xyz is other varaiable on my record producer)
Now i am facing issue with this particular Lookup SelectBox variable.
when i tried to enter the value on the variable manually the search was not updating and providing No matches found as variable message.
Need some assistance for the same.
Thanks in Advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 03:13 AM
- Verify that the reference qualifier you've specified (ref_qual_elements=xyz) is correctly configured and is returning the expected results.
- Ensure that the reference qualifier is not overly restrictive, causing no matches to be found for valid input values.
- If possible share the screenshot of your reference qualifier
Please Mark ✅Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 03:23 AM
@Maddysunil as you can see the Category = Onboarding & Talent Aquisition
when i enter manually upto Onboarding & == it was showing this value
when i tried entering Onboarding & T = it showing no matches found.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 03:39 AM
It sounds like the issue you're experiencing might be related to special characters in your input value. The "&" character in "Onboarding & Talent Acquisition" could be causing the problem because it has special meaning in HTML and might be interfering with the search functionality of the Lookup Select Box.
I think In HTML, the "&" character has special meaning, as it is used to denote the start of an HTML entity or character reference. To represent an actual ampersand character in HTML text, you need to use the HTML entity &. Give it a try.
Please Mark ✅Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 04:06 AM
I have by giving in the search as
Onboarding &
Still it is showing the No matches found.
Looks like it is existing issue , could you please share any resolution steps so that we can refer and try to resolve.