<spatialsearchlayer>true</spatialsearchlayer>
There is no current capability to have it search both layers at the same time.
<values> <value prompt="Species e.g. AC RU">maximo_production.dbo.GIS_Balances.speciescode = '[value]'</value> <value prompt="Height e.g. 8" isvaluerequired="false" operator="AND">maximo_production.dbo.GIS_Height.height >= [value]</value> <value prompt="Diameter e.g. 2" operator="AND" isvaluerequired="false">maximo_production.dbo.GIS_Diameter.diameter >= [value]</value>--> </values>
maximo_production.dbo.GIS_Balances.speciescode = 'AC SA' AND "maximo_production.dbo.GIS_Height.height" >= 5
<values>
<value prompt="Species e.g. AC RU">maximo_production.dbo.GIS_Balances.speciescode = '[value]'</value>
<value prompt="Height e.g. 8" isvaluerequired="false" operator="AND">maximo_production.dbo.GIS_Height.height >= [value]</value>
<value prompt="Diameter e.g. 2" operator="AND" isvaluerequired="false">maximo_production.dbo.GIS_Diameter.diameter >= [value]</value>-->
</values>
Simon,
Maybe this is just a type but what is the end comment doing in here (what I have in red)?
<values> <value prompt="Species e.g. AC RU">maximo_production.dbo.GIS_Balances.speciescode = '[value]'</value> <value prompt="Height e.g. 8" isvaluerequired="false" operator="AND">maximo_production.dbo.GIS_Height.height >= [value]</value> <value prompt="Diameter e.g. 2" operator="AND" isvaluerequired="false">maximo_production.dbo.GIS_Diameter.diameter >= [value]</value>--> </values>