Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
bindu_apte
Creator III
Creator III

hiding button if values are not there

Hi,

I am trying to disable the button if I have not inserted any value in input box by using Only function.

But after entering the value also it should be enabled, so how to do that?

=Only(Idea_Title)='$(vIdeatitle)'

5 Replies
marcus_sommer

You could do that with a visibility-condition (tab layout in top right area) with a query on len('$(vIdeatitle)').

- Marcus

Not applicable

You could do that with a Enable-condition (tab General) with a query on len([variable name])>0.

-variable name contains the value which you have stored from  input box

- Nishit

bindu_apte
Creator III
Creator III
Author

Thanks Marcus.

But button should be there like disabled mode not disappearing mode.(Image below)

Is that possible? if yes please suggest me by sharing some sample qvw.

disabled-button.jpg

bindu_apte
Creator III
Creator III
Author

Thanks Nishit..:)

Its worked for me.

oknotsen
Master III
Master III

If your question is answered, please flag the Correct Answer.

If not, please make clear what part of your question still needs help .

Kind regards,

Onno

Community Team member

May you live in interesting times!