Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Is there a way that when I open a board, the button inside it is automatically selected?
I have a button with the action 'select values in a field'. I want that button to be activated when opening the dashboard. Is it possible to do this?
Thanks for your support
Hi @ckoltam
Rather than enabling a button, consider what the button is used for.
If you are selecting values in a field, you can also enable a bookmark to do this in combination with a sheet 'action'
This is described here:
https://help.qlik.com/en-US/sense/August2022/Subsystems/Hub/Content/Sense_Hub/Sheets/setting-sheet-a...
Kind regards...
Hi, @Frank_S Thank you for your response. Unfortunately, I work with an old version of Sense so I can't use that option.
From February 2020
Hi again
if for any reason you can’t use sheets action, you may try using a variable to do the trick if no fields are selected.
vAnySelection
=if(Len(getcurrentselections())>0,'','YearField={2022},')
and your expressions should be something like
sum({< $(vAnySelection) other_condition={whatever} >} sales)
It could have syntax error, couldn’t try that
hope this helps
Best,