Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
brindlogcool
Creator III
Creator III

Inputbox extension

Hi ,

As of now i cannot use the Input Box object. So i am trying to create a inputbox using the extension. 

I am trying to create an inputbox extension. I am struck with the code. Could someboday help me in find out the actual issue. I have placed the code here.

The Actual requirement is i need to have a inputbox to user provide the input. And i will store it in a variable and passed to macro to database.Also this input box is related to list boxs in the sheet.

Please find the code

<?xml version="1.0" encoding="utf-8" ?> 

-   <ExtensionObject Label="MyExtension" Description="My Extension">
<Dimension Initial=" " /> 
<Measurement Initial=" " /> 
<Text Initial=" " Expression=" " />

    </ExtensionObject>

Do i need do any modification on the Properties.QVPP.

I am using the same QVPP file in the hello world example in the extension folder.

I am trying to use the belwo code to create the input box. Do i need really a javascript or this will work for creating an input box. So what ever i have created it should pass the value to variable in Qlikview

<form>

First name:<input type="text" name="firstname" /><br />

</form>


1 Reply
Not applicable

Did you make it?