<?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: Count if data starts with F* in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Count-if-data-starts-with-F/m-p/1837207#M69175</link>
    <description>&lt;P&gt;When using wildcards in set analysis, you need to wrap the string in double quotes " instead of single quotes.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Sep 2021 23:13:28 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2021-09-17T23:13:28Z</dc:date>
    <item>
      <title>Count if data starts with F*</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-data-starts-with-F/m-p/1837198#M69174</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a column where have a lot of data starts with F*, M*, S*. I would like count unique data but only if starts with F*&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried below but I receive 0&lt;/P&gt;&lt;P&gt;Count({&amp;lt;ITL_LIST_ID = {'F0*'}&amp;gt;}ITL_LIST_ID)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michak80_0-1631911138215.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62237iC59D4A1636645EFA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michak80_0-1631911138215.png" alt="michak80_0-1631911138215.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Could you please help me?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 20:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-data-starts-with-F/m-p/1837198#M69174</guid>
      <dc:creator>michak80</dc:creator>
      <dc:date>2021-09-17T20:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Count if data starts with F*</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-data-starts-with-F/m-p/1837207#M69175</link>
      <description>&lt;P&gt;When using wildcards in set analysis, you need to wrap the string in double quotes " instead of single quotes.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 23:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-data-starts-with-F/m-p/1837207#M69175</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2021-09-17T23:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Count if data starts with F*</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-data-starts-with-F/m-p/1837211#M69177</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Unique count, you need to use Distinct along with Nicole suggestion.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count({&amp;lt;ITL_LIST_ID = {"F0*"}&amp;gt;}distinct ITL_LIST_ID)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Sep 2021 01:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-data-starts-with-F/m-p/1837211#M69177</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-09-18T01:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Count if data starts with F*</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-data-starts-with-F/m-p/1837230#M69184</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/12891"&gt;@Nicole-Smith&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp;&amp;nbsp;Thank you very much! It works!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Sep 2021 06:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-data-starts-with-F/m-p/1837230#M69184</guid>
      <dc:creator>michak80</dc:creator>
      <dc:date>2021-09-18T06:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Count if data starts with F*</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-data-starts-with-F/m-p/1837262#M69191</link>
      <description>&lt;P&gt;Unfortunatly&amp;nbsp; I have another problem &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I recieved all lists starts with F0% but I need to add additional requirment: if&amp;nbsp;&amp;nbsp;ITL_CODE = 'XXXX'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I have now&amp;nbsp;&lt;STRONG&gt;Count({&amp;lt;ITL_LIST_ID = {"F0*"}&amp;gt;}distinct ITL_LIST_ID)&amp;nbsp;&lt;/STRONG&gt;and I need to add new requirment&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry form my questions but I'm new in Qlik. I have some expericnce in SQL Oracle but in Qlik logic is different.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for understanding.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Sep 2021 09:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-data-starts-with-F/m-p/1837262#M69191</guid>
      <dc:creator>michak80</dc:creator>
      <dc:date>2021-09-18T09:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Count if data starts with F*</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-data-starts-with-F/m-p/1837279#M69192</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149790"&gt;@michak80&lt;/a&gt;&amp;nbsp; try below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;ITL_LIST_ID = {"F0*"},&lt;SPAN&gt;ITL_CODE ={ 'XXXX'}&lt;/SPAN&gt;&amp;gt;}distinct ITL_LIST_ID)&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Sep 2021 12:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-data-starts-with-F/m-p/1837279#M69192</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2021-09-18T12:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Count if data starts with F*</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-data-starts-with-F/m-p/1837291#M69194</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;Thank you!!!&lt;/P&gt;</description>
      <pubDate>Sat, 18 Sep 2021 14:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-data-starts-with-F/m-p/1837291#M69194</guid>
      <dc:creator>michak80</dc:creator>
      <dc:date>2021-09-18T14:54:48Z</dc:date>
    </item>
  </channel>
</rss>

