- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 06:08 AM
refrence qualifier condition is not working in catalog variable so please let me know the mistake
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 11:44 PM - edited 08-20-2024 11:49 PM
Hi @mani55 ,
I tried on PDI and its working.
You may try with the following ref qualifier :
javascript:'u_short_descriptionLIKEdsk045^u_availability=true^u_name='+current.variables.model_item.getDisplayValue()
Can you please check the backend field name of short description as everywhere you used u_field_name.
Please mark my response as correct and helpful if it helped solved your question.
Thanks,
Rohit Suryawanshi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 06:29 AM - edited 08-20-2024 06:31 AM
Hi @mani55
Try bellow reference qualifier once
'u_catalog_item.short_descriptionLIKEdsk045^u_name=' + current.variables.model_item + '^u_availability=true';
I hope my answer helps you to resolve your issue, if yes please mark my answer helpful and correct.
thank you
rajesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 09:51 PM
i tried these but no LUCK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 06:33 AM
Hard to say given the custom table. Make sure your table has a field named u_catalog_item that is a reference, and that all of the field names used are exactly correct. Start with a list view on the custom table and filter it with a hard-coded name to copy the query as a starting point to check this. Next try removing one condition at a time, name first, to see when it starts working. I'm not sure you can use getDisplayValue() in a reference qualifier, so try to dot-walk this to the Name or DisplayValue field you are after.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 11:44 PM - edited 08-20-2024 11:49 PM
Hi @mani55 ,
I tried on PDI and its working.
You may try with the following ref qualifier :
javascript:'u_short_descriptionLIKEdsk045^u_availability=true^u_name='+current.variables.model_item.getDisplayValue()
Can you please check the backend field name of short description as everywhere you used u_field_name.
Please mark my response as correct and helpful if it helped solved your question.
Thanks,
Rohit Suryawanshi