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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
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.