<?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: select multiple Country to make comparison. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/select-multiple-Country-to-make-comparison/m-p/2162112#M94328</link>
    <description>&lt;P&gt;Would be great if you can share sample data!&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jan 2024 17:22:13 GMT</pubDate>
    <dc:creator>Digvijay_Singh</dc:creator>
    <dc:date>2024-01-16T17:22:13Z</dc:date>
    <item>
      <title>select multiple Country to make comparison.</title>
      <link>https://community.qlik.com/t5/App-Development/select-multiple-Country-to-make-comparison/m-p/2162045#M94324</link>
      <description>&lt;P&gt;I have an excel containing data for 60 countries and each of them having multiple rows.&lt;/P&gt;
&lt;P&gt;What I want is to select any 2 countries -&lt;/P&gt;
&lt;P&gt;1&amp;gt;&amp;nbsp; and that will show 2 different line chart , Each chart having&amp;nbsp; &lt;STRONG&gt;Month&lt;/STRONG&gt; in 'Y' axis, &lt;STRONG&gt;Transaction_volume&lt;/STRONG&gt; in 'X axis.'&lt;/P&gt;
&lt;P&gt;2&amp;gt; also there will be one table that will give Average Difference in 'Volume' and 'Value' between those selected countries.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 14:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/select-multiple-Country-to-make-comparison/m-p/2162045#M94324</guid>
      <dc:creator>Architect</dc:creator>
      <dc:date>2024-01-16T14:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: select multiple Country to make comparison.</title>
      <link>https://community.qlik.com/t5/App-Development/select-multiple-Country-to-make-comparison/m-p/2162112#M94328</link>
      <description>&lt;P&gt;Would be great if you can share sample data!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 17:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/select-multiple-Country-to-make-comparison/m-p/2162112#M94328</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2024-01-16T17:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: select multiple Country to make comparison.</title>
      <link>https://community.qlik.com/t5/App-Development/select-multiple-Country-to-make-comparison/m-p/2162129#M94330</link>
      <description>&lt;P&gt;Below is a dummy data list. think we have data for 12 months for each countries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" width="73.4693906775574%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="14.285714285714286%"&gt;COUNTRY&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;MONTH&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;TRAN_VAL&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;TRAN_VOL&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;NO OF CLIENT&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;LOB&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14.285714285714286%"&gt;INDIA&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;JAN-23&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;1000&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;20&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;5&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;R&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14.285714285714286%"&gt;JAPAN&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;DEC-23&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;12000&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;30&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;7&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;G&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14.285714285714286%"&gt;INDIA&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;MAR-23&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;20000&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;25&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;4&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;C&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14.285714285714286%"&gt;UAE&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;AUG-23&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;2500&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;40&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;8&lt;/TD&gt;
&lt;TD width="14.285714285714286%"&gt;R&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Tue, 16 Jan 2024 18:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/select-multiple-Country-to-make-comparison/m-p/2162129#M94330</guid>
      <dc:creator>Architect</dc:creator>
      <dc:date>2024-01-16T18:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: select multiple Country to make comparison.</title>
      <link>https://community.qlik.com/t5/App-Development/select-multiple-Country-to-make-comparison/m-p/2162326#M94346</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;1&amp;gt; Line Chart : Month as group &amp;amp; Country as Lines. Transaction Volume as your measure.&lt;/P&gt;
&lt;P&gt;Then you have to do 2 things,&lt;/P&gt;
&lt;P&gt;Fisrt : Appearance &amp;gt; Presentation &amp;gt; select vertical.&lt;/P&gt;
&lt;P&gt;Second : Data Handling : Calculation Condition : Getselectedcout(Country)=2.&lt;/P&gt;
&lt;P&gt;2&amp;gt; Pivot Table : 'Avg Diff' as Dimension.&lt;/P&gt;
&lt;P&gt;Vol : Avg(aggr(sum({&amp;lt;Country={"$(=subfield(concat(distinct Country,','),',',1))"}&amp;gt;}Vol),Month)) -&amp;nbsp;Avg(aggr(sum({&amp;lt;Country={"$(=subfield(concat(distinct Country,','),',',2))"}&amp;gt;}Vol),Month))&lt;/P&gt;
&lt;P&gt;Value :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Avg(aggr(sum({&amp;lt;Country={"$(=subfield(concat(distinct Country,','),',',1))"}&amp;gt;}Value),Month)) -&amp;nbsp;Avg(aggr(sum({&amp;lt;Country={"$(=subfield(concat(distinct Country,','),',',2))"}&amp;gt;}Value),Month))&lt;/P&gt;
&lt;P&gt;Data Handling : Calculation Condition : Getselectedcout(Country)=2.&lt;/P&gt;
&lt;P&gt;Try this out once.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Rohan.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 09:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/select-multiple-Country-to-make-comparison/m-p/2162326#M94346</guid>
      <dc:creator>Rohan</dc:creator>
      <dc:date>2024-01-17T09:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: select multiple Country to make comparison.</title>
      <link>https://community.qlik.com/t5/App-Development/select-multiple-Country-to-make-comparison/m-p/2162631#M94368</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/82500"&gt;@Rohan&lt;/a&gt;&amp;nbsp; I need to create two different line charts side by side to show the comparison, not into the single chart.&lt;/P&gt;
&lt;P&gt;When no country is selected , the blank space will give some disclaimer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;second solution- yet to check.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 04:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/select-multiple-Country-to-make-comparison/m-p/2162631#M94368</guid>
      <dc:creator>Architect</dc:creator>
      <dc:date>2024-01-18T04:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: select multiple Country to make comparison.</title>
      <link>https://community.qlik.com/t5/App-Development/select-multiple-Country-to-make-comparison/m-p/2162645#M94369</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/95145"&gt;@Architect&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create 2 line charts with only Month as dimension &amp;amp; use the measures like :&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CountryA : sum({&amp;lt;Country={"$(=subfield(concat(distinct Country,','),',',1))"}&amp;gt;}Vol)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CountryB : sum({&amp;lt;Country={"$(=subfield(concat(distinct Country,','),',',2))"}&amp;gt;}Vol)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This will give you 2 seperate charts. &amp;amp; the data handling part will be the same.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Rohan.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 05:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/select-multiple-Country-to-make-comparison/m-p/2162645#M94369</guid>
      <dc:creator>Rohan</dc:creator>
      <dc:date>2024-01-18T05:18:16Z</dc:date>
    </item>
  </channel>
</rss>

