<?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: Creating a table with headers and assign the different expressions to each column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4290#M792169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I might have done it with the valuelist() on my Table 2. But now I wanted to sort it like the Table 1. Any idea how I might achieve this, been trying but nothing is working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Jan 2018 12:19:54 GMT</pubDate>
    <dc:creator>afbraga1</dc:creator>
    <dc:date>2018-01-21T12:19:54Z</dc:date>
    <item>
      <title>Creating a table with headers and assign the different expressions to each column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4282#M792161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I have been trying to create the table in the qvw attached (Table1) and use on each of the columns the correct expression. But I can't seem to do it the correct way. I have tried with 'If clauses' but that would be just bad for performance since this is just an example and the table would be bigger. I have also tried with valuelist (Table2 below) but valuelist makes all combinations between given values (eg: Water only has Quantity and not the rest of the metrics), and that's not what I want. What I am looking to do is something like the Table1 where I can assign the expression to each column. Can anyone help me get around this? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4282#M792161</guid>
      <dc:creator>afbraga1</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with headers and assign the different expressions to each column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4283#M792162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this you are expecting?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/190776_Capture.PNG" style="height: 95px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 03:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4283#M792162</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-21T03:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with headers and assign the different expressions to each column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4284#M792163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, thanks for looking into this. About your reply, that's not what I want. I want something like my Table 1. There I have all values as 1, because I can't seem to appropriately assign the expressions to the columns. For example, in my qvw, I have the metric #QtyActResin which is the value fall under Resin-&amp;gt;Quantity-&amp;gt;Actual. I tried to do this with IF:&lt;/P&gt;&lt;P&gt;IF(CostAnlysisH1='Resin' and CostAnalysisH2='Quantity' and CostAnalysisH3='Actual', sum(#QtyActResin), ....) and so on. But this will be terrible for performance because the table is very big. Been trying with pick(match()) but I'm not getting it right.&lt;/P&gt;&lt;P&gt;The Table 2, was an attempt to creating something like the Table1 but with valuelist() dimension, instead of the real dimensions, but didn't manage to do it either.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 10:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4284#M792163</guid>
      <dc:creator>afbraga1</dc:creator>
      <dc:date>2018-01-21T10:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with headers and assign the different expressions to each column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4285#M792164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only difference i can think here is, Using set analysis to achieve and make better job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;CostAnalysisH1 = {'Resin'}, &lt;SPAN style="font-size: 13.3333px;"&gt;CostAnalysisH2 = {'Quantity'}, &lt;SPAN style="font-size: 13.3333px;"&gt;CostAnalysisH3 = {'Actual'}&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;} #QtyActResin)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 11:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4285#M792164</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-21T11:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with headers and assign the different expressions to each column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4286#M792165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried your suggestion, but it ends putting 0 values for the other expression that is missing on each column.&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/190787_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 11:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4286#M792165</guid>
      <dc:creator>afbraga1</dc:creator>
      <dc:date>2018-01-21T11:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with headers and assign the different expressions to each column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4287#M792166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just copied that expression in expression section. Due to we added only three filters so it showing as expected&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/190790_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 11:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4287#M792166</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-21T11:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with headers and assign the different expressions to each column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4288#M792167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And What you shown image is correct, This calculates Row level only. So, What are you trying to add here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 11:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4288#M792167</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-21T11:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with headers and assign the different expressions to each column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4289#M792168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I want is something that ends up looking like this excel example. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/190788_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;The expression you provided while it works alone, when I start to add more expressions to fill the other columns&lt;/P&gt;&lt;P&gt;they will start to put 0 values on the other columns that they don't fit as my example in the previous post, and that is not what I want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 11:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4289#M792168</guid>
      <dc:creator>afbraga1</dc:creator>
      <dc:date>2018-01-21T11:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with headers and assign the different expressions to each column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4290#M792169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I might have done it with the valuelist() on my Table 2. But now I wanted to sort it like the Table 1. Any idea how I might achieve this, been trying but nothing is working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 12:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4290#M792169</guid>
      <dc:creator>afbraga1</dc:creator>
      <dc:date>2018-01-21T12:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with headers and assign the different expressions to each column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4291#M792170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you have already created the dimension in the script... why can't you use this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensions&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Company&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CostAnalysisH1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CostAnalysisH2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CostAnalysisH3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Pick(wildmatch(CostAnalysisH1,$(vCostAnalysisH1)),&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Pick(wildmatch(CostAnalysisH2,$(vCostAnalysisH2)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Pick(wildmatch(CostAnalysisH3,$(vCostAnalysisH3)),1),Pick(wildmatch(CostAnalysisH3,$(vCostAnalysisH3)),2,3)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Pick(wildmatch(CostAnalysisH2,$(vCostAnalysisH2)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Pick(wildmatch(CostAnalysisH3,$(vCostAnalysisH3)),4)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Pick(wildmatch(CostAnalysisH2,$(vCostAnalysisH2)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Pick(wildmatch(CostAnalysisH3,$(vCostAnalysisH3)),5),Pick(wildmatch(CostAnalysisH3,$(vCostAnalysisH3)),6,7))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/190799_Capture.PNG" style="height: 500px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 15:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4291#M792170</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-21T15:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with headers and assign the different expressions to each column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4292#M792171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's great, thank you Sunny! One last question, why is that when I select the dimension its values changes? Is there a way to maintain the correct values when filtering the table? Thank you.&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/190802_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/190803_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 15:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4292#M792171</guid>
      <dc:creator>afbraga1</dc:creator>
      <dc:date>2018-01-21T15:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with headers and assign the different expressions to each column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4293#M792172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Pick(wildmatch(Only({&amp;lt;CostAnalysisH1, CostAnalysisH2, CostAnalysisH3&amp;gt;}CostAnalysisH1),$(vCostAnalysisH1)),&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Pick(wildmatch(Only({&amp;lt;CostAnalysisH1, CostAnalysisH2, CostAnalysisH3&amp;gt;}CostAnalysisH2),$(vCostAnalysisH2)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Pick(wildmatch(Only({&amp;lt;CostAnalysisH1, CostAnalysisH2, CostAnalysisH3&amp;gt;}CostAnalysisH3),$(vCostAnalysisH3)),1),Pick(wildmatch(Only({&amp;lt;CostAnalysisH1, CostAnalysisH2, CostAnalysisH3&amp;gt;}CostAnalysisH3),$(vCostAnalysisH3)),2,3)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Pick(wildmatch(Only({&amp;lt;CostAnalysisH1, CostAnalysisH2, CostAnalysisH3&amp;gt;}CostAnalysisH2),$(vCostAnalysisH2)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Pick(wildmatch(Only({&amp;lt;CostAnalysisH1, CostAnalysisH2, CostAnalysisH3&amp;gt;}CostAnalysisH3),$(vCostAnalysisH3)),4)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Pick(wildmatch(Only({&amp;lt;CostAnalysisH1, CostAnalysisH2, CostAnalysisH3&amp;gt;}CostAnalysisH2),$(vCostAnalysisH2)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Pick(wildmatch(Only({&amp;lt;CostAnalysisH1, CostAnalysisH2, CostAnalysisH3&amp;gt;}CostAnalysisH3),$(vCostAnalysisH3)),5),Pick(wildmatch(Only({&amp;lt;CostAnalysisH1, CostAnalysisH2, CostAnalysisH3&amp;gt;}CostAnalysisH3),$(vCostAnalysisH3)),6,7))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variables&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat({&amp;lt;CostAnalysisH1, CostAnalysisH2, CostAnalysisH3&amp;gt;}DISTINCT(chr(39)&amp;amp;CostAnalysisH1&amp;amp;chr(39)),',')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat({&amp;lt;CostAnalysisH1, CostAnalysisH2, CostAnalysisH3&amp;gt;}DISTINCT(chr(39)&amp;amp;CostAnalysisH2&amp;amp;chr(39)),',')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat({&amp;lt;CostAnalysisH1, CostAnalysisH2, CostAnalysisH3&amp;gt;}DISTINCT(chr(39)&amp;amp;CostAnalysisH3&amp;amp;chr(39)),',')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 15:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4293#M792172</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-21T15:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with headers and assign the different expressions to each column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4294#M792173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I understand what you have done, but what if I wanted to filter it just to show Wood or Resin or Water, can it be one? I ask this because the table I'm looking to create is quite big, so I wouldn't want to show always all columns at same time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 15:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4294#M792173</guid>
      <dc:creator>afbraga1</dc:creator>
      <dc:date>2018-01-21T15:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with headers and assign the different expressions to each column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4295#M792174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, I thought you wanted to always see the H1's, H2's, and H3's... check now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/190801_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 16:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4295#M792174</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-21T16:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with headers and assign the different expressions to each column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4296#M792175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, this is awesome exactly what I was looking for. But what did you do exactly to achieve that? I copied everything as an example to another qvw file and it isn't working anymore strangely. Only in the one you provided, and I can't seem to understand why.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 18:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4296#M792175</guid>
      <dc:creator>afbraga1</dc:creator>
      <dc:date>2018-01-21T18:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with headers and assign the different expressions to each column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4297#M792176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Dimensions&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Company&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;CostAnalysisH1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;CostAnalysisH2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;CostAnalysisH3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expressions&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Pick(wildmatch(Only(CostAnalysisH1),$(vCostAnalysisH1)),&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt; Pick(wildmatch(Only(CostAnalysisH2),$(vCostAnalysisH2)),&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt; Pick(wildmatch(Only(CostAnalysisH3),$(vCostAnalysisH3)),1),Pick(wildmatch(Only(CostAnalysisH3),$(vCostAnalysisH3)),2,3)),&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt; Pick(wildmatch(Only(CostAnalysisH2),$(vCostAnalysisH2)),&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt; Pick(wildmatch(Only(CostAnalysisH3),$(vCostAnalysisH3)),4)),&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Pick(wildmatch(Only(CostAnalysisH2),$(vCostAnalysisH2)),&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt; Pick(wildmatch(Only(CostAnalysisH3),$(vCostAnalysisH3)),5),Pick(wildmatch(Only(CostAnalysisH3),$(vCostAnalysisH3)),6,7))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variables&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat({&amp;lt;CostAnalysisH1, CostAnalysisH2, CostAnalysisH3&amp;gt;}DISTINCT(chr(39)&amp;amp;CostAnalysisH1&amp;amp;chr(39)),',')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat({&amp;lt;CostAnalysisH1, CostAnalysisH2, CostAnalysisH3&amp;gt;}DISTINCT(chr(39)&amp;amp;CostAnalysisH3&amp;amp;chr(39)),',')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat({&amp;lt;CostAnalysisH1, CostAnalysisH2, CostAnalysisH3&amp;gt;}DISTINCT(chr(39)&amp;amp;CostAnalysisH3&amp;amp;chr(39)),',')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 18:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4297#M792176</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-21T18:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with headers and assign the different expressions to each column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4298#M792177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically ignore selection in variable and don't ignore selections from your expression &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 18:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4298#M792177</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-21T18:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with headers and assign the different expressions to each column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4299#M792178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah that was it, I didn't realize you added it on the variable overview &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; Thanks for amazing help Sunny!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 18:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4299#M792178</guid>
      <dc:creator>afbraga1</dc:creator>
      <dc:date>2018-01-21T18:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with headers and assign the different expressions to each column</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4300#M792179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not a problem, I am glad I was able to help....&lt;/P&gt;&lt;P&gt;Please close the thread by marking correct and helpful responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 18:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-headers-and-assign-the-different/m-p/4300#M792179</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-21T18:24:55Z</dc:date>
    </item>
  </channel>
</rss>

