Wojtek
09-09-2022Cloud Apps
dashboard filter modified by blox looses ability to be controlled by user
I want to control dashboard filter with blox .
I create blox button with following code:
{
"type": "Filters",
"title": "test dashboard filters",
"style": {
"width": "160px",
"background-color": "#a6a6a6"
},
"data": {
"level": "months",
"filters": [
{
"filterName": "History",
"filterJaql": {
"last": {
"count": 8,
"offset": 0
}
}
}
]
}
}
Once clicked it successfully updates filter on dashboard but then description changes to "filtered with custom filter" and user looses ability to change filter. when I click pen there is no options to choose from , filter box is empty:
I am looking for Last 8 month type of filter , similar to standard last 2 months available from Time frame filter group if that's any help. Anyone has any idea how to make this work ?
Thanks ,
Wojtek