
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2017 08:40 AM
I created a table that has a list of item descriptions, in which I only want certain descriptions to be displayed based on the category. I submitted a previous question and it was suggested to use reference qualifiers. So I did, now the dilema is one of the categories has about 19 descriptions that I want to be visible if that category is selected. I had no issue setting up the reference qualifier but after the 4th value, all of the other values are removed.
See screenshots below:
FYI: I tried different options such as Item Desciption CONTAINs and then kept selecting OR,
I tried Item Description IS and the exact name of the description, followed by selecting OR,
I tried Item Description is one of and pasting all the values in the list.
No matter what I used, it is only allowing 4 values.
Am I doing something wrong?
Thanks,
Karen
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2017 10:23 AM
Yes, that will more easy to code and maintain. Add a field called category to map all the descriptions to different categories.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2017 11:46 AM
The field type on the table is a string, but the variable type = select box

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2017 11:57 AM
I will suggest you to make the field as a choice type and create the choices that are in the variable and use same choice values as in the variable.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2017 11:59 AM
Okay I will work on that.
Thank you I will let you know if I am successful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2017 11:07 AM
Hi Abhinay,
I wanted to get back to you to let you know that I updated the table by adding the category column, and then all I had to do for the reference qualifiers was to use the Simple Ref qualifier stating that the Category is "category name". All of the item descriptions showed appropriately. Nothing was cut off.
I apologize for the late response. I am working on about 4 different projects.
Thank you for all of your assistance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2017 12:59 PM
I understand. No need to apologize. Glad you got this working!