<?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 Multi Dimensional Pivot Table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Multi-Dimensional-Pivot-Table/m-p/1845422#M69941</link>
    <description>&lt;P&gt;Hi Everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Good Day. I have a data as mentioned in Excel sheet attached(Data). Also i want to show like mentioned in the Second Sheet(Requirements). Will you please reply fast as there was a immediate requirement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sakthivel.S&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Nov 2021 16:25:32 GMT</pubDate>
    <dc:creator>sakthi266</dc:creator>
    <dc:date>2021-11-30T16:25:32Z</dc:date>
    <item>
      <title>Multi Dimensional Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Multi-Dimensional-Pivot-Table/m-p/1845422#M69941</link>
      <description>&lt;P&gt;Hi Everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Good Day. I have a data as mentioned in Excel sheet attached(Data). Also i want to show like mentioned in the Second Sheet(Requirements). Will you please reply fast as there was a immediate requirement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sakthivel.S&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 16:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multi-Dimensional-Pivot-Table/m-p/1845422#M69941</guid>
      <dc:creator>sakthi266</dc:creator>
      <dc:date>2021-11-30T16:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multi Dimensional Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Multi-Dimensional-Pivot-Table/m-p/1845451#M69944</link>
      <description>&lt;P&gt;Check this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;MapTypeCategoty:
Mapping
Load * Inline [
Type,Category
I-1,Interest
I-2,Interest
D-1,Dividends
D-2,Dividends
ST,Gain/Loses
LT,Gain/Loses
Oth,Others];

MapTypeDesc:
Mapping
Load * inline [
Type,Desc
I-1,Interest-1
I-2,Interest-2
D-1,Dividends-1
D-2,Dividends-2
ST,Short-Term
LT,Long-Term
Oth,Others];

LOAD
    Entity,
    "Account Name",
    ApplyMap('MapTypeCategoty',Type,'Not Set')as TypeCategory,
    ApplyMap('MapTypeDesc',Type,'Not Set') as TypeDesc,
    Alt(Amount1,0)+Alt(Amount2,0)+Alt(Amount3,0)+Alt(Amount4,0) As Amount
FROM [lib://BaseFolder/3.DEV/_Temp/Data.xlsx]
(ooxml, embedded labels, table is Data);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-10-12 12_43_50-test - Il mio nuovo foglio (23) _ Foglio - Qlik Sense.png" style="width: 972px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/63987iA25B08B75AE61486/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-10-12 12_43_50-test - Il mio nuovo foglio (23) _ Foglio - Qlik Sense.png" alt="2021-10-12 12_43_50-test - Il mio nuovo foglio (23) _ Foglio - Qlik Sense.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 10:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multi-Dimensional-Pivot-Table/m-p/1845451#M69944</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2021-10-12T10:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multi Dimensional Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Multi-Dimensional-Pivot-Table/m-p/1845707#M69966</link>
      <description>&lt;P&gt;Hi Micheledenardi,&amp;nbsp;&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;Sorry i am not getting the solution which i want due to the data which i am having is other way around. Attached for the reference. Earlier which i shared the data is wrong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sakthivel.S&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 16:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multi-Dimensional-Pivot-Table/m-p/1845707#M69966</guid>
      <dc:creator>sakthi266</dc:creator>
      <dc:date>2021-10-12T16:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Multi Dimensional Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Multi-Dimensional-Pivot-Table/m-p/1845954#M69978</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;MapTypeDesc:
Mapping
Load * inline [
Type,Desc
I|I-1,Interest-1
I|I-2,Interest-2
I|Others,Other Interest
D|D-1,Dividends-1
D|D-2,Dividends-2
D|Others,Other Divident
ST,Short-Term
LT,Long-Term
Others,Others];

Final:
LOAD
    Entity,
    "Account Name",
    "Type",
    'Interest' as TypeCategory,
    ApplyMap('MapTypeDesc','I|'&amp;amp;Type,'Not Set') as TypeDesc,
    "Date",
    Interest as Value
FROM [lib://BaseFolder/3.DEV/_Temp/Data2.xlsx]
(ooxml, embedded labels, table is Data)
	Where isnum(Interest);

Concatenate(Final)
LOAD
    Entity,
    "Account Name",
    "Type",
    'Dividends' as TypeCategory,
    "Date",
    ApplyMap('MapTypeDesc','D|'&amp;amp;Type,'Not Set') as TypeDesc,
    Dividend as Value
FROM [lib://BaseFolder/3.DEV/_Temp/Data2.xlsx]
(ooxml, embedded labels, table is Data)
	Where isnum(Dividend);

Concatenate(Final)
LOAD
    Entity,
    "Account Name",
    "Type",
    'Gain/Loses' as TypeCategory,
    "Date",
    ApplyMap('MapTypeDesc',Type,'Not Set') as TypeDesc,
    GL 	as Value
FROM [lib://BaseFolder/3.DEV/_Temp/Data2.xlsx]
(ooxml, embedded labels, table is Data)
	Where isnum(GL);

Concatenate(Final)
LOAD
    Entity,
    "Account Name",
    "Type",
    'Others' as TypeCategory,
    "Date",
    'Others' as TypeDesc,
    "Other 1"+"Other 2"+Other as Value
FROM [lib://BaseFolder/3.DEV/_Temp/Data2.xlsx]
(ooxml, embedded labels, table is Data)
	Where isnum("Other 1") or isnum("Other 2") or isnum(Other);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-10-13 09_18_38-test - Il mio nuovo foglio (24) _ Foglio - Qlik Sense.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/64095i286DE6705D5BA38A/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-10-13 09_18_38-test - Il mio nuovo foglio (24) _ Foglio - Qlik Sense.png" alt="2021-10-13 09_18_38-test - Il mio nuovo foglio (24) _ Foglio - Qlik Sense.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 07:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multi-Dimensional-Pivot-Table/m-p/1845954#M69978</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2021-10-13T07:20:16Z</dc:date>
    </item>
  </channel>
</rss>

