<?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 Dynamic filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-filter/m-p/103685#M765046</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; can I create a dynamic filter with the following features:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I can select the field &lt;SPAN lang="en"&gt;on which the condition is applied;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;I can select the operator;&lt;/LI&gt;&lt;LI&gt;I can select the value;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me do a little example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;supposed to have these three field:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;age - integer&lt;/LI&gt;&lt;LI&gt;degree - string&lt;/LI&gt;&lt;LI&gt;salary - real&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want select all people who are older than 35 (age &amp;gt; 35), after that I want do a new filter and I want select people who are master degree (degree = 'master degree').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that I can create an input field where I can insert the value, but I want change the field and the operator too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Dynamic filter</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-filter/m-p/103685#M765046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; can I create a dynamic filter with the following features:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I can select the field &lt;SPAN lang="en"&gt;on which the condition is applied;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;I can select the operator;&lt;/LI&gt;&lt;LI&gt;I can select the value;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me do a little example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;supposed to have these three field:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;age - integer&lt;/LI&gt;&lt;LI&gt;degree - string&lt;/LI&gt;&lt;LI&gt;salary - real&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want select all people who are older than 35 (age &amp;gt; 35), after that I want do a new filter and I want select people who are master degree (degree = 'master degree').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that I can create an input field where I can insert the value, but I want change the field and the operator too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-filter/m-p/103685#M765046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic filter</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-filter/m-p/103686#M765047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use variables and input boxes for each of the three field, operator, value, and based on that combination, trigger an action using another text object or a button, or even an OnChange trigger. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;You can also use constraints in the input box to make sure the values input match the contents of a field or do not exceed a threshold, etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 08:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-filter/m-p/103686#M765047</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2018-07-03T08:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic filter</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-filter/m-p/103687#M765048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created two multi-selection field with predefined value for field and operator, and one input box where the user can insert the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When user select value inside multi-selection field, &lt;SPAN lang="en"&gt;through trigger I update the value of v_fieldName and v_operator variables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I created a button and when I press the button I want select the value inside the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first problem is inside the Action -&amp;gt; Select on Field -&amp;gt; Field, I put =$(v_fieldName), but it doesn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly how can I use the operator?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think about something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; only({&amp;lt;$(v_fieldName) &amp;gt;= $(v_value) &amp;gt;}$(v_fieldName))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but how can I change '&amp;gt;=' with the value inside v_operator?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or maybe there is a best way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 14:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-filter/m-p/103687#M765048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-04T14:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic filter</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-filter/m-p/103688#M765049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Like this: only({&amp;lt;$(v_fieldName) = {"&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(v_operator)&lt;/SPAN&gt; $(v_value) "}&amp;gt;} $(v_fieldName))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 14:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-filter/m-p/103688#M765049</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-07-04T14:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic filter</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-filter/m-p/103689#M765050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know why, but it doesn't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 15:24:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-filter/m-p/103689#M765050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-04T15:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic filter</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-filter/m-p/103690#M765051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 15:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-filter/m-p/103690#M765051</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-07-04T15:41:22Z</dc:date>
    </item>
  </channel>
</rss>

