<?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>topic Re: How to TAG all fields with $hidden? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-TAG-all-fields-with-hidden/m-p/131726#M19812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a good idea at the beginning, but my &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DataPrepare.qvw&lt;/SPAN&gt; has been built. The situation is that I need to refer to this established &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DataPrepare.qvw&lt;/SPAN&gt; to the new report. If “HidePrefix” or "HideSuffix" supports wildcards and matches all fields, it may be perfect. \('_')/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2018 05:28:55 GMT</pubDate>
    <dc:creator>thomas_wang</dc:creator>
    <dc:date>2018-07-27T05:28:55Z</dc:date>
    <item>
      <title>How to TAG all fields with $hidden?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-TAG-all-fields-with-hidden/m-p/131724#M19810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I have a "DataPrepare.qvw" that will be binary load, and I want to tag all fields in this qvw with $hidden. I tried the scripts like below.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;LET vC = Concat($Field, ',');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;TAG Fields $(vC) With $hidden;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But the variable vC has no value. What else should I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 03:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-TAG-all-fields-with-hidden/m-p/131724#M19810</guid>
      <dc:creator>thomas_wang</dc:creator>
      <dc:date>2018-07-27T03:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to TAG all fields with $hidden?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-TAG-all-fields-with-hidden/m-p/131725#M19811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's better you do it in .qvw with "_ "or "%" or , and add the SET&amp;nbsp; HidePrefix=',' ; or SET&amp;nbsp; HidePrefix='_' ; and qualify in start of the table so all table will have the same prefix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 05:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-TAG-all-fields-with-hidden/m-p/131725#M19811</guid>
      <dc:creator>raviityou</dc:creator>
      <dc:date>2018-07-27T05:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to TAG all fields with $hidden?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-TAG-all-fields-with-hidden/m-p/131726#M19812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a good idea at the beginning, but my &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DataPrepare.qvw&lt;/SPAN&gt; has been built. The situation is that I need to refer to this established &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DataPrepare.qvw&lt;/SPAN&gt; to the new report. If “HidePrefix” or "HideSuffix" supports wildcards and matches all fields, it may be perfect. \('_')/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 05:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-TAG-all-fields-with-hidden/m-p/131726#M19812</guid>
      <dc:creator>thomas_wang</dc:creator>
      <dc:date>2018-07-27T05:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to TAG all fields with $hidden?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-TAG-all-fields-with-hidden/m-p/131727#M19813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case you can load all tables into qvd from &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DataPrepare.qvw (using loop) and add one more layer .qvw and add prefix and use as binary load.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Step :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Create new ,qvw say DataPrepare1.qvw &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load Binary.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;2)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Store into .qvd (using loop)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;3)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Drop all table after store and reload using prefix.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FOR vCount = 0 to NoOfTables()-1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET vTableName = TableName($(vCount));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STORE $(vTableName) INTO $(vTableName).qvd (qvd);&lt;/P&gt;&lt;P&gt;NEXT vCount&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 06:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-TAG-all-fields-with-hidden/m-p/131727#M19813</guid>
      <dc:creator>raviityou</dc:creator>
      <dc:date>2018-07-27T06:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to TAG all fields with $hidden?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-TAG-all-fields-with-hidden/m-p/131728#M19814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The description is very clear. Thank you very much! However, these field names have undergone substantial changes, and my front end expressions may need to be modified again.&lt;/P&gt;&lt;P&gt;My approach is to enumerate all the columns (though very many, but I can export them from document properties) and apply TAG instructions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 07:31:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-TAG-all-fields-with-hidden/m-p/131728#M19814</guid>
      <dc:creator>thomas_wang</dc:creator>
      <dc:date>2018-07-27T07:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to TAG all fields with $hidden?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-TAG-all-fields-with-hidden/m-p/1862598#M1216184</link>
      <description>&lt;P&gt;I needed the same and found this solution today.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Get all tables and fields:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/App-Development/Export-List-of-Fields-from-Script/td-p/11791" target="_blank"&gt;https://community.qlik.com/t5/App-Development/Export-List-of-Fields-from-Script/td-p/11791&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;//Iterate through the loaded tables&lt;/P&gt;
&lt;P&gt;For t = 0 to NoOfTables() - 1&lt;/P&gt;
&lt;P&gt;//Iterate through the fields of table&lt;/P&gt;
&lt;P&gt;For f = 1 to NoOfFields(TableName($(t)))&lt;/P&gt;
&lt;P&gt;Tables:&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;TableName($(t)) as Table,&lt;/P&gt;
&lt;P&gt;TableNumber(TableName($(t))) as TableNo,&lt;/P&gt;
&lt;P&gt;NoOfRows(TableName($(t))) as TableRows,&lt;/P&gt;
&lt;P&gt;FieldName($(f),TableName($(t))) as Field,&lt;/P&gt;
&lt;P&gt;FieldNumber(FieldName($(f),TableName($(t))),TableName($(t))) as FieldNo&lt;/P&gt;
&lt;P&gt;Autogenerate 1;&lt;/P&gt;
&lt;P&gt;Next f&lt;/P&gt;
&lt;P&gt;Next t;&lt;BR /&gt;&lt;BR /&gt;//concat fields on new table&lt;BR /&gt;[FIELDS]:&lt;BR /&gt;LOAD Concat(Field,', ') AS ALLFIELDS Resident Tables;&lt;BR /&gt;//drop Tables&lt;BR /&gt;Drop Table Tables;&lt;/P&gt;
&lt;P&gt;let vFields = Peek('ALLFIELDS',0,'FIELDS');&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;TAG $(vFields) WITH $hidden;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 13:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-TAG-all-fields-with-hidden/m-p/1862598#M1216184</guid>
      <dc:creator>sfbi</dc:creator>
      <dc:date>2021-11-23T13:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to TAG all fields with $hidden?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-TAG-all-fields-with-hidden/m-p/2135043#M1224789</link>
      <description>&lt;P&gt;Is there a way to add all fields as hidden except a list of some fields?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 15:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-TAG-all-fields-with-hidden/m-p/2135043#M1224789</guid>
      <dc:creator>fabian3684386</dc:creator>
      <dc:date>2023-11-06T15:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to TAG all fields with $hidden?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-TAG-all-fields-with-hidden/m-p/2135049#M1224790</link>
      <description>&lt;P&gt;From the above example:&lt;/P&gt;
&lt;P&gt;...&lt;BR /&gt;&lt;SPAN&gt;LOAD Concat(Field,', ') AS ALLFIELDS Resident Tables &lt;STRONG&gt;where match(Field, 'x', 'y', 'z') = 0&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;BR /&gt;...&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 16:05:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-TAG-all-fields-with-hidden/m-p/2135049#M1224790</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-11-06T16:05:52Z</dc:date>
    </item>
  </channel>
</rss>

