Define criteria-based DomainList in Geospatial Admin

Hello everyone,

how is it possible to use the 'Use Criteria' entry in Geospatial Connector Admins Feature property definition? For Explanation look at that:

The Domain List behind is the following:

What I try to achieve is to filter the Domain List entries for the specific Feature through the 3rd column value. I'm using that Domain List for several Features - in each are displayed other values.

Is that possible or what is the 'Use Criteria' entry for? And how would the Syntax look like?

TIA,

Maik

Parents
  • Hello Maik
     
    I’m using a SQL spatial project so I ended up adding a SQL domain and adding the filter into the script. Then I added a dummy criteria to the domain that gets created automatically so that does not get used. Deleting it is not advised because if you reregister features then it will overwrite the domain you created.
    This works but you will need to link the database project with ODBC otherwise it will not read the SQL statement I used.
     
     
    Kept name of Value and Edit columns as they were as I use the SQL script in many features and it easier to change the SQL script
     
    Kind Regards,
    <![if !vml]> <![endif]>
    <![if !vml]> <![endif]>
    TANYA GELDENHUYS
    Senior Consultant
     
     
     
    T +27 12 345 5330
    M +27 72 762 2450
     
         
    www.theiglobegroup.com
    <![if !vml]> <![endif]>
     
     
Reply
  • Hello Maik
     
    I’m using a SQL spatial project so I ended up adding a SQL domain and adding the filter into the script. Then I added a dummy criteria to the domain that gets created automatically so that does not get used. Deleting it is not advised because if you reregister features then it will overwrite the domain you created.
    This works but you will need to link the database project with ODBC otherwise it will not read the SQL statement I used.
     
     
    Kept name of Value and Edit columns as they were as I use the SQL script in many features and it easier to change the SQL script
     
    Kind Regards,
    <![if !vml]> <![endif]>
    <![if !vml]> <![endif]>
    TANYA GELDENHUYS
    Senior Consultant
     
     
     
    T +27 12 345 5330
    M +27 72 762 2450
     
         
    www.theiglobegroup.com
    <![if !vml]> <![endif]>
     
     
Children