2024 Nov 07 9:00 PM - edited 2024 Nov 07 10:11 PM
Hello,
I have been trying to filter <null> statements in a certain column from a table that I have extracted from ServiceNow. I am in SAP Signavio Process Intelligence, Source Data>Tables>Configuration Under SQL Filter. I put in the following SQL query.
"SELECT * FROM sc_request WHERE closed_at IS NOT NULL"
Error Id: df52c106-37e5-43f8-b68d-2cc9a649f506
Landscape: prod_cloud_os_us
Must be a valid Select SQL query.
Why doesn't SAP Signavio Process Intelligence accept this query?
Attached screenshot of page.
Request clarification before answering.
Hello Thomas,
thanks for your question.
The error you're encountering indicates that SAP Signavio Process Intelligence doesn't fully support standard SQL syntax in the SQL Filter section. The filter configuration often expects just a conditional expression, not a full SQL query.
In the SQL Filter section, use only the condition itself, like this:
closed_at IS NOT NULL
Let me know if this resolves the issue! Otherwise please open a ticket in SAP for Me so that our SAP Signavio Support Team can take a look.
Many thanks,
Cäcilia
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 23 | |
| 13 | |
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.