rapidbisupport
11-14-2023Data Pipeline
Hi Jim_SpeedLine,
You could use this script in a plugin or a dashboard script to remove the option from the menu.
prism.on('beforemenu', (a, b) => {
b.settings.items = b.settings.items.filter((i) => { return i.id !== "simplyAskMenu"})
})
This beforemenu event related to the prism class is documented here:
Prism Global | Sisense Developers
Hope this works for you!
Thanks,
Daniel
RAPID BI
RAPID BI - Sisense Professional Services | Implementations | Custom Add-ons