<?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 How to convert cross table into straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004644#M959333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;Hi,&lt;/P&gt;&lt;P style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;I have raw data available in a cross table format, now I want to load this cross table as straight table in QlikView.&lt;/P&gt;&lt;P style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;Please guide me to perform this.&lt;/P&gt;&lt;P style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;Thanks,&lt;/P&gt;&lt;P style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;shruthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Nov 2015 07:19:19 GMT</pubDate>
    <dc:creator>shruthibk</dc:creator>
    <dc:date>2015-11-02T07:19:19Z</dc:date>
    <item>
      <title>How to convert cross table into straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004644#M959333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;Hi,&lt;/P&gt;&lt;P style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;I have raw data available in a cross table format, now I want to load this cross table as straight table in QlikView.&lt;/P&gt;&lt;P style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;Please guide me to perform this.&lt;/P&gt;&lt;P style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;Thanks,&lt;/P&gt;&lt;P style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;shruthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 07:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004644#M959333</guid>
      <dc:creator>shruthibk</dc:creator>
      <dc:date>2015-11-02T07:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert cross table into straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004645#M959334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming you are calling the top row "Year" and the values "Value", add this line directly ABOVE your load statement:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;CrossTable&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;, 0) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 10:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004645#M959334</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-11-02T10:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert cross table into straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004646#M959335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CrossTable(Year, Data, 0)&lt;/P&gt;&lt;P&gt;LOAD [2012], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [2013], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [2014]&lt;/P&gt;&lt;P&gt;FROM..........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 10:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004646#M959335</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-11-02T10:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert cross table into straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004647#M959336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 10:12:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004647#M959336</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-11-02T10:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert cross table into straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004648#M959337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi,thanks for your response but it is not giving the expected result.It is loading the data as it is.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;expected output is&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Year,Value&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2012,10&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2013,20&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2014,30&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2012,20&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2013,30&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2014,40&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2012,40&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2013,50&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2014,60&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;shruthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 10:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004648#M959337</guid>
      <dc:creator>shruthibk</dc:creator>
      <dc:date>2015-11-02T10:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert cross table into straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004649#M959338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="crosstable1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103702_crosstable1.JPG" style="height: auto;" /&gt;&lt;IMG alt="crosstable.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/103703_crosstable.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 10:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004649#M959338</guid>
      <dc:creator>shruthibk</dc:creator>
      <dc:date>2015-11-02T10:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert cross table into straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004650#M959339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please send some sample qvw file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 10:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004650#M959339</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-11-02T10:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert cross table into straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004651#M959340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting. You seemed to have found a bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a work-around. This script (tested) does the trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;YourTable:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;CrossTable&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;Data&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;, 1)&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 14pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt; 1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;BogusField&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;[2012]&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;[2013]&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;[2014]&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt; CrossTable.xlsx&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; Sheet1);&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 14pt;"&gt;drop&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;field&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;BogusField&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 10:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004651#M959340</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-11-02T10:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert cross table into straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004652#M959341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks,this code is working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 10:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004652#M959341</guid>
      <dc:creator>shruthibk</dc:creator>
      <dc:date>2015-11-02T10:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert cross table into straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004653#M959342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shruti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just try &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/okg"&gt;okg&lt;/A&gt;&amp;nbsp; &lt;/STRONG&gt;Solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 10:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004653#M959342</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-11-02T10:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert cross table into straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004654#M959343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;If that answers your question, please flag a Correct and optionally a Helpful answer.&lt;/P&gt;&lt;P&gt;If not, please let us know what information related to this topic you are still looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 10:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004654#M959343</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-11-02T10:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert cross table into straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004655#M959344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check your data model and the fields available in your solution and you will see they are not correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apparently this is a bug in QlikView which happens when there are no qualifying fields in a CrossTable load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 10:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004655#M959344</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-11-02T10:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert cross table into straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004656#M959345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes your right but I already told her that your solution is right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am giving solution base her requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check my reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 10:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004656#M959345</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-11-02T10:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert cross table into straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004657#M959346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you all for your response&lt;/P&gt;&lt;P&gt;thanks @Onno van Knotsenburg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 10:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-cross-table-into-straight-table/m-p/1004657#M959346</guid>
      <dc:creator>shruthibk</dc:creator>
      <dc:date>2015-11-02T10:39:37Z</dc:date>
    </item>
  </channel>
</rss>

