Forum Discussion

Srav_Sense's avatar
Srav_Sense
Cloud Apps
11-16-2022
Solved

JTD - BLOX: script to include and exclude filters

Hi, 

We are using JTD from blox pivot, in which we want the JTD to use different filters. Currently it is defaulted to the dashboard filters. 

I am using include and exclude dim filters, but it is not working right. Can someone please help with what I am doing wrong? Here is the script I am using:

"actions": [
{
"type": "JTD",
"title": "Phone",
"data": {
"dashboardId": "XXX",
"args": {
"displayDashboardsPane": false,
"displayFilterPane": true,
"excludeFilterDims": "[TableName.ColumnName]"
}}} ]

 

4 Replies

Replies have been turned off for this discussion
  • Yay! Thank you so much Harry 

    I thought I tried that way before but for some reason it didn't work. Oh well...all good now 🙂

  • Hi Team,

    "excludeFilterDims": [ "[TableName.ColumnName1]", "[TableName.ColumnName2]" ]

     This is not working for date field, can you give any other option to exclude date field as well. 

    Regards, Premkumar S