Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
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];