Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlikview input forms

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.

4 Replies
Not applicable
Author

you can see a dynamic update .

Bye

Not applicable
Author

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?

vardhancse
Specialist III
Specialist III

  1. 1.    Web viewer extension object to show external SharePoint list.
    1. a. By this external object we can see the SharePoint directly in the dashboard as an object, where user can add the comments in SharePoint list.
    2. b. Platform team was not ready to install in server due to some performance issues

  1. 2.    Dynamic data update(Preferred)
    1. a. We need to enable in both document & server level.
    2. b. Once enabled also we need to add the users to qlikview administrator group(Waiting for response from Saini).

  1. 3.    QlikView SQL write back functionality.
    1. a. Where here also we need to use extension object which platform team was not ready to install any extension.
Anonymous
Not applicable
Author

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