Excluding from an existing Dashboard filter using BLOX
Hello,
I had an earlier challenge which was solved by Daniel (@rapidbisupport). Thank you!
Now, I'm hoping to take this one step further. After the Dashboard filter has been created, I'd like to create another BLOX button to remove specific filter entries from the list (either remove from the include or exclude) using a similar method as previous.
Here is the link to the last request / post:
Thank you in advance!
ssoltz
Posted 2 years ago·Last reply 2 years ago
8 comments
DRay
·2 years agoHello ssoltz ,
I wanted to follow up to see if the solution offered by rapidbisupport worked for you.
If so, please click the 'Accept as Solution' button so that other users with the same questions can find the answer faster. If not, please let us know so that we can continue to help.
Thank you.
RAPID BI Support
·2 years agoHi ssoltz ,
You should be able to place the code directly under the initial code on the dashboard script.
This should enroll both methods to the dashboards 'domready' event - you can have multiple 'dashboard.on('domready', ()=> .....) and they won't 'overwrite each other'.
Just need to make sure none of the names assignments at the top are named the same.
Let me know how you go?
Thanks,
Daniel
RAPID BI
daniel.ranisavljevic@rapidbi.com.au
RAPID BI - Sisense Professional Services | Implementations | Custom Add-ons
DRay
·2 years agoHello ssoltz,
Since Daniel already worked with you on this, let's ping rapidbisupport and see if have any more insight.
RAPID BI Support
·2 years agoThanks for the tag!