Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
In fact, Triggers worked perfectly fine...
In the name of the field I wanted to delete, I wrote [%my field] instead of %my field...