Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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..
Can you attach a sample file if possible.
Thanks
AJ
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
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???
Hi,
Try Enable Condition in General Tab of Button properties
If(Somevalue = 'Disable', 0, 1)
Hope this helps you.
Regards,
Jagan.
Then, how can I apply condition from one button to other
You can have the both buttons active .
=IF(GetselectedCount(account Id) > 0, then after this You can write your condition for Button setting
See the attached file
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