<?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 Input variable in mashup angular in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Input-variable-in-mashup-angular/m-p/1641179#M11657</link>
    <description>&lt;P&gt;hi , I'm using the input variable from the qlik dashboard bundle&amp;nbsp; in one of our reports and I want to add this to the mashup.&amp;nbsp; &amp;nbsp;I have no coding experience but I was able to add additional filters to existing mashups with get-object.&amp;nbsp; Example:&lt;/P&gt;&lt;P&gt;&amp;lt;div&amp;gt;&lt;BR /&gt;&amp;lt;get-object qvid="'KWyyUGp'" id="'KWyyUGp'" classes="'qlikfilters'"&amp;gt;&amp;lt;/get-object&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;I tried to use this same approach with the input variable but the only thing that is displayed on the mashup is the footer of the input variable and not the input box itself with the value of the variable.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:13:21 GMT</pubDate>
    <dc:creator>geertdeman</dc:creator>
    <dc:date>2024-11-16T04:13:21Z</dc:date>
    <item>
      <title>Input variable in mashup angular</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Input-variable-in-mashup-angular/m-p/1641179#M11657</link>
      <description>&lt;P&gt;hi , I'm using the input variable from the qlik dashboard bundle&amp;nbsp; in one of our reports and I want to add this to the mashup.&amp;nbsp; &amp;nbsp;I have no coding experience but I was able to add additional filters to existing mashups with get-object.&amp;nbsp; Example:&lt;/P&gt;&lt;P&gt;&amp;lt;div&amp;gt;&lt;BR /&gt;&amp;lt;get-object qvid="'KWyyUGp'" id="'KWyyUGp'" classes="'qlikfilters'"&amp;gt;&amp;lt;/get-object&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;I tried to use this same approach with the input variable but the only thing that is displayed on the mashup is the footer of the input variable and not the input box itself with the value of the variable.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Input-variable-in-mashup-angular/m-p/1641179#M11657</guid>
      <dc:creator>geertdeman</dc:creator>
      <dc:date>2024-11-16T04:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Input variable in mashup angular</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Input-variable-in-mashup-angular/m-p/1665024#M12117</link>
      <description>&lt;P&gt;Did you find a way&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 12:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Input-variable-in-mashup-angular/m-p/1665024#M12117</guid>
      <dc:creator>fabdulazeez</dc:creator>
      <dc:date>2020-01-13T12:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Input variable in mashup angular</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Input-variable-in-mashup-angular/m-p/1667218#M12163</link>
      <description>&lt;P&gt;no solution yet&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 10:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Input-variable-in-mashup-angular/m-p/1667218#M12163</guid>
      <dc:creator>geertdeman</dc:creator>
      <dc:date>2020-01-20T10:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Input variable in mashup angular</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Input-variable-in-mashup-angular/m-p/1667223#M12164</link>
      <description>&lt;P&gt;For variable i think anyway you need to create a html textbox or any other object and in Javascript you have to call&lt;/P&gt;&lt;P&gt;app.variable.setStringValue("Variable", $(this).text());&lt;/P&gt;&lt;P&gt;Like I use Drop Down with values hardcoded&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;            &amp;lt;select id="select_id"&amp;gt;
                &amp;lt;option value="varvalue"&amp;gt;vartext&amp;lt;/option&amp;gt;
                &amp;lt;option value="varvalue2"&amp;gt;vartext2&amp;lt;/option&amp;gt;
            &amp;lt;/select&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 10:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Input-variable-in-mashup-angular/m-p/1667223#M12164</guid>
      <dc:creator>fabdulazeez</dc:creator>
      <dc:date>2020-01-20T10:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Input variable in mashup angular</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Input-variable-in-mashup-angular/m-p/1668052#M12179</link>
      <description>&lt;P&gt;that is the solution that we are using now but we want to use the new variable that is included in qlik and can be used in the hub&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 10:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Input-variable-in-mashup-angular/m-p/1668052#M12179</guid>
      <dc:creator>geertdeman</dc:creator>
      <dc:date>2020-01-22T10:02:20Z</dc:date>
    </item>
  </channel>
</rss>

