<?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: Get return for wildmatch search but not in a set analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Get-return-for-wildmatch-search-but-not-in-a-set-analysis/m-p/1782909#M60961</link>
    <description>&lt;P&gt;Thanks at&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/56648"&gt;@Taoufiq_Zarra&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But rather like an AND:&lt;/P&gt;&lt;P&gt;There are many abbreviation possible. More than wrote there.&lt;/P&gt;&lt;P&gt;For example :&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FREE OPEN&amp;nbsp; PRNT DLVR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;only count when there is FREE and Open inside.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I thought this one:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;count({&amp;lt;Systemstatus={'*FREE*', '*OPEN*'}&amp;gt;}Ordernumber)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FREE CLSE&amp;nbsp; PRNT DLVR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;only count when Systemstatus has CLSE and DLVR inside.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;count({&amp;lt;Systemstatus={'*CLSE*', '*DLVR*'}&amp;gt;}Ordernumber)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So its not an OR actually, but still its not filtering right at all.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I put it in a variable and pickmatch function to switch a dynamic table with a switch:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Pick(Match($(vVariable), '0', '1'), count({&amp;lt;Systemstatus={'*FREE*', '*OPEN*'}&amp;gt;}Ordernumber),count({&amp;lt;Systemstatus={'*CLSE*', '*DLVR*'}&amp;gt;}Ordernumber)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is something wrong with that set analysis that I build? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Feb 2021 07:52:32 GMT</pubDate>
    <dc:creator>Applicable88</dc:creator>
    <dc:date>2021-02-16T07:52:32Z</dc:date>
    <item>
      <title>Get return for wildmatch search but not in a set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Get-return-for-wildmatch-search-but-not-in-a-set-analysis/m-p/1782770#M60940</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;something like this never occured to me before.&lt;/P&gt;&lt;P&gt;I want to filter ONE Column called "Systemstatus" with status abbreviation like this and there are many combination possible:&lt;/P&gt;&lt;P&gt;FREE OPEN&amp;nbsp; PRNT DLVR&lt;/P&gt;&lt;P&gt;They are all in the same column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used these kind of set analysis for this:&lt;/P&gt;&lt;P&gt;count({&amp;lt;Systemstatus={"*FREE*","*OPEN*"}&amp;gt;}Ordernumber)&lt;/P&gt;&lt;P&gt;I also tried with singlequotes:&lt;/P&gt;&lt;P&gt;count({&amp;lt;Systemstatus={'*FREE*', '*OPEN*'}&amp;gt;}Ordernumber)&lt;/P&gt;&lt;P&gt;I don't filter anything at all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;but the same structure via wildmatch works in a variable combination out:&lt;/P&gt;&lt;P&gt;=if(vFormel='0',if(wildmatch(Systemstatus,'*FREE*',*PRNT*'),Systemstatus),if(wildmatch(Systemstatus,'*DLVR*'),&lt;/P&gt;&lt;P&gt;Systemstatus))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are&amp;nbsp; limitation with the if-statements, since its "just" a dimension.&amp;nbsp;&lt;/P&gt;&lt;P&gt;with the count I can add to a pick match function and switch between to different counts , with a 1 and 0 variable and filter accordingly two different things.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I would like to know why the set analysis cannot filter the same as the wildmatch function here. I used it many times before, but what can be the interference here?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope someone knows a solution.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Best.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 14:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-return-for-wildmatch-search-but-not-in-a-set-analysis/m-p/1782770#M60940</guid>
      <dc:creator>Applicable88</dc:creator>
      <dc:date>2021-02-15T14:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Get return for wildmatch search but not in a set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Get-return-for-wildmatch-search-but-not-in-a-set-analysis/m-p/1782775#M60941</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/110549"&gt;@Applicable88&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you mean an OR in the same field? Have you tested this possibility?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;=count({&amp;lt;Systemstatus={"*FREE*"}&amp;gt;+&amp;lt;Systemstatus={"*OPEN*"}&amp;gt;}Ordernumber)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example this sample gives&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Taoufiq_Zarra_0-1613398717239.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49088i512073BDCF6558C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Taoufiq_Zarra_0-1613398717239.png" alt="Taoufiq_Zarra_0-1613398717239.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 14:18:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-return-for-wildmatch-search-but-not-in-a-set-analysis/m-p/1782775#M60941</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2021-02-15T14:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get return for wildmatch search but not in a set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Get-return-for-wildmatch-search-but-not-in-a-set-analysis/m-p/1782909#M60961</link>
      <description>&lt;P&gt;Thanks at&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/56648"&gt;@Taoufiq_Zarra&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But rather like an AND:&lt;/P&gt;&lt;P&gt;There are many abbreviation possible. More than wrote there.&lt;/P&gt;&lt;P&gt;For example :&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FREE OPEN&amp;nbsp; PRNT DLVR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;only count when there is FREE and Open inside.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I thought this one:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;count({&amp;lt;Systemstatus={'*FREE*', '*OPEN*'}&amp;gt;}Ordernumber)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FREE CLSE&amp;nbsp; PRNT DLVR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;only count when Systemstatus has CLSE and DLVR inside.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;count({&amp;lt;Systemstatus={'*CLSE*', '*DLVR*'}&amp;gt;}Ordernumber)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So its not an OR actually, but still its not filtering right at all.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I put it in a variable and pickmatch function to switch a dynamic table with a switch:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Pick(Match($(vVariable), '0', '1'), count({&amp;lt;Systemstatus={'*FREE*', '*OPEN*'}&amp;gt;}Ordernumber),count({&amp;lt;Systemstatus={'*CLSE*', '*DLVR*'}&amp;gt;}Ordernumber)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is something wrong with that set analysis that I build? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 07:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-return-for-wildmatch-search-but-not-in-a-set-analysis/m-p/1782909#M60961</guid>
      <dc:creator>Applicable88</dc:creator>
      <dc:date>2021-02-16T07:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Get return for wildmatch search but not in a set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Get-return-for-wildmatch-search-but-not-in-a-set-analysis/m-p/1782912#M60962</link>
      <description>&lt;P&gt;The specified fields within a set analysis are associated per AND mode while the n field-values respectively search-strings to a field are set in OR mode. To get an AND association between field-values you need to apply multiple set analysis statements which are connected to each other with a suitable operator like in the example from Toufic_Zara which showed an OR linking. To get an AND linking change it to:&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Systemstatus={"*FREE*"}&amp;gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&amp;lt;Systemstatus={"*OPEN*"}&amp;gt;}Ordernumber)&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 08:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-return-for-wildmatch-search-but-not-in-a-set-analysis/m-p/1782912#M60962</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-02-16T08:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Get return for wildmatch search but not in a set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Get-return-for-wildmatch-search-but-not-in-a-set-analysis/m-p/1783055#M60976</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/56648"&gt;@Taoufiq_Zarra&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;what a fault in reasoning of mine! Of course I cannot put it like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;count({&amp;lt;Systemstatus={"*FREE*","*OPEN*"}&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;}Ordernumber)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Since that following 2 structures are basically a field on their own:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FREE OPEN&amp;nbsp; PRNT DLVR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FREE CLSE&amp;nbsp; PRNT DLVR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need to use the &amp;gt;*&amp;lt; for subset or the OR -operator for filtering what I want.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you both so much.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 14:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-return-for-wildmatch-search-but-not-in-a-set-analysis/m-p/1783055#M60976</guid>
      <dc:creator>Applicable88</dc:creator>
      <dc:date>2021-02-16T14:40:54Z</dc:date>
    </item>
  </channel>
</rss>

