<?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: Input Box ? Extension Available ? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661637#M2057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create this functionality with an Extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having the following code in the paint method of the Extension would create an slider that affects an script defined varable called Slider.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_text_macro _jivemacro_uid_14114690376663062 jive_macro_code" jivemacro_uid="_14114690376663062"&gt;
&lt;P&gt;var app = qlikview.currApp();&lt;/P&gt;
&lt;P&gt;$element.html( '&amp;lt;input type="range" min="0" max="100" style="width:98%"&amp;gt;' );&lt;/P&gt;
&lt;P&gt;var elem = $element[0].firstChild;&lt;/P&gt;
&lt;P&gt;elem.onchange = function() {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; app.variable.setContent('Slider', this.value );&lt;/P&gt;
&lt;P&gt;};&lt;/P&gt;
&lt;P&gt;app.variable.getContent('Slider', function(value) {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; elem.value = value.qContent.qString;&lt;/P&gt;
&lt;P&gt;});&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Sep 2014 10:45:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-23T10:45:33Z</dc:date>
    <item>
      <title>Input Box ? Extension Available ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661631#M2051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need to update/change variables. Is there any Inbox functionality in Sense or Extension ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 11:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661631#M2051</guid>
      <dc:creator>rdspiess</dc:creator>
      <dc:date>2014-09-22T11:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box ? Extension Available ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661632#M2052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, no such element. But any user can add your visualization, with such measures as necessary to&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 12:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661632#M2052</guid>
      <dc:creator>korsikov</dc:creator>
      <dc:date>2014-09-22T12:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box ? Extension Available ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661633#M2053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for the response. But I want the ability to update/change variables within the App. Not having to use the Load Editor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 12:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661633#M2053</guid>
      <dc:creator>rdspiess</dc:creator>
      <dc:date>2014-09-22T12:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box ? Extension Available ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661634#M2054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can not come up with a workaround for this problem. In The Sense many elements are missing. I think the addition of the elements in Roadmap Development&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 12:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661634#M2054</guid>
      <dc:creator>korsikov</dc:creator>
      <dc:date>2014-09-22T12:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box ? Extension Available ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661635#M2055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx Alexander...neither can I.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 14:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661635#M2055</guid>
      <dc:creator>rdspiess</dc:creator>
      <dc:date>2014-09-22T14:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box ? Extension Available ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661636#M2056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently there are no native objects to deal with variable editing. BUT there is an extension available at Qlik Branch: &lt;A href="http://branch.qlik.com/projects/showthread.php?176-Range-Slider"&gt;Range Slider&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 10:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661636#M2056</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2014-09-23T10:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box ? Extension Available ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661637#M2057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create this functionality with an Extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having the following code in the paint method of the Extension would create an slider that affects an script defined varable called Slider.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_text_macro _jivemacro_uid_14114690376663062 jive_macro_code" jivemacro_uid="_14114690376663062"&gt;
&lt;P&gt;var app = qlikview.currApp();&lt;/P&gt;
&lt;P&gt;$element.html( '&amp;lt;input type="range" min="0" max="100" style="width:98%"&amp;gt;' );&lt;/P&gt;
&lt;P&gt;var elem = $element[0].firstChild;&lt;/P&gt;
&lt;P&gt;elem.onchange = function() {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; app.variable.setContent('Slider', this.value );&lt;/P&gt;
&lt;P&gt;};&lt;/P&gt;
&lt;P&gt;app.variable.getContent('Slider', function(value) {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; elem.value = value.qContent.qString;&lt;/P&gt;
&lt;P&gt;});&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 10:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661637#M2057</guid>
      <dc:creator />
      <dc:date>2014-09-23T10:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box ? Extension Available ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661638#M2058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Johan. I am an end user and do not have the&amp;nbsp; skills necessary to build Extensions. I guess I need to wait for an extension to be developed or Qlik to incorporate Inbox functionality into product,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 12:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661638#M2058</guid>
      <dc:creator>rdspiess</dc:creator>
      <dc:date>2014-09-23T12:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box ? Extension Available ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661639#M2059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You for your response..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 21:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661639#M2059</guid>
      <dc:creator>rdspiess</dc:creator>
      <dc:date>2014-09-23T21:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box ? Extension Available ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661640#M2060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you might want to take a look at &lt;A href="http://branch.qlik.com/" title="http://branch.qlik.com/"&gt;http://branch.qlik.com/&lt;/A&gt; , where you can find outgoing extension projects. This can be a good starting place to find extensions, without having to master the building process on your own .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 07:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661640#M2060</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2014-09-24T07:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box ? Extension Available ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661641#M2061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can find the full Range Slider Extension that I borrowed code from on Branch here: &lt;A class="loading" href="http://branch.qlik.com/projects/showthread.php?176-Range-Slider" title="http://branch.qlik.com/projects/showthread.php?176-Range-Slider"&gt;http://branch.qlik.com/projects/showthread.php?176-Range-Slider&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 07:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661641#M2061</guid>
      <dc:creator />
      <dc:date>2014-09-24T07:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box ? Extension Available ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661642#M2062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a variable in the script , and tried to set it via the function variable.setcontent() and it doesn't work, how did you do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 13:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Input-Box-Extension-Available/m-p/661642#M2062</guid>
      <dc:creator />
      <dc:date>2014-12-03T13:40:44Z</dc:date>
    </item>
  </channel>
</rss>

