Hide Except these components - Printable Version +- Forums (https://bdn.bdb.ai) +-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13) +--- Forum: BDB Dashboards Designer (https://bdn.bdb.ai/forumdisplay.php?fid=43) +---- Forum: BDB Designer Q & A (https://bdn.bdb.ai/forumdisplay.php?fid=16) +---- Thread: Hide Except these components (/showthread.php?tid=451) |
Hide Except these components - rubeena.hajira - 12-23-2022 How to hide all the components Except the selected components which is to be shown? • This is to be written on the Dashboard script area. • This script will hide all the components except those which are mentioned here(“( [ "Bar_1", "Column_2" ] )”) sdk.hideAllComponentExcept( [ "Bar_1", "Column_2" ] ); |