Forum Discussion

hkkwon89's avatar
hkkwon89
Cloud Apps
08-26-2022
Solved

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 col...
  • OleksiiDemianyk's avatar
    09-01-2022

    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)]"
      ]
    }