Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I've been trying to find the solution in previous posts but I haven't been able to find it.
I know how to set up the filters to create reports through rest Api:
{
"appId": "xxxxxxxxxxxx",
"enabled": true,
"name": "xxxxxxxxxxx",
"description": "",
"fields": [{
"connectionId": "xxxxxxxxxxxx",
"name": "xxxxxxxxxxxxxxxxxxx",
"overrideValues": true,
"values": [
{ "value": 6538, "type": "number" }
]
}]
}
In this case I'm creating a report for the value '6538' but, is there any way to create a report including all the values except '6538'? Is there any way to create an excluding filter?
Thanks in advance