Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
geertdeman
Contributor III
Contributor III

Input variable in mashup angular

hi , I'm using the input variable from the qlik dashboard bundle  in one of our reports and I want to add this to the mashup.   I have no coding experience but I was able to add additional filters to existing mashups with get-object.  Example:

<div>
<get-object qvid="'KWyyUGp'" id="'KWyyUGp'" classes="'qlikfilters'"></get-object>
</div>

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.  

Labels (4)
4 Replies
fabdulazeez
Partner - Creator III
Partner - Creator III

Did you find a way

geertdeman
Contributor III
Contributor III
Author

no solution yet

fabdulazeez
Partner - Creator III
Partner - Creator III

For variable i think anyway you need to create a html textbox or any other object and in Javascript you have to call

app.variable.setStringValue("Variable", $(this).text());

Like I use Drop Down with values hardcoded 

            <select id="select_id">
                <option value="varvalue">vartext</option>
                <option value="varvalue2">vartext2</option>
            </select>

 

geertdeman
Contributor III
Contributor III
Author

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