<?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: Alternate to Generic Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alternate-to-Generic-Load/m-p/1414308#M815901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show the script for 2 Join tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Sep 2017 09:46:05 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-09-14T09:46:05Z</dc:date>
    <item>
      <title>Alternate to Generic Load</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-to-Generic-Load/m-p/1414307#M815900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I want to transpose rows to columns and assign column names dynamically .&lt;/P&gt;&lt;P&gt;It works with the Generic load,but creates n number of joins which &lt;SPAN style="font-size: 10pt;"&gt;may impact on performance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Is there any alternative solution to achieve the same?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Subhashree R&lt;BR /&gt;&lt;/SPAN&gt;&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/Alternate-to-Generic-Load/m-p/1414307#M815900</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate to Generic Load</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-to-Generic-Load/m-p/1414308#M815901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show the script for 2 Join tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 09:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-to-Generic-Load/m-p/1414308#M815901</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-14T09:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate to Generic Load</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-to-Generic-Load/m-p/1414309#M815902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to transpose the rows to columns (i.e.)Hour field should be represented as columns&lt;/P&gt;&lt;P&gt;where&amp;nbsp; their&amp;nbsp; corresponding usage and Revenue &lt;SPAN style="font-size: 10pt;"&gt;values below to that .Please refer the below script used,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;InputTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,Hour,usage,Revenue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-01-2017,H0,100,20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-01-2017,H1,100,40&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 02-01-2017,H2,100,50&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 02-01-2017,H3,100,100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 02-01-2017,H0,400,100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-01-2017,H4,100,100];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;GenTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Generic Load Date,Hour&amp;amp;'_usage', usage Resident InputTable;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;GenTable2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Generic Load Date,Hour&amp;amp;'_Revenue', Revenue Resident InputTable;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can able to achieve this functionality through Generic Load which creates N number of tables that linked to original tables as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Datamodel.png" class="jive-image image-1" height="385" src="https://community.qlik.com/legacyfs/online/176536_Datamodel.png" style="width: 752px; height: 385.339px;" width="752" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Result:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="816"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="61"&gt;Date&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="85"&gt;H0_Revenue&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="66"&gt;H0_usage&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="85"&gt;H1_Revenue&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="66"&gt;H1_usage&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="85"&gt;H2_Revenue&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="66"&gt;H2_usage&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="85"&gt;H3_Revenue&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="66"&gt;H3_usage&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="85"&gt;H4_Revenue&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="66"&gt;H4_usage&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20" style="border-top: none;"&gt;1/1/2017&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;40&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20" style="border-top: none;"&gt;2/1/2017&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;400&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;50&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure where it will impact performance or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please suggest which is the best approach to achieve this Functionality?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Subhashree R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 10:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-to-Generic-Load/m-p/1414309#M815902</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-14T10:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate to Generic Load</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-to-Generic-Load/m-p/1414310#M815903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you load from external files, you can use the Transpose functions in the Data Load wizard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 10:28:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-to-Generic-Load/m-p/1414310#M815903</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-09-14T10:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate to Generic Load</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-to-Generic-Load/m-p/1414311#M815904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;Transpose Function is not working for me in this scenario .&lt;/P&gt;&lt;P&gt;i want to transpose some of the fields to columns and not sure how transpose will apply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please explain with an example?&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;Subhashree R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 10:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-to-Generic-Load/m-p/1414311#M815904</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-14T10:49:56Z</dc:date>
    </item>
  </channel>
</rss>

