cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide/show chart at runtime

Former Member
0 Kudos

Hi All,

Can anyone help me in how to Hide/Show a chart at runtime.

Thanks & Regards

K.Srinivas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

THere is simple way of doing it. Follow the steps below -

1. Create 'Radio Button' in another form.

2. Create 2 buttons in it e.g - 1=Show & 2=Hide.

3. THen there is option as 'Visibility Condition' on Chart 'Properties'.

4. Write condition as - IF('Form Tech name'@ST1=="1",true,false)

here ST1 is tech name of the radio button you can select it in formula option.

5. Then make 1 or 2 as default value.

You can change radio button at run time & you can show or hide the chart.

Let me know if you have any issue.

Regards

Sandeep

Former Member
0 Kudos

Thank You Sandeep. I will assing points but i have a different issue.

Even I have done in the same way by using a drill down in input form keeping the values show and hide, but when i use IF condition in Chart Properties-Visibility condition i get this error

"Expected boolean value/expression "

Again i followed your way by creating the radio button, i get the same syntax error.

Formula is

IF(#ID[ACA48C]@STR1=="1",true,false)

Sy error "Expected boolean value/expression"

I have taken the radio button, in properties entry list under Value 1-Show(Display text) in the same way 2-Hide.

Can you please let me know where i am going wrong.

Thanks & Regards

K.Srinivas

Former Member
0 Kudos

Hi

You need to modify the formula - BOOL(IF(#ID[ACA48C]@STR1=="1",true,false))

This will work,try it.

Regards

Sandeep

Former Member
0 Kudos

Thank You Very Much Sandeep.

Assigning Marks.

K. Srinivas

Answers (0)