<?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: How to do this Complex Table &amp; Data Transformation with script! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-do-this-Complex-Table-Data-Transformation-with-script/m-p/90473#M603655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the smart solution, no doubt you are an MVP&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sushant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Aug 2018 09:25:59 GMT</pubDate>
    <dc:creator>imsushantjain</dc:creator>
    <dc:date>2018-08-16T09:25:59Z</dc:date>
    <item>
      <title>How to do this Complex Table &amp; Data Transformation with script!</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-do-this-Complex-Table-Data-Transformation-with-script/m-p/90471#M603653</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;This is the Snapshot of the data I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Input:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="210985" alt="Data 1.png" class="jive-image image-1" src="/legacyfs/online/210985_Data 1.png" style="height: 136px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per "criteria_name"&amp;nbsp; each Internal Business Unit is linked to each Internal Legal Entity, so here we have 6 Business Unit and 2 Legal Entity which should result in a set of 12 rows (&lt;STRONG&gt;Output&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can consider "current_exposure" to take the vale from Internal Business Unit row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Such condition exist for each "exp_line_id", for the sake for example i have only considered one "exp_line_id".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="210999" alt="Data 2.png" class="jive-image image-2" src="/legacyfs/online/210999_Data 2.png" style="height: 184px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i achieve this output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is like reverse CrossTable, but more complex:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/23968"&gt;Row values as fields (opposite of crosstable?)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sushant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 07:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-do-this-Complex-Table-Data-Transformation-with-script/m-p/90471#M603653</guid>
      <dc:creator>imsushantjain</dc:creator>
      <dc:date>2018-08-16T07:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to do this Complex Table &amp; Data Transformation with script!</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-do-this-Complex-Table-Data-Transformation-with-script/m-p/90472#M603654</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;try like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load risk_expdef_name,&lt;/P&gt;&lt;P&gt;exp_line_id,&lt;/P&gt;&lt;P&gt;facility_name,&lt;/P&gt;&lt;P&gt;short_name as "Internal Business Unit",&lt;/P&gt;&lt;P&gt;current_exposure&lt;/P&gt;&lt;P&gt;From tableName&lt;/P&gt;&lt;P&gt;where criteria_name='Internal Business Unit';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load risk_expdef_name,&lt;/P&gt;&lt;P&gt;exp_line_id,&lt;/P&gt;&lt;P&gt;facility_name,&lt;/P&gt;&lt;P&gt;short_name as "Internal Legal Entity",&lt;/P&gt;&lt;P&gt;current_exposure&lt;/P&gt;&lt;P&gt;From tableName&lt;/P&gt;&lt;P&gt;where criteria_name='Internal Legal Entity';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 08:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-do-this-Complex-Table-Data-Transformation-with-script/m-p/90472#M603654</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-08-16T08:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to do this Complex Table &amp; Data Transformation with script!</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-do-this-Complex-Table-Data-Transformation-with-script/m-p/90473#M603655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the smart solution, no doubt you are an MVP&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sushant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 09:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-do-this-Complex-Table-Data-Transformation-with-script/m-p/90473#M603655</guid>
      <dc:creator>imsushantjain</dc:creator>
      <dc:date>2018-08-16T09:25:59Z</dc:date>
    </item>
  </channel>
</rss>

