<?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: Create a table in qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-table-in-qlikview/m-p/634900#M1087588</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate more with any samples &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It it is table then you can do this in the load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Classification,&lt;/P&gt;&lt;P&gt;Target,&lt;/P&gt;&lt;P&gt;Actual,&lt;/P&gt;&lt;P&gt;Target - Actual =&amp;nbsp; Variance&lt;/P&gt;&lt;P&gt;From Location;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 31 May 2014 10:32:02 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-05-31T10:32:02Z</dc:date>
    <item>
      <title>Create a table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-table-in-qlikview/m-p/634899#M1087587</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;i want to create a table like below in qlikview&lt;/P&gt;&lt;P&gt;is it possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1px" class="jiveBorder" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#000000&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Classification&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Target&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Actual&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Variance&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;A&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;9&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;15&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;18&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;15&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where classification is Expression label not dimensions&lt;/P&gt;&lt;P&gt;so need to show expressions one after another &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kushal Thakral&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2014 10:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-table-in-qlikview/m-p/634899#M1087587</guid>
      <dc:creator>kushalthakral</dc:creator>
      <dc:date>2014-05-31T10:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-table-in-qlikview/m-p/634900#M1087588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate more with any samples &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It it is table then you can do this in the load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Classification,&lt;/P&gt;&lt;P&gt;Target,&lt;/P&gt;&lt;P&gt;Actual,&lt;/P&gt;&lt;P&gt;Target - Actual =&amp;nbsp; Variance&lt;/P&gt;&lt;P&gt;From Location;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2014 10:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-table-in-qlikview/m-p/634900#M1087588</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-31T10:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-table-in-qlikview/m-p/634901#M1087589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need at least one dimension here, but you can use a &lt;EM&gt;calculated dimension&lt;/EM&gt;, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(&lt;/P&gt;&lt;P&gt;if( sum(Sales) &amp;gt; 1000,'A','B')&lt;/P&gt;&lt;P&gt;,Customer)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2014 10:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-table-in-qlikview/m-p/634901#M1087589</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-05-31T10:35:59Z</dc:date>
    </item>
  </channel>
</rss>

