Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Update an Input Field "Comments" in a Table

Hello,

I saw the following contribution to solve a problem I have: http://community.qlik.com/docs/DOC-6200

I tried to apply the macro in the attached file, but when i push the button "Update"  to copy the value of the variable

"vUpdate_TrueFalse" into the field "Comments", it doesn't work.

Thanks in advance for your help

Fabrizio

2 Replies
ThornOfCrowns
Specialist II
Specialist II

The code stops at the line:

 

set vFieldName = ActiveDocument.Fields("Comments")

It looks like the named field is missing.

Not applicable
Author

Hi James,

the code stops with the line

"vFieldName.SetInputFieldValue vRowNumber.getcontent.string,vUpdate_TrueFalse.getcontent.string"

which should fill in the field "Comments", but it doesn't work.

FZ

Thanks