Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I have attached a Qvw i needed to make a On Off Switch
Currently i have a button to remove last 4 months, any help would be appreciated, this is a bit hard!
Just set the text of the button as expression like
=If( vProd, 'On','Off')
or
=If( vProd, 'Off','On')
[depending if you want to indicate current state or action that will be performed]
Button seems to work ok for me, what is the exact issue here?
i didnt u.stand?
what is ur output?
can u share one screen shot with ur output?
button is working and what is the problem
is this
?
its wrkng fr me
Sorry all if button is selected i want it to change to On and if not selected to say Off...so the name changes of the Button.
Thanks
Sorry for confusion
Just set the text of the button as expression like
=If( vProd, 'On','Off')
or
=If( vProd, 'Off','On')
[depending if you want to indicate current state or action that will be performed]
Exactly this, i was trying condition......LOL
Hi Adil,
Change the text on the General tab as shown below:
HTH
Andy