<?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: Need help in Transforming Dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-in-Transforming-Dimensions/m-p/412359#M153506</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;Just rearrange your fields in a load statement and use two separate loads:&lt;/P&gt;&lt;P&gt;(ID is used as a key to connect the tables)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crosstable([Consultancy], [Consultancy Value], 9)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; rowno() as ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Depatment,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Designation,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Hiring Target],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [YTD Offers Extended],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Rejected Offers],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Drops,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Pending Offers],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Outstanding Offers],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Consultancy A],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Consultancy B],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Consultancy C],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Consultancy D]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Data);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crosstable([In Processing Consultancy],&amp;nbsp; [In Processing Consultancy Value], 1)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; rowno() as ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [In Processing Consultancy A],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [In Processing Consultancy B],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [In Processing Consultancy C],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [In Processing Consultancy D],&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Data);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 Oct 2012 16:11:38 GMT</pubDate>
    <dc:creator>whiteline</dc:creator>
    <dc:date>2012-10-14T16:11:38Z</dc:date>
    <item>
      <title>Need help in Transforming Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Transforming-Dimensions/m-p/412358#M153505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;Community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i use cross table function to make 4 dimensions as One Dimension. and similarly next four dimensions as another dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please see the attach files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what would be the best approch to full fill the requirment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Oct 2012 13:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Transforming-Dimensions/m-p/412358#M153505</guid>
      <dc:creator />
      <dc:date>2012-10-14T13:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Transforming Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Transforming-Dimensions/m-p/412359#M153506</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;Just rearrange your fields in a load statement and use two separate loads:&lt;/P&gt;&lt;P&gt;(ID is used as a key to connect the tables)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crosstable([Consultancy], [Consultancy Value], 9)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; rowno() as ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Depatment,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Designation,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Hiring Target],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [YTD Offers Extended],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Rejected Offers],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Drops,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Pending Offers],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Outstanding Offers],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Consultancy A],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Consultancy B],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Consultancy C],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Consultancy D]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Data);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crosstable([In Processing Consultancy],&amp;nbsp; [In Processing Consultancy Value], 1)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; rowno() as ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [In Processing Consultancy A],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [In Processing Consultancy B],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [In Processing Consultancy C],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [In Processing Consultancy D],&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Data);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Oct 2012 16:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Transforming-Dimensions/m-p/412359#M153506</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-10-14T16:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Transforming Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Transforming-Dimensions/m-p/412360#M153507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks it works like a charm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 12:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Transforming-Dimensions/m-p/412360#M153507</guid>
      <dc:creator />
      <dc:date>2012-10-15T12:19:54Z</dc:date>
    </item>
  </channel>
</rss>

