ruben_moya
Creator
2019-01-23
03:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
NPrining report filters trough REST Api - EXCLUDE VALUES
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
373 Views
2 Replies
bramkn
Partner - Specialist
2019-01-23
04:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It might be possible through the Rest api but it is not described, so you will have to try out some stuff and see if it works. As it is not possible within Nprinting as far as I know.
Easiest thing would be to just get all values from the field and fill everything in except '6538'. but this will not work if you have data that is not linked to this field.
Easiest thing would be to just get all values from the field and fill everything in except '6538'. but this will not work if you have data that is not linked to this field.
369 Views
ruben_moya
Creator
2019-01-23
04:25 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks for your reply, let's see if someone has a solution, otherwise I will just create as many filters as values
367 Views