<?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: Subselects in Qlik Sense Desktop Formel editor in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Subselects-in-Qlik-Sense-Desktop-Formel-editor/m-p/946008#M13370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oops..&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if([IDCode] = U or &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;[IDCode] = F or &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;[IDCode] = O,&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;[IDCode])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Nov 2015 22:05:41 GMT</pubDate>
    <dc:creator>JonnyPoole</dc:creator>
    <dc:date>2015-11-06T22:05:41Z</dc:date>
    <item>
      <title>Subselects in Qlik Sense Desktop Formel editor</title>
      <link>https://community.qlik.com/t5/App-Development/Subselects-in-Qlik-Sense-Desktop-Formel-editor/m-p/946004#M13366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I already had some related issues with these kind of sorting, but I can't find a way to get this one going.&lt;/P&gt;&lt;P&gt;So here is my Problem: &lt;/P&gt;&lt;P&gt;I've got a list (e.g. a table with the alphabet a-z) and now I want to make a Filterfield wich only contains the letters U,F,O.&lt;/P&gt;&lt;P&gt;I would like to have something like this:&lt;/P&gt;&lt;P&gt;if([IDCode] = U,&lt;SPAN style="font-size: 13.3333px;"&gt;[IDCode])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;or &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if([IDCode] = F,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[IDCode])&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;or &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if([IDCode] = O,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[IDCode])&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;but this doesn't seem to work. I just want the list to show these 3 lettern and not grey out all the others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 14:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subselects-in-Qlik-Sense-Desktop-Formel-editor/m-p/946004#M13366</guid>
      <dc:creator />
      <dc:date>2015-11-05T14:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Subselects in Qlik Sense Desktop Formel editor</title>
      <link>https://community.qlik.com/t5/App-Development/Subselects-in-Qlik-Sense-Desktop-Formel-editor/m-p/946005#M13367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use wildmatch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 16:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subselects-in-Qlik-Sense-Desktop-Formel-editor/m-p/946005#M13367</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-11-05T16:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Subselects in Qlik Sense Desktop Formel editor</title>
      <link>https://community.qlik.com/t5/App-Development/Subselects-in-Qlik-Sense-Desktop-Formel-editor/m-p/946006#M13368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks, I've currently set it to something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;if(&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;WILDMATCH([CostCarriers.IdCode],'*KH *')&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I'm getting results with "KH private" too and want to remove them from the list now. is this possible with Wildmatches too?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 13:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subselects-in-Qlik-Sense-Desktop-Formel-editor/m-p/946006#M13368</guid>
      <dc:creator />
      <dc:date>2015-11-06T13:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Subselects in Qlik Sense Desktop Formel editor</title>
      <link>https://community.qlik.com/t5/App-Development/Subselects-in-Qlik-Sense-Desktop-Formel-editor/m-p/946007#M13369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if([IDCode] = U &lt;SPAN style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit; line-height: 1.5em;"&gt;[IDCode] = F or &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit; line-height: 1.5em;"&gt;[IDCode] = O,&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit; line-height: 1.5em;"&gt;[IDCode])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 22:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subselects-in-Qlik-Sense-Desktop-Formel-editor/m-p/946007#M13369</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-11-06T22:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Subselects in Qlik Sense Desktop Formel editor</title>
      <link>https://community.qlik.com/t5/App-Development/Subselects-in-Qlik-Sense-Desktop-Formel-editor/m-p/946008#M13370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oops..&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if([IDCode] = U or &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;[IDCode] = F or &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;[IDCode] = O,&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;[IDCode])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 22:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subselects-in-Qlik-Sense-Desktop-Formel-editor/m-p/946008#M13370</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-11-06T22:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Subselects in Qlik Sense Desktop Formel editor</title>
      <link>https://community.qlik.com/t5/App-Development/Subselects-in-Qlik-Sense-Desktop-Formel-editor/m-p/946009#M13371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(only({&amp;lt;IDCode={U,F,O}&amp;gt;}IDCode),IDCode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 23:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subselects-in-Qlik-Sense-Desktop-Formel-editor/m-p/946009#M13371</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-11-06T23:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Subselects in Qlik Sense Desktop Formel editor</title>
      <link>https://community.qlik.com/t5/App-Development/Subselects-in-Qlik-Sense-Desktop-Formel-editor/m-p/946010#M13372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Rob,&lt;/P&gt;&lt;P&gt;sureshqv's answer works too, but yours is a little bit better, because it only uses one line to select multiple records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've set it all up and It only shows the results with U,F and O so that's working as expected.&lt;/P&gt;&lt;P&gt;If I use a wildcard on 'O*' I'm getting OE too. is there a way to exclude records with '*k' ?&lt;/P&gt;&lt;P&gt;OE is ok, but I don't want 'Oak'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 07:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subselects-in-Qlik-Sense-Desktop-Formel-editor/m-p/946010#M13372</guid>
      <dc:creator />
      <dc:date>2015-11-09T07:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Subselects in Qlik Sense Desktop Formel editor</title>
      <link>https://community.qlik.com/t5/App-Development/Subselects-in-Qlik-Sense-Desktop-Formel-editor/m-p/946011#M13373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set up an intersection (*) with a set of exclusions defined by the -= operator. This is a simple way to create an "AND" criteria on the same field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(only({&amp;lt;IDCode={U,F,"O*"}&amp;gt; * &amp;lt;IDCode-={"*k"}&amp;gt;}IDCode),IDCode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test qvw attached. Oops. Forgot this was Qlik Sense. Sample qvf attached as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com/" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/" rel="nofollow"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 23:51:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subselects-in-Qlik-Sense-Desktop-Formel-editor/m-p/946011#M13373</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-11-09T23:51:17Z</dc:date>
    </item>
  </channel>
</rss>

