<?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 match and show matched values from two different fields? in Reporting Service &amp; Alerting</title>
    <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-match-and-show-matched-values-from-two-different-fields/m-p/2542180#M2711</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/300845"&gt;@adann_CB_96&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Maybe something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({&amp;lt;FieldA=P(FieldB)&amp;gt;} FieldC)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Feb 2026 15:21:44 GMT</pubDate>
    <dc:creator>marksouzacosta</dc:creator>
    <dc:date>2026-02-02T15:21:44Z</dc:date>
    <item>
      <title>How to match and show matched values from two different fields?</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-match-and-show-matched-values-from-two-different-fields/m-p/2542170#M2707</link>
      <description>&lt;P&gt;I am using a filer pane in which I must show some values.&lt;/P&gt;&lt;P&gt;There are two fields: "A" and "B" with contract ids and I have to do something like inner join between them to check, if a values from "A" field exists in "B" field. If so, such a value will be shown in the filter pane and all other values existing in both fields will be shown too.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-02-02 135645.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/186672i64A902009297EA8C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-02-02 135645.png" alt="Screenshot 2026-02-02 135645.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know how to do it in an edit expression?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 12:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-match-and-show-matched-values-from-two-different-fields/m-p/2542170#M2707</guid>
      <dc:creator>adann_CB_96</dc:creator>
      <dc:date>2026-02-02T12:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to match and show matched values from two different fields?</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-match-and-show-matched-values-from-two-different-fields/m-p/2542177#M2708</link>
      <description>&lt;P&gt;It shouldn't be done within the UI else in the data-model and might resulting in a single field for the id's and n extra fields with the information if the id is in orders/billing/shipment/whatever ... and/or how many times and/or the date-offsets or ...&lt;/P&gt;&lt;P&gt;There are various approaches possible, for example checks with exists() or aggregation-loads or interrecord-functions like peek() and previous.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 14:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-match-and-show-matched-values-from-two-different-fields/m-p/2542177#M2708</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2026-02-02T14:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to match and show matched values from two different fields?</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-match-and-show-matched-values-from-two-different-fields/m-p/2542178#M2709</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;SPAN&gt;none of those functions you mentioned exist in a edit expression.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 14:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-match-and-show-matched-values-from-two-different-fields/m-p/2542178#M2709</guid>
      <dc:creator>adann_CB_96</dc:creator>
      <dc:date>2026-02-02T14:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to match and show matched values from two different fields?</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-match-and-show-matched-values-from-two-different-fields/m-p/2542179#M2710</link>
      <description>&lt;P&gt;Like hinted, it shouldn't be done there else within the script to get native fields with the appropriate information.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 14:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-match-and-show-matched-values-from-two-different-fields/m-p/2542179#M2710</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2026-02-02T14:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to match and show matched values from two different fields?</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-match-and-show-matched-values-from-two-different-fields/m-p/2542180#M2711</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/300845"&gt;@adann_CB_96&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Maybe something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({&amp;lt;FieldA=P(FieldB)&amp;gt;} FieldC)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 15:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-match-and-show-matched-values-from-two-different-fields/m-p/2542180#M2711</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2026-02-02T15:21:44Z</dc:date>
    </item>
  </channel>
</rss>

