- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2024 08:52 AM
I have a list collector that is showing the number value but I would like it to pull the 'title' value instead. How do you swap this OR how do you add more columns in a list collector?
Similar to this in reference fields but with list collector:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2024 09:21 AM
Seems like List Collectors only accept one table value to be "display=true". I resolved this by setting "display=false" for the number value.
Actions:
1. Go to System Definition -> Tables & find your table referenced in your List Collector (sys_db_object.list)
2. Review the Column Tab for any values with "Display=true"
3. Adjust values true/false as needed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2024 08:53 AM
Current set up of the variable:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2024 09:21 AM
Seems like List Collectors only accept one table value to be "display=true". I resolved this by setting "display=false" for the number value.
Actions:
1. Go to System Definition -> Tables & find your table referenced in your List Collector (sys_db_object.list)
2. Review the Column Tab for any values with "Display=true"
3. Adjust values true/false as needed