Raffaella Gozzini
05/30/2025, 3:58 PMMauricio Cabezas
05/30/2025, 6:10 PMGET {{baseUrl}}/api/v1/entities/workspaces/:workspaceId/visualizationObjects/:objectId
2. Copy the response and paste it on the PUT body in the same endpoint, just editing the part of the filter
PUT {{baseUrl}}/api/v1/entities/workspaces/:workspaceId/visualizationObjects/:objectId
Body:
...
"filters": [
{
"relativeDateFilter": {
"dataSet": {
"identifier": {
"id": "SaleDate",
"type": "dataset"
}
},
"granularity": "GDC.time.week_us",
"from": -200,
"to": -25
}
}
],
...
As you can see I wrote '-200'.
It seems is just a UI limitation, our apologies for that, I will submit a product feedback on your behalf in order to have the possibility to have a bigger number or to chose it manually.
Thank you.Raffaella Gozzini
06/01/2025, 8:41 PMProductboard
06/02/2025, 3:47 PM