<?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: Variable Input Extension default value in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Variable-Input-Extension-default-value/m-p/1971085#M17219</link>
    <description>&lt;P&gt;Thanks all for the responses! (Just returning now to this task).&lt;/P&gt;
&lt;P&gt;I redefined the variable in the load script with what was suggested here:&lt;/P&gt;
&lt;P&gt;Set vSelectTimeframe = 'Current Month'&lt;/P&gt;
&lt;P&gt;I then replaced my old variables with this new one.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again!&lt;/P&gt;</description>
    <pubDate>Mon, 22 Aug 2022 05:59:27 GMT</pubDate>
    <dc:creator>patricem</dc:creator>
    <dc:date>2022-08-22T05:59:27Z</dc:date>
    <item>
      <title>Variable Input Extension default value</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Variable-Input-Extension-default-value/m-p/1963130#M17122</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I'm using version 6.9.0 of the Variable Input Extension. I am using to choose timeframes to show the data in the app over a selected period.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The extension works fine once an option is selected, however, before selecting, all charts show ''The chart is not displayed because it contains only undefined values''.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I set, say, the first button as the default option so the values are always defined?&lt;/P&gt;
&lt;P&gt;Any help is greatly appreciated!&lt;/P&gt;
&lt;P&gt;Patrice&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6966"&gt;@ErikWetterberg&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VariableInputNotSelected.JPG" style="width: 968px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85614i8D7A1E98A9789A63/image-size/large?v=v2&amp;amp;px=999" role="button" title="VariableInputNotSelected.JPG" alt="VariableInputNotSelected.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 05:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Variable-Input-Extension-default-value/m-p/1963130#M17122</guid>
      <dc:creator>patricem</dc:creator>
      <dc:date>2022-08-02T05:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Input Extension default value</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Variable-Input-Extension-default-value/m-p/1968061#M17178</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/192204"&gt;@patricem&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do not have the extension to test, but i would assume that it is based of the Variable value.&lt;/P&gt;
&lt;P&gt;If you create the Variable in script with the default you want i think it should work for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 06:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Variable-Input-Extension-default-value/m-p/1968061#M17178</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2022-08-12T06:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Input Extension default value</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Variable-Input-Extension-default-value/m-p/1968696#M17193</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;just create the variable &amp;amp; add the value&amp;nbsp;&lt;/P&gt;
&lt;P&gt;example&lt;BR /&gt;&lt;BR /&gt;=1&lt;BR /&gt;&lt;BR /&gt;add equalto it is mandatory&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;i hope it helps&lt;BR /&gt;&lt;BR /&gt;thank you&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 11:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Variable-Input-Extension-default-value/m-p/1968696#M17193</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2022-08-15T11:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Input Extension default value</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Variable-Input-Extension-default-value/m-p/1970949#M17217</link>
      <description>&lt;P&gt;As the colleagues comment, you should assign a value to the variable in the script (which is my recommendation) with something similar to the following form&lt;/P&gt;
&lt;P&gt;set variable_name = 'CurrentMonth';&lt;/P&gt;
&lt;P&gt;With this, when you load the app, by default you will have that value preloaded until you modify it in the Variable Input.&lt;/P&gt;
&lt;P&gt;I recommend that you always load a default value in all variables.&lt;/P&gt;
&lt;P&gt;Hope this can help you.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Aug 2022 15:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Variable-Input-Extension-default-value/m-p/1970949#M17217</guid>
      <dc:creator>carlos_molino</dc:creator>
      <dc:date>2022-08-20T15:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Input Extension default value</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Variable-Input-Extension-default-value/m-p/1971085#M17219</link>
      <description>&lt;P&gt;Thanks all for the responses! (Just returning now to this task).&lt;/P&gt;
&lt;P&gt;I redefined the variable in the load script with what was suggested here:&lt;/P&gt;
&lt;P&gt;Set vSelectTimeframe = 'Current Month'&lt;/P&gt;
&lt;P&gt;I then replaced my old variables with this new one.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 05:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Variable-Input-Extension-default-value/m-p/1971085#M17219</guid>
      <dc:creator>patricem</dc:creator>
      <dc:date>2022-08-22T05:59:27Z</dc:date>
    </item>
  </channel>
</rss>

