mirzay
08-04-2022Cloud Apps
Dashboard Filter Date in Last 180 days or NULL?
I need to create a dashboard filter that will filter the Closed Date In Last 180 days OR if Closed Date is NULL
Would you know how to include the OR Condition in a Dashboard Filter?
I tried using the Advanced formula below and some variations of this but getting the Invalid Syntax or Invalid Query messages:
{
"explicit": true,
"multiSelection": true,
"members": [
"N\\A",
{
"last": {
"count": 180,
"offset": 0
}
}
]
}