searching all column values in reference qualifiers

Amit Dey1
Tera Contributor

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?

1 ACCEPTED SOLUTION

Sai Kumar B
Mega Sage
Mega Sage

@Amit Dey1 

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

 

 

View solution in original post

2 REPLIES 2

Sai Kumar B
Mega Sage
Mega Sage

@Amit Dey1 

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

 

 

thanks it worked