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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Automation API

Hi,

I want to change the values of certain input fields using automation APIs.Is there some one who has already worked on this?

Thanks,

Santhosh.

1 Reply
Anonymous
Not applicable
Author

Santhosh,

This is fairly straight forward. What you need to do is select the field, and then insert the value in the position you want. Inputfields start counting from 0 and up.

set fld = ActiveDocument.Fields("Budget")
fld.SetInputFieldValue 0, "999"

This for example inserts 999 on the first row in field Budget.