<?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: Variable header in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable-header-in-Qlikview/m-p/636886#M233574</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My be like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Set vTable='Table1';&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Or, you can set the variable conditionally&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;$(vTable):&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;Load&amp;nbsp; * Inline&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[ A&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; 1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;]';&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 May 2014 12:26:54 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-05-17T12:26:54Z</dc:date>
    <item>
      <title>Variable header in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-header-in-Qlikview/m-p/636885#M233573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where I need to add header labels in a different table and the data stored in a different table. I wanted to check if there was an option in Qlikview to handle this. Moreover the header is variable based on the type of record. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 May 2014 12:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-header-in-Qlikview/m-p/636885#M233573</guid>
      <dc:creator />
      <dc:date>2014-05-17T12:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Variable header in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-header-in-Qlikview/m-p/636886#M233574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My be like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Set vTable='Table1';&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Or, you can set the variable conditionally&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;$(vTable):&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;Load&amp;nbsp; * Inline&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[ A&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; 1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;]';&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 May 2014 12:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-header-in-Qlikview/m-p/636886#M233574</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-17T12:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Variable header in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-header-in-Qlikview/m-p/636887#M233575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think I follow. I probably need to explain this better:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The headers are in table HEADER and the data is in table DATA. I now need to bring these together and use records in the HEADER table as column labels for the records in DATA table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The HEADER records vary based on the type of record in DATA table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 May 2014 18:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-header-in-Qlikview/m-p/636887#M233575</guid>
      <dc:creator />
      <dc:date>2014-05-17T18:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Variable header in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-header-in-Qlikview/m-p/636888#M233576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have now figured out a method which allows me to get Field names as header labels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using a table box this results in columns with null values in some cases. There is a way in the 'Presentation' tab to hide columns with null values using a condition like below: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(IsNull(HDR17), 0, 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*** The columns with null values in Header table will always be null in Data table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 May 2014 20:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-header-in-Qlikview/m-p/636888#M233576</guid>
      <dc:creator />
      <dc:date>2014-05-17T20:11:59Z</dc:date>
    </item>
  </channel>
</rss>

