- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2023 12:16 AM
hi , I have added another column with the default column in the reference list of a refernce type variable , in the variable when I am searching with the first column value it is searching but when I am searching with 2nd column values it is showing no matches found , what changes should I need to make in reference qualifier?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2023 12:21 AM - edited 06-05-2023 12:22 AM
Add the following variable attributes to your reference variable
ref_ac_columns=pass_column_name_1;pass_column_name_2;pass_column_name_3,ref_ac_columns_search=true,ref_auto_completer=AJAXTableCompleter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2023 12:21 AM - edited 06-05-2023 12:22 AM
Add the following variable attributes to your reference variable
ref_ac_columns=pass_column_name_1;pass_column_name_2;pass_column_name_3,ref_ac_columns_search=true,ref_auto_completer=AJAXTableCompleter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2023 12:45 AM
thanks it worked