<?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: To avoid duplicate amount &amp; multiple time repeating in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17940#M2963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not say that adding the key will resolve the problem of duplicates... all I said was reload the app and share it back here.... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2018 08:53:03 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-04-26T08:53:03Z</dc:date>
    <item>
      <title>To avoid duplicate amount &amp; multiple time repeating</title>
      <link>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17926#M2949</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 a table which is filtered by my selection criteria for compression purpose.&lt;IMG __jive_id="200725" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200725_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;1.) I have a button "show All" which is used to filter the record based on my selection criteria. Let's take my selection was "DAL" it need to show me DAL Charge amount only. If there is no DAL charge amount then it should be left blank or "-". But you see in my above screenshot i am getting some charge amount which are not having DAL charge amount i need to show them blank.&lt;/P&gt;&lt;P&gt;2.) Same SRR No which has DAL charge repeating again. I need to avoid them too.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="200749" alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/200749_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Below attached my qvw. Please help me to fix this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 10:44:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17926#M2949</guid>
      <dc:creator>dhanavindhan</dc:creator>
      <dc:date>2018-04-25T10:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: To avoid duplicate amount &amp; multiple time repeating</title>
      <link>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17927#M2950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Checking&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 11:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17927#M2950</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-25T11:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: To avoid duplicate amount &amp; multiple time repeating</title>
      <link>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17928#M2951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change your third last dimension to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=num(If(Len(Trim(Aggr(Only({1&amp;lt;SRRReport.Charge = P(SRRReport.Charge)&amp;gt;}SRRReport.Charge), SRRReport.Charge, SRRReport.usdamt))) &amp;gt; 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(Only({1&amp;lt;SRRReport.Charge = P(SRRReport.Charge)&amp;gt;}SRRReport.usdamt), SRRReport.usdamt)),'$#,##0.00')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200754_Capture.PNG" style="height: 124px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This def. resolves your 1st requirement, not sure I understand the second one.... is that resolved also? I don't see the second line anymore, but it could be sorted differently&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 11:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17928#M2951</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-25T11:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: To avoid duplicate amount &amp; multiple time repeating</title>
      <link>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17929#M2952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thanx for the quick reply.&lt;/P&gt;&lt;P&gt;You are correct 1'st one is working perfect and good. I am still getting those SRR no are repeating again it's not sorted out. Please see my screenshot. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200771_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 12:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17929#M2952</guid>
      <dc:creator>dhanavindhan</dc:creator>
      <dc:date>2018-04-25T12:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: To avoid duplicate amount &amp; multiple time repeating</title>
      <link>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17930#M2953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not seeing in my version of the app...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200772_Capture.PNG" style="height: 135px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All my selections are this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/200773_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong? Check the attached app to see if you are seeing something different&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 12:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17930#M2953</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-25T12:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: To avoid duplicate amount &amp; multiple time repeating</title>
      <link>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17931#M2954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you get rid off the Charge Id selection in CTB/teu Expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 12:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17931#M2954</guid>
      <dc:creator>bc-thebruuu</dc:creator>
      <dc:date>2018-04-25T12:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: To avoid duplicate amount &amp; multiple time repeating</title>
      <link>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17932#M2955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;As mentioned above user need for comparison. Please apply this selection criteria and you will see that repeating issue.&lt;/P&gt;&lt;P&gt;Selection criteria:&lt;/P&gt;&lt;P&gt;Year - 2018&lt;/P&gt;&lt;P&gt;Month - 4&lt;/P&gt;&lt;P&gt;SRRSelection - Y&lt;/P&gt;&lt;P&gt;ChargeID - DAL&lt;/P&gt;&lt;P&gt;after applying this selection Click on "Show all " Button. Don't apply selection criteria in Delivery &amp;amp; Origin. Now, It will show DAL charge amount and again it will be repeated in the next line without chargeID &amp;amp; Charge amount which I highlighted in my above screen shot. I want to get rid of that empty one. Don't know why it is coming bring it empty in next line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhana &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 14:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17932#M2955</guid>
      <dc:creator>dhanavindhan</dc:creator>
      <dc:date>2018-04-25T14:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: To avoid duplicate amount &amp; multiple time repeating</title>
      <link>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17933#M2956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you re-run the attached dashboard where I have added a new field within SRRReport Table and post it back...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AutoNumber(Origin&amp;amp;Delivery&amp;amp;CustomerName&amp;amp;srrno&amp;amp;eqptype&amp;amp;validFrom&amp;amp;validto&amp;amp;ExpFrDays&amp;amp;ImpFrDays&amp;amp;AllinRate) as key,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 15:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17933#M2956</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-25T15:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: To avoid duplicate amount &amp; multiple time repeating</title>
      <link>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17934#M2957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, I know it is silly you mean re-run (reload) the file is that correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 15:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17934#M2957</guid>
      <dc:creator>dhanavindhan</dc:creator>
      <dc:date>2018-04-25T15:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: To avoid duplicate amount &amp; multiple time repeating</title>
      <link>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17935#M2958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 15:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17935#M2958</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-25T15:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: To avoid duplicate amount &amp; multiple time repeating</title>
      <link>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17936#M2959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Holly Mother of all god....I didn't noticed it. Becoz, I was writing SP for another client. It's my mistake man. Thanks a lot bro&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Will check and let you know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 15:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17936#M2959</guid>
      <dc:creator>dhanavindhan</dc:creator>
      <dc:date>2018-04-25T15:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: To avoid duplicate amount &amp; multiple time repeating</title>
      <link>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17937#M2960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Holly Mother of all god....I didn't noticed it. Becoz, I was writing SP for another client. It's my mistake man. Thanks a lot bro&lt;/SPAN&gt;&lt;SPAN class="emoticon-inline emoticon_happy" style="background-color: #ffffff; font-size: 10pt; height: 16px; width: 16px;"&gt;&lt;/SPAN&gt;&lt;SPAN class="emoticon-inline emoticon_happy" style="background-color: #ffffff; font-size: 10pt; height: 16px; width: 16px;"&gt;&lt;/SPAN&gt;&lt;SPAN class="emoticon-inline emoticon_happy" style="background-color: #ffffff; font-size: 10pt; height: 16px; width: 16px;"&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; Will check and let you know.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I am not sure I follow....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 15:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17937#M2960</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-25T15:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: To avoid duplicate amount &amp; multiple time repeating</title>
      <link>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17938#M2961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;Hi Sunny,&lt;/P&gt;&lt;P style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;The issue still persist. The key which u created is showing all the sub-charges (ChargeID) it is not needed in the report. The previous qvw moreover 85% correct. No need to bring key field here. &lt;/P&gt;&lt;P style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;Example 1:&lt;/P&gt;&lt;P style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;As per my selection criteria it is DAL so it should Show in the report SRR No's which are having DAL and it's Chargeamount &amp;amp; SRR No's which are not applicable for DAL (Here I wanted to show those ChargeID &amp;amp; Charge amount as empty). So the user easily came to know SRR no's which are not applied DAL charge and they will look into that particular SRR No Details Why DAL is not applied for that.&lt;/P&gt;&lt;P style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;Example 2: Please refer my screenshot&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200829_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;In my above screenshot i highlighted in 2 colors I want only Green record in the report. The red one was don't know why it is repeating again without Charge ID and Charge amount i need to scrap this red column from my report. If you notice the SRR no, Customer name, Origin, delivery, equp.type etc..are all showing same. Please refer my current selection box. I am getting this when i apply this selection criteria.&lt;/P&gt;&lt;P style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;Key field QVW:&lt;/P&gt;&lt;P style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;This one is wrong. If u create Key filed it will expand all the ChargeID under that particular SRR number and show them all in the record. I need to show only charge ID which i selected. DAL means it need to show DAL applicable SRR no and not applicable srr no's.&lt;/P&gt;&lt;P style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/200830_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;Regards,&lt;/P&gt;&lt;P style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;Dhana R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 06:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17938#M2961</guid>
      <dc:creator>dhanavindhan</dc:creator>
      <dc:date>2018-04-26T06:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: To avoid duplicate amount &amp; multiple time repeating</title>
      <link>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17939#M2962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The duplicate is still coming even after reloading it. Attached reloaded file. Pls check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhana &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 08:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17939#M2962</guid>
      <dc:creator>dhanavindhan</dc:creator>
      <dc:date>2018-04-26T08:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: To avoid duplicate amount &amp; multiple time repeating</title>
      <link>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17940#M2963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not say that adding the key will resolve the problem of duplicates... all I said was reload the app and share it back here.... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 08:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17940#M2963</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-26T08:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: To avoid duplicate amount &amp; multiple time repeating</title>
      <link>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17941#M2964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached the reloaded file. Please check my above comments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhana R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 10:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17941#M2964</guid>
      <dc:creator>dhanavindhan</dc:creator>
      <dc:date>2018-04-26T10:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: To avoid duplicate amount &amp; multiple time repeating</title>
      <link>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17942#M2965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the &lt;STRONG&gt;SRR Report (New)&lt;/STRONG&gt; chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 12:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17942#M2965</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-26T12:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: To avoid duplicate amount &amp; multiple time repeating</title>
      <link>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17943#M2966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;It's working fine bro...you are awesome and freaking genius man...&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. So u created the key field to call in Expression so Auto Number will set Uniqueness for the record and remove the repeating value, is that corrct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 15:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17943#M2966</guid>
      <dc:creator>dhanavindhan</dc:creator>
      <dc:date>2018-04-26T15:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: To avoid duplicate amount &amp; multiple time repeating</title>
      <link>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17944#M2967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sort off.... but I think this could still work without needing to create the key field...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 15:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-avoid-duplicate-amount-multiple-time-repeating/m-p/17944#M2967</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-26T15:14:34Z</dc:date>
    </item>
  </channel>
</rss>

