<?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 make both my Table 1 &amp; 2 overall amount same ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-both-my-Table-1-2-overall-amount-same/m-p/1439432#M609842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see . how you develop this skill ? can you share with me pls.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Dec 2017 06:08:08 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2017-12-21T06:08:08Z</dc:date>
    <item>
      <title>How to make both my Table 1 &amp; 2 overall amount same ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-both-my-Table-1-2-overall-amount-same/m-p/1439427#M609837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hi All&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I have modify the Table 2 Dimension expression on new product script by adding addition filter for month_n &amp;gt; 3 consider new productr, it work fine :-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(L_issue = '00/00/0000' AND L_move &amp;lt;&amp;gt; '00/00/0000' AND Month_n &amp;gt; '3', ('New Product'), &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Note from Table 1 new product amount from 130,468 reduce to Table 1 39.551 , Total amount reduce = 90,917&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Below is my Table 2 org script for &amp;lt;6 Mth :-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If([No of Months_] &amp;gt;= 1 and [No of Months_] &amp;lt;= 6, Dual('&amp;lt;6 Mth', 1),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Now i need to add the below new condition into above &amp;lt;6 Mth script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;So i assume it should be like below :-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If([No of Months_] &amp;gt;= 1 and [No of Months_] &amp;lt;= 6 and L_issue = '00/00/0000' AND L_move &amp;lt;&amp;gt; '00/00/0000' AND Month_n &amp;lt; '4', Dual('&amp;lt;6 Mth', 1),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;( I include new product month_n &amp;lt; 4 to &amp;lt;6 Mth&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;But it does not work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If it work , Table 2 should display :-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;lt;6 Mth amount = 718,570 (536,736 + 90,917) , now it display 536,736 is worng&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;My objective is make table 1 and 2 overall total amount same.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hope some one can advise me where i go wrong ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;PAul Yeo&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 02:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-both-my-Table-1-2-overall-amount-same/m-p/1439427#M609837</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-12-21T02:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to make both my Table 1 &amp; 2 overall amount same ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-both-my-Table-1-2-overall-amount-same/m-p/1439428#M609838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 02:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-both-my-Table-1-2-overall-amount-same/m-p/1439428#M609838</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-12-21T02:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to make both my Table 1 &amp; 2 overall amount same ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-both-my-Table-1-2-overall-amount-same/m-p/1439429#M609839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does it mean this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;If(([No of Months_] &amp;gt;= 1 and [No of Months_] &amp;lt;= 6) and L_issue = '00/00/0000' AND L_move &amp;lt;&amp;gt; '00/00/0000' AND Month_n &amp;lt; 6, Dual('&amp;lt;6 Mth', 1),&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 05:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-both-my-Table-1-2-overall-amount-same/m-p/1439429#M609839</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-21T05:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to make both my Table 1 &amp; 2 overall amount same ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-both-my-Table-1-2-overall-amount-same/m-p/1439430#M609840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does not get the correct figure. I need to spend more time to analyse your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 05:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-both-my-Table-1-2-overall-amount-same/m-p/1439430#M609840</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-12-21T05:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to make both my Table 1 &amp; 2 overall amount same ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-both-my-Table-1-2-overall-amount-same/m-p/1439431#M609841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have access your application now? So, I can't look. can you tell me exactly what r u trying &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 05:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-both-my-Table-1-2-overall-amount-same/m-p/1439431#M609841</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-21T05:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to make both my Table 1 &amp; 2 overall amount same ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-both-my-Table-1-2-overall-amount-same/m-p/1439432#M609842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see . how you develop this skill ? can you share with me pls.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 06:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-both-my-Table-1-2-overall-amount-same/m-p/1439432#M609842</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-12-21T06:08:08Z</dc:date>
    </item>
  </channel>
</rss>

