- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 10:44 PM
Hello, It's Kentaro.
I created a List Collector to utilize watchlists.
And I tried setting Variable attibutes and adding User ID.
It succeeds for the Reference column but fails for the List Collector column.
<<Reference>>
<<List Colector>>
Is it possible to add User ID with List Collector?
Thanks,
Kentaro.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 11:06 PM - edited 11-20-2023 11:13 PM
Add this attribute ref_auto_completer with the class AJAXTableCompleter next to your, it should do the trick.
Your variable attributes will look like
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=user_name,ref_ac_columns_search=true
AJAXTableCompleter: Displays matching auto-complete choices as rows in a table. The table displays the display value column of the reference table and any columns listed in the ref_ac_columns attribute.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 11:04 PM
Hi @Kentaro Numata ,
When it comes to List collector the way of displaying information is bit different. When u select one record from left bucket it will display additional information at the bottom
But not inside the slush bucket.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 11:06 PM - edited 11-20-2023 11:13 PM
Add this attribute ref_auto_completer with the class AJAXTableCompleter next to your, it should do the trick.
Your variable attributes will look like
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=user_name,ref_ac_columns_search=true
AJAXTableCompleter: Displays matching auto-complete choices as rows in a table. The table displays the display value column of the reference table and any columns listed in the ref_ac_columns attribute.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 01:30 AM