In Service Portal, clicking on a reference variable will see "No matches found" rather than getting a list of results.Issue In Service Portal, clicking on a reference variable will see "No matches found" rather than getting a list of results. ReleaseAllCauseThis is due to one of the columns in the referencing table having "Display" set to true.ResolutionTo identify which column from the referencing table has "Display" set to true, from Service Portal go to the widget and bring up the widget context menu and choose "Log to console: $scope.data". For more information, refer to the Widget context menu product documentation. From the browser console, look for the widget name (e.g. sc_cat_item) Within the widget name's node (e.g. sc_cat_item), scroll and look for and expand the "_fields" node. Under the "_fields" node, look for the name of the variable having the issue and under the "ed" node, look for the "searchField". Go to the corresponding reference table dictionary record and uncheck the "Display" for the column name mentioned in the "searchField" identified previously.