<?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 Change Vertical data to Horizontal Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-Vertical-data-to-Horizontal-Dimension/m-p/341373#M494590</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton!&amp;nbsp; The your later reply also would work but this one seems to work the best for my issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a big help.&amp;nbsp; Thanks so much! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2012 14:54:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-11T14:54:18Z</dc:date>
    <item>
      <title>Change Vertical data to Horizontal Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Vertical-data-to-Horizontal-Dimension/m-p/341366#M494583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, folks i have been struggleing with this and need some help.&amp;nbsp;&amp;nbsp; I have some data in a QV Document that is in what i call a vertical format now like example below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="4-6-2012 12-56-02 PM.gif" class="jive-image-thumbnail jive-image" height="137" onclick="" src="https://community.qlik.com/legacyfs/online/12764_4-6-2012+12-56-02+PM.gif" width="528" /&gt;&lt;/P&gt;&lt;P&gt;I want to convert it so that when i view in QV table object as this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="4second one.gif" class="jive-image-thumbnail jive-image" height="69" onclick="" src="https://community.qlik.com/legacyfs/online/12765_4second+one.gif" width="561" /&gt;&lt;/P&gt;&lt;P&gt;I think i should be able to do it with Set analysis... I don't want to do it with the load script because i also need to be able to do a search on all owners with a particular model of car in a particular zipcode... etc.&amp;nbsp; but when i display the results of a serch in a report format i want to see all the customers cars on one line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nothing&amp;nbsp; i have tried so far seems to work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 18:00:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Vertical-data-to-Horizontal-Dimension/m-p/341366#M494583</guid>
      <dc:creator />
      <dc:date>2012-04-06T18:00:10Z</dc:date>
    </item>
    <item>
      <title>Change Vertical data to Horizontal Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Vertical-data-to-Horizontal-Dimension/m-p/341367#M494584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't have to split them into separate fields (which I think you have to use the load script for then you could use Concat().&amp;nbsp; So in your straight table chart above your dimensions would be Customer Number, Name, Gender and Zipcode, and your expression would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(DISTINCT Cars,'; ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, if you wanted the car number as well then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(DISTINCT Car# &amp;amp; ' ' &amp;amp; Cars,'; ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 22:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Vertical-data-to-Horizontal-Dimension/m-p/341367#M494584</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-04-06T22:19:42Z</dc:date>
    </item>
    <item>
      <title>Change Vertical data to Horizontal Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Vertical-data-to-Horizontal-Dimension/m-p/341368#M494585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i only want to view them as though they were seperate fields.&amp;nbsp;&amp;nbsp;&amp;nbsp; I am trying to keep from creating the same data twice.&amp;nbsp; So i have it all in one field so that i can do a search for any customer with a particular car but when i diplay that customer i want to see all the cars they may have on the same line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 19:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Vertical-data-to-Horizontal-Dimension/m-p/341368#M494585</guid>
      <dc:creator />
      <dc:date>2012-04-10T19:13:52Z</dc:date>
    </item>
    <item>
      <title>Change Vertical data to Horizontal Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Vertical-data-to-Horizontal-Dimension/m-p/341369#M494586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did that work then?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 20:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Vertical-data-to-Horizontal-Dimension/m-p/341369#M494586</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-04-10T20:59:21Z</dc:date>
    </item>
    <item>
      <title>Change Vertical data to Horizontal Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Vertical-data-to-Horizontal-Dimension/m-p/341370#M494587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Three expressions in a chart, 1 for each car.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=maxstring(IF(Car# = 1, Cars))&lt;/P&gt;&lt;P&gt;=maxstring(IF(Car# = 2, Cars))&lt;/P&gt;&lt;P&gt;=maxstring(IF(Car# = 3, Cars))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 02:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Vertical-data-to-Horizontal-Dimension/m-p/341370#M494587</guid>
      <dc:creator />
      <dc:date>2012-04-11T02:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Change Vertical data to Horizontal Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Vertical-data-to-Horizontal-Dimension/m-p/341371#M494588</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;Please find the attached file, hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 06:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Vertical-data-to-Horizontal-Dimension/m-p/341371#M494588</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-04-11T06:19:57Z</dc:date>
    </item>
    <item>
      <title>Change Vertical data to Horizontal Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Vertical-data-to-Horizontal-Dimension/m-p/341372#M494589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inspired by Jagan's post I also realised you can also do it by putting the Car number as dimension:&lt;/P&gt;&lt;P&gt;='Car ' &amp;amp; Car#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then pivot it up to the top and put the expression as:&lt;/P&gt;&lt;P&gt;=maxstring(Cars)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same result as my previous, less expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 06:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Vertical-data-to-Horizontal-Dimension/m-p/341372#M494589</guid>
      <dc:creator />
      <dc:date>2012-04-11T06:43:13Z</dc:date>
    </item>
    <item>
      <title>Change Vertical data to Horizontal Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Vertical-data-to-Horizontal-Dimension/m-p/341373#M494590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton!&amp;nbsp; The your later reply also would work but this one seems to work the best for my issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a big help.&amp;nbsp; Thanks so much! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 14:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Vertical-data-to-Horizontal-Dimension/m-p/341373#M494590</guid>
      <dc:creator />
      <dc:date>2012-04-11T14:54:18Z</dc:date>
    </item>
    <item>
      <title>Change Vertical data to Horizontal Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Vertical-data-to-Horizontal-Dimension/m-p/341374#M494591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; there is another solution to your problem...you can use the concept of transpose in the pivot table...i am attaching the snap shot of the document which i have developed if it works for you tell me i will provide you the whole solution.&lt;IMG alt="horizontal to vertical data.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/12943_horizontal+to+vertical+data.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 09:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Vertical-data-to-Horizontal-Dimension/m-p/341374#M494591</guid>
      <dc:creator />
      <dc:date>2012-04-12T09:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Change Vertical data to Horizontal Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Vertical-data-to-Horizontal-Dimension/m-p/341375#M494592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, can you share your sample qvw? I am searching exactly such solution. Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 16:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Vertical-data-to-Horizontal-Dimension/m-p/341375#M494592</guid>
      <dc:creator />
      <dc:date>2014-06-06T16:24:04Z</dc:date>
    </item>
  </channel>
</rss>

