12-23-2022, 07:36 AM
(This post was last modified: 12-23-2022, 07:39 AM by rubeena.hajira.)
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" ] );
• 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" ] );