sillywilly
(Andrew Valiente)
December 4, 2019, 2:10pm
1
How do I query items_by_column_values where the value is null (None)?
In particular, I am interested in column types of status and link.
query {
items_by_column_values(
board_id: 1234567890,
column_id: "status",
column_value: "null"
)
{
id
name
column_values {
id
text
value
}
}
}
2 Likes
dipro
(Dipro Bhowmik)
December 31, 2019, 5:18pm
2
Hey @sillywilly – welcome to the community
At the moment there isn’t a way to query an empty value on that particular operation, but I’ve passed this feedback along to our dev team so we can review it in a future iteration.
Thanks a lot!
1 Like
Flo
(Florian)
February 23, 2021, 8:10pm
3
+1
This would be great and make sense!
The workaround is to create bogus data and search on that.
It should be native.
jackalope
(Simone B.)
February 8, 2023, 2:57pm
5
Hi all, Has the problem of retrieving items where the value of a certain column is null been resolved from 2019 to today?
alessandra
(Alessandra)
February 9, 2023, 10:39pm
6
Hi @jackalope ,
This is currently not supported by our API. Could you share more on your use case for this feature? I’d like to understand your need and pass this along to our team.
jackalope
(Simone B.)
February 10, 2023, 7:40am
7
The final goal (which is similar to what I indicated in the other thread) is to be able to notify the person who owns a certain item for which one or more columns are empty to remind him to fill them.
alessandra
(Alessandra)
February 13, 2023, 9:28pm
8
Thanks for sharing this @jackalope ! This will help our team understand what is missing from our current features.
1 Like
mehmet
(mehmet)
February 20, 2023, 8:50am
10
Hi @alessandra ,
We have an enterprise monday subscription and we have been waiting for this feature about 1 year as well. Do you have any eta on this?
Thanks for your support.
alessandra
(Alessandra)
February 27, 2023, 9:30pm
11
Hi @mehmet ,
Thanks for your feedback! While we don’t have an ETA for this feature, I’ve added your vote to this request to let our team know of your interest.
DanielHai
(Daniel Hai)
November 8, 2023, 3:55pm
12
Hi
In version 2023-10 it now allows to filter by null value.
Happy programming!