4oject asked
Hi people, i am new NocoDB user, and i want to query my data with nested value, but it is not working, what can i do, who can help me to understand what i am doing wrong ?
pranavxc replied
nested
is for applying filter on nested level list/data, if you want to filter root level data do following => where=(createdby,eq,firstuser)
(Assuming username
is primary value)
pranavxc replied