Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
mario-sarkis
Creator II
Creator II

Selection

Hi

I have a question is there an option that makes a chart or a text Box To ignore all selection by a user without changing in the expression ?

Thank you

9 Replies
pokassov
Specialist
Specialist

Use alternate state

jonathandienst
Partner - Champion III
Partner - Champion III

To prevent users from making selections, make the object read only. You cannot make selections in a text box.

Or perhaps you mean to override the selections in the chart or text box expressions? Then user the following syntax in the set expression:

     Sum({<Date = {" some date criterion "}, Year=, Month=, Day=>} Sales)

This will select the date base on the criterion, but ignore selections for year, month and day.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
sunny_talwar

Or use {1} in your expression to tell it to ignore all selections

jsingh71
Partner - Specialist
Partner - Specialist

If you dont want to change your expression then try one of the following options:

chart.png

Gabriel
Partner - Specialist III
Partner - Specialist III

Hi,

If you include {1} in your expression will ignore selections

Anonymous
Not applicable

Alternate State is the solution.

mario-sarkis
Creator II
Creator II
Author

hey sergey ,

If have to chart and i need to put each in a diffrent alternate state is it possible if i have a single  list box that effect many alternate status ?

Thank you

Not applicable

Set Analysis can do your requirement

or

you can detach the object

or

you can make the object as Read Only

pokassov
Specialist
Specialist

You can put all of your chart in the same alternate state either single list box.

Then you can clear all selections for your alternate state.

And then if you make some selection in your single list box it will change all of your charts.

and these "alternate" charts will not react on select in other "normal state" objects.