<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: NXQL: how to query docs with a list property attribute equal to null / empty / unvaluated? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/nxql-how-to-query-docs-with-a-list-property-attribute-equal-to/m-p/322135#M9136</link>
    <description>&lt;P&gt;Thanks! It works perfectly (run on Nuxeo 5.8).&lt;/P&gt;</description>
    <pubDate>Mon, 14 Apr 2014 08:28:42 GMT</pubDate>
    <dc:creator>promanov_</dc:creator>
    <dc:date>2014-04-14T08:28:42Z</dc:date>
    <item>
      <title>NXQL: how to query docs with a list property attribute equal to null / empty / unvaluated?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nxql-how-to-query-docs-with-a-list-property-attribute-equal-to/m-p/322133#M9134</link>
      <description>&lt;P&gt;I have a custom doc model with a list attribute containing IDs to other objects, thus representing a list of links.&lt;/P&gt;
&lt;P&gt;I'd like to query objects that have no values on this attribute, something like:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;SELECT * FROM Document WHERE dc:subjects = NULL
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Is it possible? I've not found anything like this in the official NXQL doc.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2014 00:38:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nxql-how-to-query-docs-with-a-list-property-attribute-equal-to/m-p/322133#M9134</guid>
      <dc:creator>promanov_</dc:creator>
      <dc:date>2014-04-14T00:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: NXQL: how to query docs with a list property attribute equal to null / empty / unvaluated?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nxql-how-to-query-docs-with-a-list-property-attribute-equal-to/m-p/322134#M9135</link>
      <description>&lt;P&gt;This should work:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;SELECT * FROM Document WHERE dc:subjects/0 IS NULL
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 14 Apr 2014 01:11:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nxql-how-to-query-docs-with-a-list-property-attribute-equal-to/m-p/322134#M9135</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2014-04-14T01:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: NXQL: how to query docs with a list property attribute equal to null / empty / unvaluated?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nxql-how-to-query-docs-with-a-list-property-attribute-equal-to/m-p/322135#M9136</link>
      <description>&lt;P&gt;Thanks! It works perfectly (run on Nuxeo 5.8).&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2014 08:28:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nxql-how-to-query-docs-with-a-list-property-attribute-equal-to/m-p/322135#M9136</guid>
      <dc:creator>promanov_</dc:creator>
      <dc:date>2014-04-14T08:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: NXQL: how to query docs with a list property attribute equal to null / empty / unvaluated?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nxql-how-to-query-docs-with-a-list-property-attribute-equal-to/m-p/322136#M9137</link>
      <description>&lt;P&gt;As you can see the semantics are slightly different from what you're asking, but I think this is the best we can do. Also `dc&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2014 10:59:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nxql-how-to-query-docs-with-a-list-property-attribute-equal-to/m-p/322136#M9137</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2014-04-14T10:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: NXQL: how to query docs with a list property attribute equal to null / empty / unvaluated?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nxql-how-to-query-docs-with-a-list-property-attribute-equal-to/m-p/322137#M9138</link>
      <description>&lt;P&gt;Indeed.. not obvious to figure it out by yourself. Still, as long as it does the job it's just as good. Thanks again.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2014 11:42:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nxql-how-to-query-docs-with-a-list-property-attribute-equal-to/m-p/322137#M9138</guid>
      <dc:creator>promanov_</dc:creator>
      <dc:date>2014-04-14T11:42:27Z</dc:date>
    </item>
  </channel>
</rss>

