Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Clear dimensions with expressions using macro

Hi,

I need to create a trigger which clears data in my straight table each time a selection in my multi box is made.

I've implemented a macro with the following types of expressions:

     ActiveDocument.GetSheetObject("LB01").Clear

     ActiveDocument.GetSheetObject("CH01").ClearMemberFields

My dimensions with dates have been edited to suit a particular format, and these dimensions are the only fields which don't get cleared when using the .ClearMemberFields command.

Is there another command which clears dimensions which are expressions of the original fields?

Thanks

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Nope. Unless you use ActiveDocument.ClearAll.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

Nope. Unless you use ActiveDocument.ClearAll.


talk is cheap, supply exceeds demand
Not applicable
Author

That seemed to fix it.  Thanks.