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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to make a field "unselectable"

Hi everyone,

I'd like to make a field in my QV application unselectable. Indeed, when using a scatter chart with two dimensions combined, i'd like to make one of them unselectable.

I tried to use triggers on document level but it didn't work at all

Thanks a lot for your answer,

Damien

2 Replies
Miguel_Angel_Baeyens

Hi Damien,

I guess you want your expression in the scatter chart to ignore any possible selection in that field. If the expression is Sum(Sales) and the field is Customer, do as follows to ignore the selections in Customer:

Sum({< Customer = >} Sales)

The right part of the equal must be empty.

Hope that helps.

Miguel

Not applicable
Author

In fact, Triggers worked perfectly fine...

In the name of the field I wanted to delete, I wrote [%my field] instead of %my field...