<?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: Read user input from filter in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/Read-user-input-from-filter/m-p/1506316#M4973</link>
    <description>&lt;P&gt;If your field&amp;nbsp;&lt;SPAN&gt;Cntflg is associated/connected with the remaining datamodel then you don't need to user SET at all.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;count(distinct GuestCode) &lt;/PRE&gt;</description>
    <pubDate>Wed, 14 Nov 2018 14:10:56 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2018-11-14T14:10:56Z</dc:date>
    <item>
      <title>Read user input from filter</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Read-user-input-from-filter/m-p/1506064#M4860</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to read the user inputs from Filter plane.&lt;/P&gt;&lt;P&gt;How can I implement this in my set expression.?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 11:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Read-user-input-from-filter/m-p/1506064#M4860</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-14T11:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Read user input from filter</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Read-user-input-from-filter/m-p/1506097#M4871</link>
      <description>&lt;P&gt;Hi Kishor,&lt;/P&gt;&lt;P&gt;So depends on how you want to use it inside the expression.&lt;/P&gt;&lt;P&gt;If you made a variable:&lt;/P&gt;&lt;PRE&gt;SET vKishor = 100;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;and then in an expression add&lt;/P&gt;&lt;PRE&gt;=If(vKishor&amp;gt;50,'yes','no')&lt;/PRE&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;=Sum({&amp;lt;FIELD={'$(vKishor)'}&amp;gt;}VALUE)&lt;/PRE&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 11:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Read-user-input-from-filter/m-p/1506097#M4871</guid>
      <dc:creator>charlie_firemind</dc:creator>
      <dc:date>2018-11-14T11:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Read user input from filter</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Read-user-input-from-filter/m-p/1506099#M4872</link>
      <description>&lt;P&gt;Could you please explain in a bit more detail?&lt;/P&gt;&lt;P&gt;How does your SET expression look like, in which filter pane is the user making selections?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 11:53:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Read-user-input-from-filter/m-p/1506099#M4872</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2018-11-14T11:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Read user input from filter</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Read-user-input-from-filter/m-p/1506124#M4883</link>
      <description>&lt;P&gt;Hi Charlie,&lt;/P&gt;&lt;P&gt;Thanks for the update.&lt;/P&gt;&lt;P&gt;Actually I am looking for,&lt;/P&gt;&lt;P&gt;I have flag filed having 1,2,3,......&lt;BR /&gt;&lt;BR /&gt;If select any of the value in the flag field, that needs to affect my visualization.&lt;/P&gt;&lt;P&gt;How can I read that flag value inside my set expression.?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 12:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Read-user-input-from-filter/m-p/1506124#M4883</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-14T12:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Read user input from filter</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Read-user-input-from-filter/m-p/1506135#M4889</link>
      <description>&lt;P&gt;Hi Vegar,&lt;/P&gt;&lt;P&gt;this is set expression :&lt;/P&gt;&lt;P&gt;count({$&amp;lt;Cntflg = {"&amp;gt;=5"}&amp;gt;}distinct GuestCode).&lt;/P&gt;&lt;P&gt;I have to put these Cntflg values in a Filter plane and I need to read those values from my set Expression instead of &lt;SPAN&gt;{$&amp;lt;Cntflg = {"&amp;gt;=5"}&amp;gt;}.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can I achieve this.?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 12:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Read-user-input-from-filter/m-p/1506135#M4889</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-14T12:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Read user input from filter</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Read-user-input-from-filter/m-p/1506148#M4894</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Do you want the set to include both values over 5 and your selected Cntflg or do you want to limit the Cntflg only including the ones you select that are over 5?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could one of these be your solution?&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;count({$&amp;lt;Cntflg += {"&amp;gt;=5"}&amp;gt;}distinct GuestCode)&amp;nbsp;
OR&lt;BR /&gt;count({$&amp;lt;Cntflg *= {"&amp;gt;=5"}&amp;gt;}distinct GuestCode)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 12:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Read-user-input-from-filter/m-p/1506148#M4894</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2018-11-14T12:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Read user input from filter</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Read-user-input-from-filter/m-p/1506161#M4900</link>
      <description>&lt;P&gt;Hi Vegar,&lt;/P&gt;&lt;P&gt;Actually I am looking for,&lt;/P&gt;&lt;P&gt;I have flag filed i.e., &lt;SPAN&gt;Cntflg&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;having 1,2,3,......&lt;BR /&gt;&lt;BR /&gt;If I select any of the value in the flag field, that needs to affect my visualization.&lt;/P&gt;&lt;P&gt;How can I read that flag value inside my set expression.?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 12:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Read-user-input-from-filter/m-p/1506161#M4900</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-14T12:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Read user input from filter</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Read-user-input-from-filter/m-p/1506316#M4973</link>
      <description>&lt;P&gt;If your field&amp;nbsp;&lt;SPAN&gt;Cntflg is associated/connected with the remaining datamodel then you don't need to user SET at all.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;count(distinct GuestCode) &lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Nov 2018 14:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Read-user-input-from-filter/m-p/1506316#M4973</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2018-11-14T14:10:56Z</dc:date>
    </item>
  </channel>
</rss>

