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

How to deselect values in automation

I'm wanting to switch off any selections from a multibox that might have been made, so that a generated XL report gives a full tally.

I tried these and none worked:

ActiveDocument.Fields("DirectShip").Clear  (wanted to clear a specific selection)

--------

ActiveDocument.Fields("Part Classification").Clear  (wanted to clear a whole multibox)

--------

Set SelectField = ActiveDocument.Fields("Part Classification", "SD Coverage")  ("Part Classification" is name of multibox, "SD Coverage" is name of sheet/tab)
SelectField.SelectValues = SelectField.GetNoValues

Any suggestions

0 Replies