Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
helen_pip
Creator III
Creator III

Can I show/hide a garph dependant on a selection from List Box

Hello

Is it possible to show a graph on a particular selection from a list Box?  I.e. If my list box has options A-E and my user selected A, could I get a graph to pop up on this selection?

If so, could someone kindly  let me know how I owuld go about this

Kind Regards

Helen

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

Hi.

In attached application select blue.

Regards

ASHFAQ

View solution in original post

7 Replies
Not applicable

You could put on a conditional show for the object such as

if(fieldname = specificFieldValue,1,0)

This will show the graph if it is selected and won't if it is not

ashfaq_haseeb
Champion III
Champion III

Hi.

In attached application select blue.

Regards

ASHFAQ

MayilVahanan

Hi

PFA

There is 2 ways, which one you need? Can you please elaborate the requirement?

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Anonymous
Not applicable

Hi Helen,

In the Chart Properties,

Under the Layout Tab, For Show Option - Enable 'Conditional' and write the Condition as 'Field name = field value'

If this is done, The Chart will be shown only if the condition is satisfied.

jsingh71
Partner - Specialist
Partner - Specialist

Hi,

I added condition for 2 fields 'A' and 'B'. you can add for rest of the fields.

find attachment.

--Jai

Not applicable

Hii,

You can refer below file for use.

Thanks & Regards

Milind

helen_pip
Creator III
Creator III
Author

Hello

Thanks for your response.....I can work with your example

Thanks

Helen