<?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 like operation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/like-operation/m-p/225218#M77551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Onur,&lt;/P&gt;&lt;P&gt;I don't know what's your requirement behind this but it's more difficult to check if &lt;B&gt;anyone&lt;/B&gt; of the selected values contains 'a'.&lt;/P&gt;&lt;P&gt;You could do it in an another way by having an associated table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD * INLINE [&lt;BR /&gt; City, A_Flag&lt;BR /&gt; Augsburg, 1&lt;BR /&gt; Berlin, 0&lt;BR /&gt; Chemnitz, 0&lt;BR /&gt; Frankfurt, 1&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;..and than summarize over the A_Flag field.&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Feb 2011 14:31:34 GMT</pubDate>
    <dc:creator>rbecher</dc:creator>
    <dc:date>2011-02-22T14:31:34Z</dc:date>
    <item>
      <title>like operation</title>
      <link>https://community.qlik.com/t5/QlikView/like-operation/m-p/225216#M77549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikview community&lt;BR /&gt;&lt;BR /&gt; how can I analyze a selection at the selection set for specific sequence of letters? As an example, please see screenshot:&lt;BR /&gt;&lt;BR /&gt; Scenario 1: 100 is selected.&lt;BR /&gt;--&amp;gt; 3 values are determined. Has any one string the letter 'a' , so in the output text is displayed: Letter found 'a'!&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Scenario 2: 500 is selected:&lt;BR /&gt;--&amp;gt; the possible selection (Essen) Has no letter 'a'. In this case, is to be displayed the letter 'a' does not exist!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 13:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/like-operation/m-p/225216#M77549</guid>
      <dc:creator />
      <dc:date>2011-02-22T13:52:37Z</dc:date>
    </item>
    <item>
      <title>like operation</title>
      <link>https://community.qlik.com/t5/QlikView/like-operation/m-p/225217#M77550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to work for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(index(concat(City),'a')&amp;gt;=1,'Present','Not Present')&lt;/P&gt;&lt;P&gt;Where 'City' is the field / dimension you're looking across. Switch 'a' for a variable and it becomes even more flexible, also the above is case sensitive so stick an upper() function round both elements to make non-case sensitive and of course an isnull() function could also be used.&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 14:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/like-operation/m-p/225217#M77550</guid>
      <dc:creator>matt_crowther</dc:creator>
      <dc:date>2011-02-22T14:23:23Z</dc:date>
    </item>
    <item>
      <title>like operation</title>
      <link>https://community.qlik.com/t5/QlikView/like-operation/m-p/225218#M77551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Onur,&lt;/P&gt;&lt;P&gt;I don't know what's your requirement behind this but it's more difficult to check if &lt;B&gt;anyone&lt;/B&gt; of the selected values contains 'a'.&lt;/P&gt;&lt;P&gt;You could do it in an another way by having an associated table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD * INLINE [&lt;BR /&gt; City, A_Flag&lt;BR /&gt; Augsburg, 1&lt;BR /&gt; Berlin, 0&lt;BR /&gt; Chemnitz, 0&lt;BR /&gt; Frankfurt, 1&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;..and than summarize over the A_Flag field.&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 14:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/like-operation/m-p/225218#M77551</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-02-22T14:31:34Z</dc:date>
    </item>
    <item>
      <title>like operation</title>
      <link>https://community.qlik.com/t5/QlikView/like-operation/m-p/225219#M77552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;..to explain this more:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=if(sum(A_Flag) / count(distinct City) = 1, 'Letter found: a!', 'Letter a does not exist!')&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 14:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/like-operation/m-p/225219#M77552</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-02-22T14:43:50Z</dc:date>
    </item>
    <item>
      <title>like operation</title>
      <link>https://community.qlik.com/t5/QlikView/like-operation/m-p/225220#M77553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you both ! &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 16:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/like-operation/m-p/225220#M77553</guid>
      <dc:creator />
      <dc:date>2011-02-22T16:55:58Z</dc:date>
    </item>
  </channel>
</rss>

