<?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: dynamic filter in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300785#M845981</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a question, can i create a query at the beginning of script like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if vVar = 1 then&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;only Values with 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if vVar = 2 then&lt;/P&gt;&lt;P&gt;load...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only Values with 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Mar 2017 11:15:13 GMT</pubDate>
    <dc:creator>beck_bakytbek</dc:creator>
    <dc:date>2017-03-29T11:15:13Z</dc:date>
    <item>
      <title>dynamic filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300779#M845975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my script does look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;Variante,&lt;/P&gt;&lt;P&gt;Category&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field: Category has only 2 Values: 1 and 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to achieve a situation, where i load my dates where only Category = 1, I know i can solve that with: where Caterory = 1, but i want ti know whether is that makeable with variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is that possible with variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;P&gt;beck&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-in-script/m-p/1300779#M845975</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300780#M845976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use variables... do you intend the user to decide if they want to pull Category 1 or Category 2?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300780#M845976</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-29T11:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300781#M845977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Variable = 0/1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Where Category = $(Variable) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Variable = '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Caterory = 1&lt;/SPAN&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Where $(Variable)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300781#M845977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-29T11:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300782#M845978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for your feedback, yes, i want to indent to decide by users to pull Category between 1 and 2 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300782#M845978</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2017-03-29T11:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300783#M845979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for your feedback, can i do that dynamicly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300783#M845979</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2017-03-29T11:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300784#M845980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a variable inputbox on the front end (lets call this vVar) and then use this in your where statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Category = $(vVar);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300784#M845980</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-29T11:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300785#M845981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a question, can i create a query at the beginning of script like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if vVar = 1 then&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;only Values with 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if vVar = 2 then&lt;/P&gt;&lt;P&gt;load...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only Values with 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300785#M845981</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2017-03-29T11:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300786#M845982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should be able to...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300786#M845982</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-29T11:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300787#M845983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300787#M845983</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2017-03-29T11:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300788#M845984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Beck, You can use the Variable and pass values to it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300788#M845984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-29T11:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300789#M845985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;various way to achieve it.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1: &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;maintain excel which have filter fields and value.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;then in Load first load excel table then load your table with where exists()&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Excel:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load Category from excel;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;QVD;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load * from table where exists(Category)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2: Using variable&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Pass value to variable in batch (for that you have little knowledge on windows command or google &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Prashant &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300789#M845985</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-03-29T11:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300790#M845986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prashant Thanks a lot for your feedback&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300790#M845986</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2017-03-29T11:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300791#M845987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva, thanks a lot for your feedback,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you show me your example of this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-filter-in-script/m-p/1300791#M845987</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2017-03-29T11:48:31Z</dc:date>
    </item>
  </channel>
</rss>

