<?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: Using Asterisk literal in set analysis count function? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Using-Asterisk-literal-in-set-analysis-count-function/m-p/1836169#M69077</link>
    <description>&lt;P&gt;What if you try&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;[Services.Service Name] = {"=left([Services.Service Name] ,1)='*'"}&amp;gt;}[Services.Service Name])&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Sep 2021 19:48:34 GMT</pubDate>
    <dc:creator>stevejoyce</dc:creator>
    <dc:date>2021-09-14T19:48:34Z</dc:date>
    <item>
      <title>Using Asterisk literal in set analysis count function?</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Asterisk-literal-in-set-analysis-count-function/m-p/1836167#M69076</link>
      <description>&lt;P&gt;I'm trying to get a COUNT of [Services.Service Name] where the [Service Name] starts with an asterisk.&lt;/P&gt;&lt;P&gt;This works for the letter "A":&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;[Services.Service Name] = {"A*"}&amp;gt;}[Services.Service Name])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But I can't figure out how to use an asterisk as a string literal in a set aggregate function. I tried multiple things. Any ideas?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 19:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Asterisk-literal-in-set-analysis-count-function/m-p/1836167#M69076</guid>
      <dc:creator>mbeccaria</dc:creator>
      <dc:date>2021-09-14T19:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using Asterisk literal in set analysis count function?</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Asterisk-literal-in-set-analysis-count-function/m-p/1836169#M69077</link>
      <description>&lt;P&gt;What if you try&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;[Services.Service Name] = {"=left([Services.Service Name] ,1)='*'"}&amp;gt;}[Services.Service Name])&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 19:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Asterisk-literal-in-set-analysis-count-function/m-p/1836169#M69077</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-09-14T19:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using Asterisk literal in set analysis count function?</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Asterisk-literal-in-set-analysis-count-function/m-p/1836179#M69078</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149531"&gt;@mbeccaria&lt;/a&gt;&amp;nbsp; not sure how exactly do you want to search &lt;SPAN&gt;asterisk but you could try below if you just want to search asterisk&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Count({&amp;lt;[Services.Service Name] = {"&lt;FONT color="#FF0000"&gt;?*?&lt;/FONT&gt;"}&amp;gt;}[Services.Service Name])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 21:07:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Asterisk-literal-in-set-analysis-count-function/m-p/1836179#M69078</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2021-09-14T21:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using Asterisk literal in set analysis count function?</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Asterisk-literal-in-set-analysis-count-function/m-p/1836335#M69096</link>
      <description>&lt;P&gt;That did it! I didn't think to use the left operator. I was working on using replace to replace the * with an alternate character that would work in a query. This is much more elegant. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 12:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Asterisk-literal-in-set-analysis-count-function/m-p/1836335#M69096</guid>
      <dc:creator>mbeccaria</dc:creator>
      <dc:date>2021-09-15T12:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using Asterisk literal in set analysis count function?</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Asterisk-literal-in-set-analysis-count-function/m-p/1836338#M69097</link>
      <description>&lt;P&gt;Yea i think that's the other option.&amp;nbsp; But i agree, if you know it's your first character, this is much easier to read.&amp;nbsp; i would do replace if it could be anywhere in your string.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 12:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Asterisk-literal-in-set-analysis-count-function/m-p/1836338#M69097</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-09-15T12:50:23Z</dc:date>
    </item>
  </channel>
</rss>

