Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
I would like to know if there is any possibility in QlikView to create an input form, for example to introduce a record with name, age, date of birth... into a table of users that already has been loaded by the script.
If I'm not mistaken the only way to introduce new data is via InputFields, who have to be created in the script as placeholders for future data introduction. Based on this I suppose it's not possible to create such a form, but maybe I am mistaken? Maybe I could use a extension, or a macro? Any other possibilites?
Thank you for your help and congratulations for the great community.
you can see a dynamic update .
Bye
Thank you very much for your response. I have found an example of dynamic updates that I think it's great here: http://community.qlik.com/thread/45050.
I still need to test if this could work with InputFields or variables, that I suppose I need to enter the data. I have also other concerns:
- I see in the example that dynamic update doesn't need macro code in QlikView version 11. Testing the document with WebView it works. Can someone confirm if this means that clients accessing with ajax client will see it working?
- If a user writes a new record using an action created like this, will the data be stored only in the user session? other users entering the document will see the data entered in the form?
Yes you can use dynamic update
you can create text boxes for input
See the example .. I am sure you will be able to implement the dynamic update through the macro.
Re: Dynamic value update of the inputbox
Thanks
BKC