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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to make a calculated value as dimension

Hi,

      I am displaying all my branches based on long. lat. across a scatter chart. On certain condition, the color of some branches is either red or green. I want a selection of red and green color so that If any of these color is selected, only those color ( or logic meeting the criteria ) branches should be displayed.

Not sure how these can be done.

Thanks in advance.

Lax.

2 Replies
Not applicable
Author

Hi,

Can anyone out there suggest some solution. I just want to have these calculated values to be part of selection.

To give a simple example . I display in a chart values 100,200,300, 500. These values are result of the expression that is written in the chart expression against a dimension. What I am looking at is how to have these values 100,200,300,500 as part of the selection criteria in another object say a list box.

Hope that helps.

Thanks

Lax

CELAMBARASAN
Partner - Champion
Partner - Champion

You have to load this as inline within the load script itself then only you can select it in filter

Load * Inline

[value

100

200

300

500];