<?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: Set Analisys - Matching fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analisys-Matching-fields/m-p/1410045#M426519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's possible that I was just being stupid and the formula works but I was narrowing the results because I'd got iCOUNTRY or gCOUNTRY selected. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Oct 2017 09:48:24 GMT</pubDate>
    <dc:creator>shane_spencer</dc:creator>
    <dc:date>2017-10-09T09:48:24Z</dc:date>
    <item>
      <title>Set Analisys - Matching fields</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analisys-Matching-fields/m-p/1410039#M426513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got a table that shows reconcilliations between two data sets - see attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. Detailed Breakdown&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="178881" alt="recon.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/178881_recon.PNG" style="height: 136px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I want to make another table very similar that only shows the values where there's a difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. Disparitas&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="178882" alt="recon2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/178882_recon2.PNG" style="height: 133px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately if there is not a a value in either VAT Return (&lt;SPAN style="font-size: 13.3333px;"&gt;AMT_NET_TAXREP_src_1)&lt;/SPAN&gt; or Intrastat (&lt;SPAN style="font-size: 13.3333px;"&gt;GOODS_INVOICE_VALUE)&lt;/SPAN&gt; the value is not shown:&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;sum({&amp;lt;iLINK={'=round(sum(GOODS_INVOICE_VALUE),0.01)&amp;lt;&amp;gt;round(sum(AMT_NET_TAXREP_src_1),0.01)'}&amp;gt;} GOODS_INVOICE_VALUE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the question is how can I show in the chart on the &lt;SPAN style="font-size: 13.3333px;"&gt;Disparitas page all the rows where the difference is great that zero? As per the example in the spreadsheet.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 15:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analisys-Matching-fields/m-p/1410039#M426513</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2017-10-06T15:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analisys - Matching fields</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analisys-Matching-fields/m-p/1410040#M426514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try this on all the expressions of your table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;(sum({&amp;lt;iLINK={'=round(sum(AMT_NET_TAXREP_src_1),0.01)&amp;lt;&amp;gt;round(sum(GOODS_INVOICE_VALUE),0.01)'}&amp;gt;} AMT_NET_TAXREP_src_1)&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum({&amp;lt;iLINK={'=round(sum(GOODS_INVOICE_VALUE),0.01)&amp;lt;&amp;gt;round(sum(AMT_NET_TAXREP_src_1),0.01)'}&amp;gt;} GOODS_INVOICE_VALUE)) &amp;gt;0,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;YOUR_MEASURE&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&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>Fri, 06 Oct 2017 15:39:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analisys-Matching-fields/m-p/1410040#M426514</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-10-06T15:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analisys - Matching fields</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analisys-Matching-fields/m-p/1410041#M426515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Youssef, thanks for the suggestion but this seemed to provide even fewer results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone else have any suggestions? I've updated the attached qvw to a slightly updated version but it's essentially the same. I'm wanting to show on Disparitas tab all the values that were red on the Detailed Breakdown tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 08:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analisys-Matching-fields/m-p/1410041#M426515</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2017-10-09T08:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analisys - Matching fields</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analisys-Matching-fields/m-p/1410042#M426516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;iLINK={'=round(sum(GOODS_INVOICE_VALUE),0.01)&amp;lt;&amp;gt;round(sum(AMT_NET_TAXREP_src_1),0.01)'}&amp;gt;} GOODS_INVOICE_VALUE) * Count(DISTINCT TAX_CODE_src_1&amp;amp;TAX_CODE_EU_INDICATOR_src_1&amp;amp;PARTY_SECONDARY_NAME_src_1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 09:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analisys-Matching-fields/m-p/1410042#M426516</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-10-09T09:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analisys - Matching fields</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analisys-Matching-fields/m-p/1410043#M426517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope. That just gives me the same as I had.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 09:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analisys-Matching-fields/m-p/1410043#M426517</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2017-10-09T09:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analisys - Matching fields</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analisys-Matching-fields/m-p/1410044#M426518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can easily create a table of the matching values using set analysis (see attached)&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;STRONG&gt;{&amp;lt;LINK={'=round(sum(AMT_NET_TAXREP_src_1),0.01)=round(sum(GOODS_INVOICE_VALUE),0.01)'}&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but as soon as I replace the &lt;STRONG&gt;=&lt;/STRONG&gt; with &lt;STRONG&gt;&amp;lt;&amp;gt; &lt;/STRONG&gt;I lose the values where one of the fields is empty (i.e. there's no matching value in the LINK)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering if the answer is something to do with using &lt;STRONG&gt;E &lt;/STRONG&gt;(&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt;Excluded). But not sure how that would work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 09:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analisys-Matching-fields/m-p/1410044#M426518</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2017-10-09T09:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analisys - Matching fields</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analisys-Matching-fields/m-p/1410045#M426519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's possible that I was just being stupid and the formula works but I was narrowing the results because I'd got iCOUNTRY or gCOUNTRY selected. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 09:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analisys-Matching-fields/m-p/1410045#M426519</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2017-10-09T09:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analisys - Matching fields</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analisys-Matching-fields/m-p/1410046#M426520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({&amp;lt;iLINK={'=round(sum(GOODS_INVOICE_VALUE),0.01)&lt;STRONG style="color: #ff0000;"&gt;~&lt;/STRONG&gt;round(sum(AMT_NET_TAXREP_src_1),0.01)'}&amp;gt;} GOODS_INVOICE_VALUE)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Replaced &amp;lt;&amp;gt; with ~. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Pradosh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 10:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analisys-Matching-fields/m-p/1410046#M426520</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-10-09T10:19:45Z</dc:date>
    </item>
  </channel>
</rss>

