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

Select content via MACRO

Hello everybody,
My question is quite simple, but I did not think the community.
I have a field called COMPANY and the content is X, Z.
I would like to select the company X via macro.

Thank you all,
Gleybson Fernandes

1 Solution

Accepted Solutions
Not applicable
Author

Resolved,
as follows:
Select SUB

Set doc = ActiveDocument.Fields ("Company")

doc.Select "x"

END SUB

Thank you all.

View solution in original post

1 Reply
Not applicable
Author

Resolved,
as follows:
Select SUB

Set doc = ActiveDocument.Fields ("Company")

doc.Select "x"

END SUB

Thank you all.