<?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 combine 2 chart into 1 chart ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-combine-2-chart-into-1-chart/m-p/1369671#M30883</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;I have solve the issue , case closed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 May 2017 07:09:10 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2017-05-05T07:09:10Z</dc:date>
    <item>
      <title>How to combine 2 chart into 1 chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-combine-2-chart-into-1-chart/m-p/1369670#M30882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;I have 2 chart A &amp;amp; B. I like to combine into one chart C.&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;My Chart A expression as below :-&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;DIV style="text-align: inherit;"&gt;Sum({&amp;lt;SEGMENT -= {'Related Coy'} &amp;gt;}total_ar * Pick(Match(US_Cust_AR, 'EUR', 'NT', 'USD', 'YEN', 'BAH', 'SGD', 'MYR', 'RP'), 1.64, (1/24), 1.25, 0.012, 1/24, 1,1/3,1/9600))&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;DIV style="text-align: inherit;"&gt;My Chart B expression as below :-&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;DIV style="text-align: inherit;"&gt;Sum(total_ar * Pick(Match(US_Cust_AR, 'EUR', 'NT', 'USD', 'YEN', 'BAH', 'SGD', 'MYR', 'RP'), 1.64, (1/24), 1.25, 0.012, 1/24, 1,1/3,1/9600))&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;Both Chart A &amp;amp; B have same dimension :-&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;DIV style="text-align: inherit;"&gt;=If(aging_ar &amp;gt;= 1 and aging_ar &amp;lt;= 30, Dual('1-30', 1),&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;If(aging_ar &amp;gt;= 31 and aging_ar &amp;lt;= 60, Dual('31-60', 2),&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;If(aging_ar &amp;gt;= 61 and aging_ar &amp;lt;= 90, Dual('61-90', 3),&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;If(aging_ar &amp;gt;= 91 and aging_ar &amp;lt;= 120, Dual('91-120', 4),&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;If(aging_ar &amp;gt;= 121 and aging_ar &amp;lt;= 150, Dual('121-150', 5),&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;If(aging_ar &amp;gt;= 151 and aging_ar &amp;lt;= 180, Dual('151-180', 6), Dual('&amp;gt;181', 7)))))))&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;Hope some one can advise me.&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;Paul Yeo&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 01:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-combine-2-chart-into-1-chart/m-p/1369670#M30882</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-05-05T01:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine 2 chart into 1 chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-combine-2-chart-into-1-chart/m-p/1369671#M30883</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;I have solve the issue , case closed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 07:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-combine-2-chart-into-1-chart/m-p/1369671#M30883</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-05-05T07:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine 2 chart into 1 chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-combine-2-chart-into-1-chart/m-p/1369672#M30884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great PAUL..&lt;/P&gt;&lt;P&gt;How did you fix ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 11:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-combine-2-chart-into-1-chart/m-p/1369672#M30884</guid>
      <dc:creator />
      <dc:date>2017-05-05T11:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine 2 chart into 1 chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-combine-2-chart-into-1-chart/m-p/1369673#M30885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maheswara&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create one expression include related company , that is with out the -ve sign , another expression is using the expression -ve sign .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I change the chart to combo chart , and make the chart stack up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;DIrector&lt;/P&gt;&lt;P&gt;TDS Technology (S) P/L&lt;/P&gt;&lt;P&gt;Whatsapp +65 9326 1804&lt;/P&gt;&lt;P&gt;www.tdstech.com&amp;lt;http://www.tdstech.com&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 11:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-combine-2-chart-into-1-chart/m-p/1369673#M30885</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-05-05T11:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine 2 chart into 1 chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-combine-2-chart-into-1-chart/m-p/1369674#M30886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharing your approach:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 12:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-combine-2-chart-into-1-chart/m-p/1369674#M30886</guid>
      <dc:creator />
      <dc:date>2017-05-05T12:02:01Z</dc:date>
    </item>
  </channel>
</rss>

