Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i have two button icons with Bar chart and Table.
when i click on Bar chart icon, bar chart is visible and table icon, table is visible.
i kept in a vizlib container, both the chart and the table.
and gave the conditional show as vbar=1 for Chart
vbar=2 for table.
in button container, i have a set a variable for each one.
but when i open the dashboard, its automatically showing table view rather than chart view.
i need to show chart view upon opneing the dashboard. how to achieve this.
Set the default value of the variable to 1 (e.g. in script using set vbar=1;)