The 'not' operator does not seem to work on the domo API for PDP filters?
Anyone run into issues with the 'not' operator on the domo API for PDP filters? The docs show that including false for 'not' on a filter will add a PDP rule that the column quals the value. In this example that Attending = 'TRUE' :
{ "id" : 8, "type" : "user", "name" : "Only Show Attendees", "filters" : [ { "column" : "Attending", "values" : [ "TRUE" ], "operator" : "EQUALS", "not" : false } ], "users" : [ 27 ], "groups" : [ ] }
However, including 'not' : true, should reverse the value, such that 'Attending' != 'TRUE'
{ "name" : "Not Attending", "filters" : [ { "column" : "Attending", "values" : [ "TRUE" ], "operator" : "EQUALS", "not" : true } ] }
When I try this, it doesn't seem to matter whether I put true or false for 'not' the result is always that the column = value. Here's an example response. However, the test account I used could only see '123 S Street' whether or not the 'not' operator was true or false.
{ "id": 10143, "type": "user", "name": "Def Jam", "filters": [ { "column": "address1", "values": [ "123 S Street" ], "operator": "EQUALS", "not": true } ], "users": [ 1257996134 ], "virtualUsers": [], "groups": [] }
Answers
-
it sounds like it might be a bug. have you tried sending a message to support?
Also, you can sniff network traffic in the browser, try watching traffic when you create a PDP policy in the UI. Maybe it structures the request slightly differently.
Jae Wilson
Check out my 🎥 Domo Training YouTube Channel 👨💻
**Say "Thanks" by clicking the ❤️ in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 616 Datasets
- 2.2K Magic ETL
- 3.9K Visualize
- 2.5K Charting
- 738 Beast Mode
- 56 App Studio
- 40 Variables
- 684 Automate
- 176 Apps
- 452 APIs & Domo Developer
- 46 Workflows
- 10 DomoAI
- 36 Predict
- 15 Jupyter Workspaces
- 21 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 123 Manage
- 120 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive