<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font face="Roboto">Hi,</font></p>
    <p><font face="Roboto">I'd like to Link to my virtual identities
        only accounts that are enabled.<br>
        The resource is basically a database table but i need to use the
        scriptedSqlConnector to assing entitlements.</font></p>
    <p><font face="Roboto">My accounts on resource have an attribute
        DISABLED = true / false.</font></p>
    <p><font face="Roboto">Is there a way to use correlation expression
        to look only for account that have the attribute DISABLED =
        false? <br>
      </font></p>
    <p><font face="Roboto">something like this:<br>
      </font></p>
    <p><font face="Roboto"><correlation><br>
            <q:and><br>
            <q:equal><br>
                <q:path>c:name</q:path><br>
                <expression><br>
                   
        <c:path>$account/attributes/CODI_USER_ID</c:path><br>
                </expression><br>
            </q:equal><br>
            <q:equal><br>
                </font><font face="Roboto"><font face="Roboto"><expression><br>
                     
          <c:path>$account/attributes/CODI_USER_ID</c:path><br>
                  </expression></font><br>
                <q:value>False</q:value><br>
            </q:equal><br>
            </q:and><br>
        </correlation></font></p>
    <p>When I try to save this correlation I obtain the error "Could not
      convert query, because query does not contain item path".<br>
      <br>
      Any ideas?</p>
    <p>Thank you,<br>
      Marco</p>
    <p><br>
    </p>
  </body>
</html>