How to get selected index of a filter? - 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: How to get selected index of a filter? (/showthread.php?tid=385) |
How to get selected index of a filter? - Abhiram.m - 12-22-2022 Here, getting the selected index of filter246. var a = sdk.getWidget( 'filter246' ); var b = a.m_selectedindexarray; |