Skip to main content
Announcements
Qlik Connect 2025! Join us in Orlando join us for 3 days of immersive learning: REGISTER TODAY

How can I exclude fields from the Global Search tool in Qlik Sense Enterprise on Windows?

100% helpful (2/2)
cancel
Showing results for 
Search instead for 
Did you mean: 
Sonja_Bauernfeind
Digital Support

How can I exclude fields from the Global Search tool in Qlik Sense Enterprise on Windows?

Last Update:

Jan 22, 2024 8:48:21 AM

Updated By:

Sonja_Bauernfeind

Created date:

Jan 22, 2024 8:48:21 AM

Is it possible to exclude certain fields from the Global Search tool? Typically key fields and system fields should not be searchable using Global Search.

The information in this article is provided as-is and will be used at your discretion. Depending on the tool(s) used, customization(s), and/or other factors, ongoing support on the solution below may not be provided by Qlik Support.

Related Content

To exclude fields in the search tool, use the Search statement in the script.

Example:

Search Exclude *ID;
Exclude all fields ending with ID from searches in the search tool.

Several Search statements can be used to refine selection of fields to include in the search tool. The statements are evaluated from top to bottom.

Example:

Search Include *;
Include all fields in searches in the search tool.

Search Exclude *ID;
Exclude all fields ending with ID from searches in the search tool.

Search Include ProductID;
Include the field ProductID in searches in the search tool.

The combined result of these three statements, in this sequence, is that all fields ending with ID except ProductID are excluded from searches in the search tool.

 

Environment

Qlik Sense Enterprise on Windows  

Labels (1)