<?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 can I count value of a measure &amp;amp; how can I select values ​​of a measure? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-can-I-count-value-of-a-measure-amp-how-can-I-select-values/m-p/1995871#M82456</link>
    <description>&lt;P&gt;You can try feeding the fields into the Match-function if you want to compare them 1:1. Wildmatch-function allows for wildcards as well.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;if(Match([ÚltimaEthenet], [Ethernet_Declarada]), 
    'OK ', 
    'nocoincide'
) as CompareField&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 23 Oct 2022 20:44:10 GMT</pubDate>
    <dc:creator>oskartoivonen</dc:creator>
    <dc:date>2022-10-23T20:44:10Z</dc:date>
    <item>
      <title>How can I count value of a measure &amp; how can I select values ​​of a measure?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-count-value-of-a-measure-amp-how-can-I-select-values/m-p/1995852#M82450</link>
      <description>&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traducción"&gt;&lt;SPAN class="Y2IQFc"&gt;I want to compare two fields. If they match correct value ok and if not value does not match. &lt;BR /&gt;later I want to be able to select the ones that do not match and be able to count them&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="problema1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/91965i6ECF90C1C47C1184/image-size/large?v=v2&amp;amp;px=999" role="button" title="problema1.png" alt="problema1.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;verifica_router is a measure&lt;BR /&gt;if([ÚltimaEthenet]=[Ethernet_Declarada] , 'OK ', 'nocoincide')&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Oct 2022 17:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-count-value-of-a-measure-amp-how-can-I-select-values/m-p/1995852#M82450</guid>
      <dc:creator>hvantoni</dc:creator>
      <dc:date>2022-10-23T17:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can I count value of a measure &amp; how can I select values ​​of a measure?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-count-value-of-a-measure-amp-how-can-I-select-values/m-p/1995861#M82453</link>
      <description>&lt;P&gt;verifica_router can be a dimension as well (selectable).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to count them, you can have a simple KPI like&amp;nbsp;sum(if([ÚltimaEthenet]&amp;lt;&amp;gt;[Ethernet_Declarada] , 1))&lt;/P&gt;</description>
      <pubDate>Sun, 23 Oct 2022 18:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-count-value-of-a-measure-amp-how-can-I-select-values/m-p/1995861#M82453</guid>
      <dc:creator>ckarras22</dc:creator>
      <dc:date>2022-10-23T18:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can I count value of a measure &amp; how can I select values ​​of a measure?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-count-value-of-a-measure-amp-how-can-I-select-values/m-p/1995864#M82454</link>
      <description>&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traducción"&gt;&lt;SPAN class="Y2IQFc"&gt;It doesn't work, it's two text fields that are compared and &lt;BR /&gt;it doesn't do it neither with &amp;lt;&amp;gt; nor with -=&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 23 Oct 2022 18:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-count-value-of-a-measure-amp-how-can-I-select-values/m-p/1995864#M82454</guid>
      <dc:creator>hvantoni</dc:creator>
      <dc:date>2022-10-23T18:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can I count value of a measure &amp; how can I select values ​​of a measure?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-count-value-of-a-measure-amp-how-can-I-select-values/m-p/1995871#M82456</link>
      <description>&lt;P&gt;You can try feeding the fields into the Match-function if you want to compare them 1:1. Wildmatch-function allows for wildcards as well.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;if(Match([ÚltimaEthenet], [Ethernet_Declarada]), 
    'OK ', 
    'nocoincide'
) as CompareField&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Oct 2022 20:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-count-value-of-a-measure-amp-how-can-I-select-values/m-p/1995871#M82456</guid>
      <dc:creator>oskartoivonen</dc:creator>
      <dc:date>2022-10-23T20:44:10Z</dc:date>
    </item>
  </channel>
</rss>

