Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi community members,
I have created barchar and created custom object.I have created variable to hide and show.I have set the variable
I have done the following
set vtop =' ' wrote in script
wrote definition in layout as vtop
and value =1
in the same way in the layout of chart also
layout conditional
vtop =1
can anyone help me
Hi,
Please refer the attached qv file and i hope it wil help
Regards
Ashok.
HI
Do you want to hide and show the bar chart and custom object alternatively? if so,
Try like this,
create a button ,Actions and set variable.
variable: vtop
value:if(vtop =1,0,1)
use layout in bar chart:
=if(vtop =1,1,0)
use layout in create object:
= if(vtop =0,1,0)
Hope it helps
Hi,
May be your object is hide behind the sheet. So you can access the hiding objects from the object created sheet select Settings--->Sheet properties--> objects Tab.
In this objects tab had the current created objects in that particular sheet.Here you can find your hidden objects and using the properties button you can changes the layout as show default.
Then using the Mayil Vahanan Instruction you can show / hide the objects in current manner.
Regards
Ashok.
what is created object ,only I want to hide bar char....I written upto layout conditon in bar chart,It is hiding but unable to show the object if i click on button
Hi,
Create another one button and and set the value 0 for vtop
Regards
Thanks Chand,
but I am unable to show the object agai,....the object is hidden when I click on button, button when I click on button,
it is unable to show,can u please suggest me
Hi,
Please refer the attached qv file and i hope it wil help
Regards
Ashok.
Hi
Try like attached file
yes, woriking
yes ,Ramasamy its working very nice...
Thanks for ur help