<?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: Hi i would like to pass filter values as parameters to the load editor . based on the filters valuesreport should fetch data. in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Hi-i-would-like-to-pass-filter-values-as-parameters-to-the-load/m-p/1211635#M17816</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will be helpful if i'm getting access to date picker object &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Oct 2016 06:14:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-10-26T06:14:45Z</dc:date>
    <item>
      <title>Hi i would like to pass filter values as parameters to the load editor . based on the filters valuesreport should fetch data.</title>
      <link>https://community.qlik.com/t5/Management-Governance/Hi-i-would-like-to-pass-filter-values-as-parameters-to-the-load/m-p/1211627#M17808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like to connect filter values as paramters to the sql script .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex : i have a date as filter . I need to choose only one filter instead of multi select .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i like to pass that parameter in sql script as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select case($(parameter )) &amp;gt; 30&amp;nbsp; then some_calculations else end&lt;/P&gt;&lt;P&gt;from table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this scenario is applicable in qliksense . do we any alternative for dynamic value passing mechanism at runtime .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Anuradha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Apr 2021 07:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Hi-i-would-like-to-pass-filter-values-as-parameters-to-the-load/m-p/1211627#M17808</guid>
      <dc:creator />
      <dc:date>2021-04-02T07:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hi i would like to pass filter values as parameters to the load editor . based on the filters valuesreport should fetch data.</title>
      <link>https://community.qlik.com/t5/Management-Governance/Hi-i-would-like-to-pass-filter-values-as-parameters-to-the-load/m-p/1211628#M17809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add your variables in the text file and include that in load script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(include=lib://Desktop/ExternalVariables.txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tabCalendar:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(vParameter1) as v1,&lt;/P&gt;&lt;P&gt;$(vParameter2) as v2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Day(Date) as Day,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekDay(Date) as WeekDay,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Week(Date) as Week,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekName(Date) as WeekName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Date) as Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthName(Date) as MonthName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; QuarterName(Date) as QuarterName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Date) as Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekYear(Date) as WeekYear;&lt;/P&gt;&lt;P&gt;LOAD Date(Date#('01/01/2005', 'MM/DD/YYYY')+IterNo()-1) as Date&lt;/P&gt;&lt;P&gt;AutoGenerate 1&lt;/P&gt;&lt;P&gt;While Date#('01/01/2005', 'MM/DD/YYYY')+IterNo()-1 &amp;lt;= Today();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will include your external variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 07:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Hi-i-would-like-to-pass-filter-values-as-parameters-to-the-load/m-p/1211628#M17809</guid>
      <dc:creator>lakshmikandh</dc:creator>
      <dc:date>2016-10-24T07:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hi i would like to pass filter values as parameters to the load editor . based on the filters valuesreport should fetch data.</title>
      <link>https://community.qlik.com/t5/Management-Governance/Hi-i-would-like-to-pass-filter-values-as-parameters-to-the-load/m-p/1211629#M17810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks For the Response Lakshmikanth .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look into below points what i have done till now and what is my exact requirement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Created dashboard .&lt;/P&gt;&lt;P&gt;2) Added Many filters to the dashboard .&lt;/P&gt;&lt;P&gt;3) among all the filters , users choosing particuar filter (In my case i have to choose date as filter).&lt;/P&gt;&lt;P&gt;4) chosen date should pass as parameters to the Query . then Dynamically&amp;nbsp; values should change .&lt;/P&gt;&lt;P&gt;Here I'm doing some calculation based on the Input parameters passed .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex : select case when datediff(vParameter,date) &amp;gt; 30 then 1 else 0 end&amp;nbsp; from table_name &lt;/P&gt;&lt;P&gt;here my vParameter should take chosen date as parameter to the query .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example given by you has static values defined in it . Please let me know how to pass values dynamically .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Anuradha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 12:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Hi-i-would-like-to-pass-filter-values-as-parameters-to-the-load/m-p/1211629#M17810</guid>
      <dc:creator />
      <dc:date>2016-10-24T12:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hi i would like to pass filter values as parameters to the load editor . based on the filters valuesreport should fetch data.</title>
      <link>https://community.qlik.com/t5/Management-Governance/Hi-i-would-like-to-pass-filter-values-as-parameters-to-the-load/m-p/1211630#M17811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this in expression itself you dont need to do this calculation in Load script.&lt;/P&gt;&lt;P&gt;Create a variable and using the extension &lt;A href="https://community.qlik.com/message/815574"&gt;Re: Is there a way to add Date Picker Calendar object in Qlik Sense?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or this &lt;A href="https://github.com/erikwett/qsVariable" title="https://github.com/erikwett/qsVariable"&gt;GitHub - erikwett/qsVariable: Variable extension for Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;assign the respective date to the variable and use your variable in the expression to calculate.&lt;/P&gt;&lt;P&gt;on selection the values will reflect dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lakhsmikandh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 13:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Hi-i-would-like-to-pass-filter-values-as-parameters-to-the-load/m-p/1211630#M17811</guid>
      <dc:creator>lakshmikandh</dc:creator>
      <dc:date>2016-10-24T13:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hi i would like to pass filter values as parameters to the load editor . based on the filters valuesreport should fetch data.</title>
      <link>https://community.qlik.com/t5/Management-Governance/Hi-i-would-like-to-pass-filter-values-as-parameters-to-the-load/m-p/1211631#M17812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&amp;nbsp; L&lt;SPAN style="font-size: 10pt;"&gt;akshmi . &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;While opening variable extension from qlisksense desktop Getting below error .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;variable is incomplete and cannot be opened or duplicated (wbfolder.wbl )is missing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out . &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 04:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Hi-i-would-like-to-pass-filter-values-as-parameters-to-the-load/m-p/1211631#M17812</guid>
      <dc:creator />
      <dc:date>2016-10-25T04:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hi i would like to pass filter values as parameters to the load editor . based on the filters valuesreport should fetch data.</title>
      <link>https://community.qlik.com/t5/Management-Governance/Hi-i-would-like-to-pass-filter-values-as-parameters-to-the-load/m-p/1211632#M17813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i did changes to the variable extension given by creating wbl file . Still getting error as visualization not found on the server .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the first solution of date picker i need to have access for Qwidget . please provide me a access .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Anuradha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 05:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Hi-i-would-like-to-pass-filter-values-as-parameters-to-the-load/m-p/1211632#M17813</guid>
      <dc:creator />
      <dc:date>2016-10-25T05:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hi i would like to pass filter values as parameters to the load editor . based on the filters valuesreport should fetch data.</title>
      <link>https://community.qlik.com/t5/Management-Governance/Hi-i-would-like-to-pass-filter-values-as-parameters-to-the-load/m-p/1211633#M17814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which version of QS desktop you are using ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 05:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Hi-i-would-like-to-pass-filter-values-as-parameters-to-the-load/m-p/1211633#M17814</guid>
      <dc:creator>lakshmikandh</dc:creator>
      <dc:date>2016-10-26T05:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hi i would like to pass filter values as parameters to the load editor . based on the filters valuesreport should fetch data.</title>
      <link>https://community.qlik.com/t5/Management-Governance/Hi-i-would-like-to-pass-filter-values-as-parameters-to-the-load/m-p/1211634#M17815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's 3.1 SR1 . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be good if im getting access to a 3.1 SR1 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 06:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Hi-i-would-like-to-pass-filter-values-as-parameters-to-the-load/m-p/1211634#M17815</guid>
      <dc:creator />
      <dc:date>2016-10-26T06:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hi i would like to pass filter values as parameters to the load editor . based on the filters valuesreport should fetch data.</title>
      <link>https://community.qlik.com/t5/Management-Governance/Hi-i-would-like-to-pass-filter-values-as-parameters-to-the-load/m-p/1211635#M17816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will be helpful if i'm getting access to date picker object &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 06:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Hi-i-would-like-to-pass-filter-values-as-parameters-to-the-load/m-p/1211635#M17816</guid>
      <dc:creator />
      <dc:date>2016-10-26T06:14:45Z</dc:date>
    </item>
  </channel>
</rss>

