If there are too many data points (or lines, or bars, etc) displayed in a chart, the user might want to highlight the ones which (s)he is interested in while still keeping the others in a lose color to be able to make comparison.
This can be done as follows:
- Let user make selections in dimensions
- Get selected values of each dimension into a separate variable when a button (e.g HIGHLIGHT) is clicked
- If a dimension value of a chart do not exists in the values kept in the variable, then color it as light gray. This can be done by background color setting.
Here is a link to the example qlikview application: Highlight.qvw
Please, open the highlight.qvw, make a couple of selections in list boxes and click on Highlight Selected button and observe the highlighting.