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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Want to change "Enable" property for Expression in Pivot Table in Macro

Try this one

expr=p.expressions.Item(0).Item(0).data.expressionVisuals, where p - my pivot object

expr.Enable - doesnt work 😞

1 Solution

Accepted Solutions
Not applicable
Author

Not .ExpressionVisual, but ExpressionData.Enable

View solution in original post

1 Reply
Not applicable
Author

Not .ExpressionVisual, but ExpressionData.Enable