Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

buttons activation

I have two buttons are set as if one activated deactivates other botton - with hide/ show objects corresponding to it;

but also i need  now when I don't enter account Id/filter, I want these both buttons to be activated... showing no objects corresponding to both..

9 Replies
Not applicable
Author

Can you attach a sample file if possible.

Thanks

AJ

maxgro
MVP
MVP

I try to guess

variable with 3 states

2 buttons active = no account: getselectedcount / getpossiblecount (?)

first active / second no

second active / first no

if you can post your doc we (community) can give you a better answer

Anonymous
Not applicable
Author

Ya, it should work in same way as u said.. ,Sorry  I can not load my file here.. but you can give me some light to apply on variables???

jagan
Partner - Champion III
Partner - Champion III

Hi,

Try Enable Condition in General Tab of Button properties

If(Somevalue = 'Disable', 0, 1)

Hope this helps you.

Regards,

Jagan.

Anonymous
Not applicable
Author

Then, how can I apply condition from one button to other

sujeetsingh
Master III
Master III

You can have the both buttons active .

Not applicable
Author

=IF(GetselectedCount(account Id) > 0, then after this You can write your condition for Button setting

er_mohit
Master II
Master II

See the attached file

ngulliver
Partner - Specialist III
Partner - Specialist III

Hi, Praveena.

It may be worth having a look at this blog on buttons with working examples, code and a link to a 'How To' video :

http://www.quickintelligence.co.uk/qlikview-buttons/

Regards,

Neil