<?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: Help with items that have the same value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-items-that-have-the-same-value/m-p/1625399#M733816</link>
    <description>&lt;P&gt;Thanks Frank! it works&lt;/P&gt;</description>
    <pubDate>Wed, 18 Sep 2019 16:48:30 GMT</pubDate>
    <dc:creator>educastri83</dc:creator>
    <dc:date>2019-09-18T16:48:30Z</dc:date>
    <item>
      <title>Help with items that have the same value</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-items-that-have-the-same-value/m-p/1619107#M733811</link>
      <description>&lt;DIV class="tlid-input input"&gt;&lt;DIV class="source-wrap"&gt;&lt;DIV class="input-full-height-wrapper tlid-input-full-height-wrapper"&gt;&lt;DIV class="source-input"&gt;&lt;DIV class="source-footer-wrap source-or-target-footer"&gt;&lt;DIV class="character-count tlid-character-count"&gt;&lt;DIV class="cc-ctr normal"&gt;&lt;SPAN&gt;Hello Community!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="tlid-results-container results-container"&gt;&lt;DIV class="tlid-result result-dict-wrapper"&gt;&lt;DIV class="result tlid-copy-target"&gt;&lt;DIV class="text-wrap tlid-copy-target"&gt;&lt;DIV class="result-shield-container tlid-copy-target"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;BR /&gt;&lt;SPAN&gt;This time I need your help to identify when:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;* in a mobile line there are more than one discount, which have the same discount value but with different revenue code.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="result-shield-container tlid-copy-target"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;Something like this case:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="result-shield-container tlid-copy-target"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="example_1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/18277iAF17DBCC0C480BFE/image-size/large?v=v2&amp;amp;px=999" role="button" title="example_1.png" alt="example_1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="result-shield-container tlid-copy-target"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="result-shield-container tlid-copy-target"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="result-shield-container tlid-copy-target"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;At least at this time I am not interested in cases when the discounts have the same value and revenue code.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="result-shield-container tlid-copy-target"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="result-shield-container tlid-copy-target"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;I put the base files and the test qvw.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="result-shield-container tlid-copy-target"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="result-shield-container tlid-copy-target"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;Thanks for your support.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="result-shield-container tlid-copy-target"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-items-that-have-the-same-value/m-p/1619107#M733811</guid>
      <dc:creator>educastri83</dc:creator>
      <dc:date>2024-11-16T02:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help with items that have the same value</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-items-that-have-the-same-value/m-p/1619240#M733812</link>
      <description>&lt;P&gt;Is this what you are trying to achieve?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Unbenannt.png" style="width: 749px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/18313i4CA6613C1439F49C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Unbenannt.png" alt="Unbenannt.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Backgroundcolorexpression:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=if(Aggr(NODISTINCT count(Revenue_code),phone_number) &amp;lt;&amp;gt; 1 and aggr(sum(Amount),phone_number,Revenue_code)=aggr(above(sum(Amount)),phone_number,Revenue_code), lightgray(),)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 11:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-items-that-have-the-same-value/m-p/1619240#M733812</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2019-09-02T11:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help with items that have the same value</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-items-that-have-the-same-value/m-p/1622247#M733813</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Eduardo, did Frank's post help you get things working as you wish?&amp;nbsp; If so, please use the Accept as Solution button on his post to give him credit and let others know that it did work.&amp;nbsp; If you are still having issues, please provide an update.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;BR /&gt;Brett&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 16:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-items-that-have-the-same-value/m-p/1622247#M733813</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-09-10T16:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with items that have the same value</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-items-that-have-the-same-value/m-p/1623984#M733814</link>
      <description>&lt;P&gt;Thanks frank, almost.. but it can work for me.&lt;/P&gt;&lt;P&gt;How can I do so that only the table only shows the records where the background turns gray, that is, it does not bring the entire pivot chart, only for cases where the condition applies.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Sep 2019 23:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-items-that-have-the-same-value/m-p/1623984#M733814</guid>
      <dc:creator>educastri83</dc:creator>
      <dc:date>2019-09-15T23:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help with items that have the same value</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-items-that-have-the-same-value/m-p/1624070#M733815</link>
      <description>&lt;P&gt;see attached&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 08:54:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-items-that-have-the-same-value/m-p/1624070#M733815</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2019-09-16T08:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help with items that have the same value</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-items-that-have-the-same-value/m-p/1625399#M733816</link>
      <description>&lt;P&gt;Thanks Frank! it works&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 16:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-items-that-have-the-same-value/m-p/1625399#M733816</guid>
      <dc:creator>educastri83</dc:creator>
      <dc:date>2019-09-18T16:48:30Z</dc:date>
    </item>
  </channel>
</rss>

