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: 
sibrulotte
Creator III
Creator III

Get row number from table to input field

Hi,

I'm using a macro that will write "1" to the input field "Confirmation".

Sub Faux_bris

set fld = ActiveDocument.Fields("Confirmation")

fld.SetInputFieldValue XX, "1"

XX being the row number where to write my "1" to.

I will have the users run the macro when only one possible line is selected in that reduces the Confirmation field to one row.

(does that make sense)

How can I get the row number to replace the XX value?

1 Solution

Accepted Solutions
Not applicable

3 Replies
sibrulotte
Creator III
Creator III
Author

has anyone got an idea on this?

Not applicable

Hi,

This may help....

http://community.qlik.com/docs/DOC-6200

Regards,

Gordon

sibrulotte
Creator III
Creator III
Author

Hi gordon, you saved the day!!