hkkwon89
08-26-2022Cloud Apps
Is there a way to pass specific filters for Jump to Dashboard?
I have a pivot table with a few columns with JTD enable to another dashboard.
However, I want the OldestNoteDateofVisit column to not pass as a filter.
Is it possible to exclude specific column to be passed as a filter in JTD?
Hi Sneak,
It looks like you missed space in the dimension. The correct form is below:
[NOTES.OldestNoteDateOfVisit (Calendar)]
Another point - type of the variable "excludeFilterDims" is "array". So, the whole script will look like this:
prism.jumpToDashboard(widget, { excludeFilterDims: [ "[NOTES.OldestNoteDateOfVisit (Calendar)]" ] }