Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

On Off Toggle Button

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!

1 Solution

Accepted Solutions
swuehl
MVP

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]

View solution in original post

9 Replies
swuehl
MVP

Button seems to work ok for me, what is the exact issue here?

Chanty4u
MVP

i didnt u.stand?

what is ur output?

can u share one screen shot with ur output?

Anonymous
Not applicable
Author

button is working and what is the problem

Chanty4u
MVP

is this

?

its wrkng fr me

button.png

Anonymous
Not applicable
Author

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

swuehl
MVP

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]

Anonymous
Not applicable
Author

Exactly this, i was trying condition......LOL

awhitfield
Partner - Champion

Hi Adil,

Change the text on the General tab as shown below:

HTH

Andy