<?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: Making Pivot from different files with same column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Making-Pivot-from-different-files-with-same-column/m-p/1459912#M796116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Devarasu and Anil. It is working perfectly. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Jan 2018 17:06:13 GMT</pubDate>
    <dc:creator>bhuprakash</dc:creator>
    <dc:date>2018-01-06T17:06:13Z</dc:date>
    <item>
      <title>Making Pivot from different files with same column</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Pivot-from-different-files-with-same-column/m-p/1459909#M796109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me to get the data in below format because when I am loading the data then it is adding the counts at one place but I need it country wise. I have separate file for all countries and there is no column of country in file. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="er.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189147_er.png" style="max-width: 620px; height: auto;" /&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/Making-Pivot-from-different-files-with-same-column/m-p/1459909#M796109</guid>
      <dc:creator>bhuprakash</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Making Pivot from different files with same column</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Pivot-from-different-files-with-same-column/m-p/1459910#M796112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We can make calc. Dimension but not really sure how you want to split each&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ValueList('Indonesia', 'Malaysia', 'Philippines', 'Vietnam')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jan 2018 15:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-Pivot-from-different-files-with-same-column/m-p/1459910#M796112</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-06T15:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Making Pivot from different files with same column</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Pivot-from-different-files-with-same-column/m-p/1459911#M796114</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;we can build the report we need to excel source file, but u can also try to add country and concatenate them as one fact refer below script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create pivot table chart,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dimension&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[Current State]&lt;/P&gt;&lt;P&gt;Country&lt;/P&gt;&lt;P&gt;(after adding try to enable check box for "always fully expanded" chart property presentation tab and country field u have to transpose Country from row to column )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Measure&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;=Count([Lead Code])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15152552276038724" jivemacro_uid="_15152552276038724"&gt;
&lt;P&gt;&lt;STRONG&gt;Fact:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;//IndonesiaDemoFarm:&lt;/P&gt;
&lt;P&gt;LOAD&lt;STRONG&gt; 'Indonesia' as Country,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;[Lead Code],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Assigned To],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [User ID],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Creation Date],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Current State]&lt;/P&gt;
&lt;P&gt;FROM &lt;C&gt;&lt;/C&gt;&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is [Indonesia DemoFarm]);&lt;/P&gt;
&lt;P&gt;Concatenate&lt;/P&gt;
&lt;P&gt;//MalaysiaDemoFarm:&lt;/P&gt;
&lt;P&gt;LOAD&lt;STRONG&gt; 'Malaysia' as Country&lt;/STRONG&gt;,&lt;/P&gt;
&lt;P&gt;[Lead Code],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Assigned To],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [User ID],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Creation Date],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Current State]&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is [Malaysia Demo Farm]);&lt;/P&gt;
&lt;P&gt;Concatenate&lt;/P&gt;
&lt;P&gt;//PhilippinesDemofarm:&lt;/P&gt;
&lt;P&gt;LOAD &lt;STRONG&gt;Country,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Lead Code],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Assigned To],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [User ID],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Creation Date],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Current State]&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is [Philippines Demofarm]);&lt;/P&gt;
&lt;P&gt;Concatenate&lt;/P&gt;
&lt;P&gt;//VietnamDemoFarm:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;'Vietnam' as Country,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;[Lead Code],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Assigned To],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [User ID],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Creation Date],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Current State]&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is [Vietnam DemoFarm]);&lt;/P&gt;


&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jan 2018 16:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-Pivot-from-different-files-with-same-column/m-p/1459911#M796114</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2018-01-06T16:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Making Pivot from different files with same column</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Pivot-from-different-files-with-same-column/m-p/1459912#M796116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Devarasu and Anil. It is working perfectly. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jan 2018 17:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-Pivot-from-different-files-with-same-column/m-p/1459912#M796116</guid>
      <dc:creator>bhuprakash</dc:creator>
      <dc:date>2018-01-06T17:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Making Pivot from different files with same column</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Pivot-from-different-files-with-same-column/m-p/1459913#M796118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Close this thread by marking as helpful and correct. thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jan 2018 17:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-Pivot-from-different-files-with-same-column/m-p/1459913#M796118</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2018-01-06T17:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Making Pivot from different files with same column</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Pivot-from-different-files-with-same-column/m-p/1459914#M796119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear, Only Helpfull is coming in list. Correct Answer is not coming.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jan 2018 17:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-Pivot-from-different-files-with-same-column/m-p/1459914#M796119</guid>
      <dc:creator>bhuprakash</dc:creator>
      <dc:date>2018-01-06T17:09:55Z</dc:date>
    </item>
  </channel>
</rss>

