<?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>idea Re: Sense Task parameter passing in Suggest an Idea</title>
    <link>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/1814388#M6463</link>
    <description>&lt;P&gt;You can use tags as a workaround to pass parameters.&lt;/P&gt;&lt;P&gt;Tags can be accessed in QS script using the JSON object the monitor app data connection provides.&lt;/P&gt;&lt;P&gt;Still not perfect &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jun 2021 08:23:51 GMT</pubDate>
    <dc:creator>AndrewMcIlwrick</dc:creator>
    <dc:date>2021-06-11T08:23:51Z</dc:date>
    <item>
      <title>Sense Task parameter passing</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idi-p/1508531</link>
      <description>&lt;P&gt;QlikView QMC allows you to create tasks with parameters that are passed into script variables - this should also be possible in Qlik Sense task.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 06:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idi-p/1508531</guid>
      <dc:creator>AndrewMcIlwrick</dc:creator>
      <dc:date>2019-12-20T06:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Task parameter passing</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/1723732#M2694</link>
      <description>&lt;P&gt;I second this. It apparently was available in Qlik View. It would make things so much better&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 23:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/1723732#M2694</guid>
      <dc:creator>sergio_loza</dc:creator>
      <dc:date>2020-06-30T23:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Task parameter passing</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/1746055#M3546</link>
      <description>&lt;P&gt;Totally agree! Just for those who don't remember QlikView - here's how this feature looks like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rva_heldendaten_1-1600783942937.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41003iC91786FA51B1D03C/image-size/large?v=v2&amp;amp;px=999" role="button" title="rva_heldendaten_1-1600783942937.png" alt="rva_heldendaten_1-1600783942937.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 14:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/1746055#M3546</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-22T14:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Task parameter passing</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/1779762#M4911</link>
      <description>&lt;P&gt;Yeah I totally agree.&lt;/P&gt;&lt;P&gt;I would think this will arrive sooner or later in the core Qlik Sense Enterprise product, but not wanting to wait I created an alternate solution for this.&lt;BR /&gt;It solves my needs in this space but there are of course room for improvement too.&lt;/P&gt;&lt;P&gt;The solution is built around a generic key-value store, which is included in recent versions of the open source Butler service (&lt;A href="https://butler.ptarmiganlabs.com" target="_blank" rel="noopener"&gt;butler.ptarmiganlabs.com&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;The idea is pretty simple:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You first insert into the key-value store whatever parameters you want to pass to a an app's load script. This is done by calling Butler's REST API, either using some 3rd party tool outside of Sense (database, upstream data source, Powershell etc) or from another Sense app using a "Call AddKeyValue()" call.&lt;/LI&gt;&lt;LI&gt;The second app then reads the keys where parameters are stored, and voila - we have parameter passing between apps as well as from outside world into an app.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mountaindude_0-1612359313099.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/48379iEE9813D3648B5843/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mountaindude_0-1612359313099.png" alt="mountaindude_0-1612359313099.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;True, you will have to set up and run &lt;A href="https://butler.ptarmiganlabs.com" target="_blank" rel="noopener"&gt;Butler&lt;/A&gt; for this to work. But it's open source (free) and runs nicely even on the existing Sense servers. You also need to add some script lines for inserting the parameters, but it's literally just &lt;A href="https://butler.ptarmiganlabs.com/docs/examples/reload-chaining/" target="_blank" rel="noopener"&gt;a few lines of script&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Write values to key-value store from the first app...&lt;/P&gt;&lt;PRE&gt;// Create key-value pair in Butler's key-value store. 

Call NiceTrace('---------------------------')
Call NiceTrace('Writing parameter to Butler key-value store. No time-to-live (ttl).')
Call AddKeyValue('Reload chain parameter demo', 'Parameter 1', 'a1 abc 123', 0)

Call NiceTrace('Written parameter to key-value store: ')
Call NiceTrace('Namespace="Reload chain parameter demo", Key="Parameter 1", Value="a1 abc 123"')&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...then read them back from the second app&lt;/P&gt;&lt;PRE&gt;// Define variable to store the retrieved parameter in
let vParam1='';

Call NiceTrace('---------------------------')
Call NiceTrace('Loading parameter from Butler key-value store.')
Call GetKeyValue('Reload chain parameter demo', 'Parameter 1', 'vParam1')

Call NiceTrace('Retrieved parameter value:')
Call NiceTrace('Namespace="Reload chain parameter demo", Key="Parameter 1", Value="$(vParam1)"')
set vParam1=;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Works quite well.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 13:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/1779762#M4911</guid>
      <dc:creator>mountaindude</dc:creator>
      <dc:date>2021-02-03T13:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Task parameter passing</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/1784630#M5163</link>
      <description>&lt;P&gt;yes, this would be a great feature.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 10:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/1784630#M5163</guid>
      <dc:creator>jonas_viklund</dc:creator>
      <dc:date>2021-02-22T10:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Task parameter passing</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/1789633#M5445</link>
      <description>&lt;P&gt;Yeah, this is needed.&lt;/P&gt;&lt;P&gt;Every single workaround I saw so far (including the suggestion for Butler above) has one fatal flaw: they are scoped to the app, not to the task. There is just no way to have 1 app&lt;/P&gt;&lt;P&gt;So if previously you had 1 app and a task that was spitting out 10 versions based on a parameter with 10 values, or 1 app with multiple tasks specified and parametrized differently, suddenly you need 10 apps. If all the app was doing was data processing, then it's not so bad, you can minimize repetition of script via includes. If the app had actual visualizations in it... ouch.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 14:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/1789633#M5445</guid>
      <dc:creator>kuba_michalik1</dc:creator>
      <dc:date>2021-03-09T14:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Task parameter passing</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/1814388#M6463</link>
      <description>&lt;P&gt;You can use tags as a workaround to pass parameters.&lt;/P&gt;&lt;P&gt;Tags can be accessed in QS script using the JSON object the monitor app data connection provides.&lt;/P&gt;&lt;P&gt;Still not perfect &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 08:23:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/1814388#M6463</guid>
      <dc:creator>AndrewMcIlwrick</dc:creator>
      <dc:date>2021-06-11T08:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Task parameter passing</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/1945562#M9810</link>
      <description>&lt;P&gt;This has been a gap since Qlik Sense&amp;nbsp; went live.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 09:24:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/1945562#M9810</guid>
      <dc:creator>DavidFosterVF</dc:creator>
      <dc:date>2022-06-20T09:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Task parameter passing</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/1954480#M9941</link>
      <description>&lt;P&gt;Yes please, this is such a useful feature for reload workflow flexibility.&lt;/P&gt;
&lt;P&gt;My current use case: designing a workflow for daily extracts and weekly extracts behaving differently. I'd like to "flip a variable switch" to force different processing behavior on the weekend.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 10:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/1954480#M9941</guid>
      <dc:creator>JonasValleskog</dc:creator>
      <dc:date>2022-07-12T10:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Task parameter passing - Status changed to: Open - Collecting Feedback</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/2013671#M11079</link>
      <description />
      <pubDate>Wed, 07 Dec 2022 11:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/2013671#M11079</guid>
      <dc:creator>Ian_Crosland</dc:creator>
      <dc:date>2022-12-07T11:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Task parameter passing</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/2017357#M11391</link>
      <description>&lt;P&gt;4 years later and this idea hasn't yet been implemented...&lt;BR /&gt;&lt;BR /&gt;I see this as a mandatory feature if we are to use QS QMC as a true dataflow management orchestrator.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 10:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/2017357#M11391</guid>
      <dc:creator>Stoyan_Terziev</dc:creator>
      <dc:date>2022-12-16T10:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Task parameter passing</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/2069239#M12784</link>
      <description>&lt;P&gt;Once again QLIK are failing in the basics which were inplemented in so many other products (BI and Non BI systems)&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 14:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/2069239#M12784</guid>
      <dc:creator>sogloqlik</dc:creator>
      <dc:date>2023-05-09T14:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Task parameter passing</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/2076313#M12851</link>
      <description>&lt;P&gt;This is essential for anyone migrating from QlikView QMC.&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 14:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/2076313#M12851</guid>
      <dc:creator>Liz1</dc:creator>
      <dc:date>2023-05-25T14:26:19Z</dc:date>
    </item>
    <item>
      <title>From now on, please track this idea from the Ideation por...</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/2101424#M14664</link>
      <description>&lt;P&gt;From now on, please track this idea from the Ideation portal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A title="Link to new idea" href="https://ideation.qlik.com/app/#/case/274295" target="_blank" rel="noopener"&gt;Link to new idea&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Meghann&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;EM&gt;NOTE: Upon clicking this link 2 tabs may open - please feel free to close the one with a login page. If you &lt;STRONG&gt;only&lt;/STRONG&gt; see 1 tab with the login page, please try clicking this link first: &lt;STRONG&gt;&lt;A title="Authenticate me!" href="#" target="_blank" rel="noopener"&gt;Authenticate me!&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;t&lt;/EM&gt;&lt;EM&gt;hen try the link above again. Ensure pop-up blocker is off.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 16:27:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/2101424#M14664</guid>
      <dc:creator>Meghann_MacDonald</dc:creator>
      <dc:date>2023-08-02T16:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Task parameter passing - Status changed to: Closed - Archived</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/2101425#M14665</link>
      <description />
      <pubDate>Wed, 02 Aug 2023 16:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Sense-Task-parameter-passing/idc-p/2101425#M14665</guid>
      <dc:creator>Ideation</dc:creator>
      <dc:date>2023-08-02T16:27:45Z</dc:date>
    </item>
  </channel>
</rss>

