Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
May 11, 2021 5:47:10 AM
Sonja_Bauernfeind
Jul 2, 2019 8:07:14 PM
The Selection tool and Smart Search cannot be completely disabled.
You can control which fields are available in Smart Search using the "Search" script statement (see Qlik Help).
Qlik has previously received feedback on this feature and recorded the request for future review. For up to date information and to express you would like the Feature implemented see Disable/ Hide Selection Tools and Smart Search for Published Apps.
While it may not be possible to completely hide these buttons, you can reduce the information provided through them in the Qlik Data Load Script.
Search Include *fieldlist Search Exclude *fieldlist
SET HidePrefix = '%'; SET HideSuffix = '%'; TAG FIELD Discount WITH '$hidden';
Reference: https://help.qlik.com - Script Statements - SearchReference: https://help.qlik.com - Script Statements - Hide PrefixReference: https://help.qlik.com - Script Statements - Hide Suffix