<html><body><div>How do I go about comparing two attributes from an update request?</div><div><br></div><div>I have the following in my default conf. file:</div><div><br></div><div><div>update request {</div><div>       SQL-Location := "%{sql: SELECT xxx}"</div><div> }</div><div>      </div><div>update request {</div><div>       SQL-Location-Id := "%{sql: SELECT yyy }"</div><div>}</div><div><br></div><div>if (SQL-Location != SQL-Location-Id ) {</div><div><span class="Apple-tab-span" style="white-space:pre">           </span> reject</div><div>}</div></div><div><br></div><div>And my debug log shows:</div><div><br></div><div>Info: Failed parsing "SQL-Location-Id": Unknown value SQL-Location-Id for attribute SQL-Location</div><div><br></div><div><br></div></body></html>