- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 07:24 AM
Hi All,
I have defined an Advance Reference Qualifier for a variable like this but it is returning the correct values in two columns whereas it should show as one column only.
Any idea how it can be rectified?
Thanks and Regards,
Saurabh Chatterjee
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 07:29 AM
You have to specify the columns you want to show in the variable attributes. The reference just determines what records are shown. The ref_ac_columns attribute shown below is used to specify the fields displayed on search.
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=column_name_you_want_visible

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 07:29 AM
You have to specify the columns you want to show in the variable attributes. The reference just determines what records are shown. The ref_ac_columns attribute shown below is used to specify the fields displayed on search.
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=column_name_you_want_visible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 07:42 AM
Thank you @Elijah Aromola ... It worked...