Filtering issuedDocuments on entity.id #529
Unanswered
grasflorian
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
Hi, can I know that in which language you are trying to access this? Python/VBA/Javascript/... |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I was working with JavaScript in Google Sheets. I tried that approach as well, but it didn’t work for me. So, I retrieved the full dataset and, in JavaScript, filtered it by checking which records contain entity.id and removed the blank ones. That worked for me. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm facing an unexpected behaviour when trying to filter issuedDocuments on the
entity.idfield. I'm trying to filter out issuedDocuments for which the client/supplier was set through the research in authorized databases. In such cases I noticed that theentity.idwas not set and tried to add the filterentity.id != nullandentity.id <> nullhowever the issuedDocument is still returned.Example query (using
<>):I also noticed that using
entity.id = nullworks as expected, returning only the issuedDocuments I was looking for.Am I using the filter wrong? Or maybe it's just not possible to filter these out?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions