<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article How To Disable/ Hide Selection Tools and Smart Search for Published Apps in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-To-Disable-Hide-Selection-Tools-and-Smart-Search-for/ta-p/1717922</link>
    <description>&lt;P&gt;The Selection tool and Smart Search cannot be completely disabled.&lt;/P&gt;
&lt;P&gt;You can control which fields are available in Smart Search using the "Search" script statement (see &lt;A href="https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Search.htm" target="_blank" rel="noopener" data-cke-saved-href="https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Search.htm"&gt;Qlik Help&lt;/A&gt;).&lt;/P&gt;
&lt;H3&gt;Environment&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Qlik has previously received feedback on this feature and recorded the request for future review.&amp;nbsp; For up to date information and to express you would like the Feature implemented &lt;/I&gt;see&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Ideas/Disable-Hide-Selection-Tools-and-Smart-Search-for-Published-Apps/idi-p/1744633#M3491" target="_blank" rel="noopener" data-cke-saved-href="https://community.qlik.com/t5/Ideas/Disable-Hide-Selection-Tools-and-Smart-Search-for-Published-Apps/idi-p/1744633#M3491"&gt;Disable/ Hide Selection Tools and Smart Search for Published Apps&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;Workaround&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;In smart search,&amp;nbsp;Search&amp;nbsp;statement can be used to include or exclude certain fields. .&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE&gt;Search Include *fieldlist
Search Exclude *fieldlist
&lt;/PRE&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;For the Selection Tool, use the % prefix to hide fields from users, marking a field as hidden with any of the following methods:&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE&gt;SET HidePrefix = '%';
SET HideSuffix = '%';
TAG FIELD Discount WITH '$hidden';

&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Search.htm" target="_blank" rel="noopener" data-cke-saved-href="https://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Search.htm"&gt;Reference: https://help.qlik.com - Script Statements - Search&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemVariables/HidePrefix.htm" target="_blank" rel="noopener" data-cke-saved-href="https://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemVariables/HidePrefix.htm"&gt;Reference: https://help.qlik.com - Script Statements - Hide Prefix&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemVariables/HideSuffix.htm" target="_blank" rel="noopener" data-cke-saved-href="https://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemVariables/HideSuffix.htm"&gt;Reference: https://help.qlik.com - Script Statements - Hide Suffix&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 May 2021 09:47:10 GMT</pubDate>
    <dc:creator>Lisa_Sun</dc:creator>
    <dc:date>2021-05-11T09:47:10Z</dc:date>
    <item>
      <title>How To Disable/ Hide Selection Tools and Smart Search for Published Apps</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-To-Disable-Hide-Selection-Tools-and-Smart-Search-for/ta-p/1717922</link>
      <description>&lt;P&gt;The Selection tool and Smart Search cannot be completely disabled.&lt;/P&gt;
&lt;P&gt;You can control which fields are available in Smart Search using the "Search" script statement (see &lt;A href="https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Search.htm" target="_blank" rel="noopener" data-cke-saved-href="https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Search.htm"&gt;Qlik Help&lt;/A&gt;).&lt;/P&gt;
&lt;H3&gt;Environment&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Qlik has previously received feedback on this feature and recorded the request for future review.&amp;nbsp; For up to date information and to express you would like the Feature implemented &lt;/I&gt;see&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Ideas/Disable-Hide-Selection-Tools-and-Smart-Search-for-Published-Apps/idi-p/1744633#M3491" target="_blank" rel="noopener" data-cke-saved-href="https://community.qlik.com/t5/Ideas/Disable-Hide-Selection-Tools-and-Smart-Search-for-Published-Apps/idi-p/1744633#M3491"&gt;Disable/ Hide Selection Tools and Smart Search for Published Apps&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;Workaround&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;In smart search,&amp;nbsp;Search&amp;nbsp;statement can be used to include or exclude certain fields. .&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE&gt;Search Include *fieldlist
Search Exclude *fieldlist
&lt;/PRE&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;For the Selection Tool, use the % prefix to hide fields from users, marking a field as hidden with any of the following methods:&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE&gt;SET HidePrefix = '%';
SET HideSuffix = '%';
TAG FIELD Discount WITH '$hidden';

&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Search.htm" target="_blank" rel="noopener" data-cke-saved-href="https://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Search.htm"&gt;Reference: https://help.qlik.com - Script Statements - Search&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemVariables/HidePrefix.htm" target="_blank" rel="noopener" data-cke-saved-href="https://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemVariables/HidePrefix.htm"&gt;Reference: https://help.qlik.com - Script Statements - Hide Prefix&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemVariables/HideSuffix.htm" target="_blank" rel="noopener" data-cke-saved-href="https://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemVariables/HideSuffix.htm"&gt;Reference: https://help.qlik.com - Script Statements - Hide Suffix&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 09:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-To-Disable-Hide-Selection-Tools-and-Smart-Search-for/ta-p/1717922</guid>
      <dc:creator>Lisa_Sun</dc:creator>
      <dc:date>2021-05-11T09:47:10Z</dc:date>
    </item>
  </channel>
</rss>

