• Property watchers and DataBrowser

    Hello. I added a watcher list to a certain property (LandStatus) and now I'm unable to edit data in the DataBrowser for that single property. In the "Edit XFM Feature" dialog it works fine though but I would like to be able to edit data in the DataBrowser…
  • Re: Schema - "complex" criteria

    COMPARE function allows passing a delimeter string in the last parameter to compare a value against a delimited list of possible values. For example... From "Performance Notes" paragraph in the XFM Overview section of the Bentley Map Customization…
  • “Point-cell” type feature of which the size is based on a data table field - Bentley Map V8i-S3 & Bentley Geospatial 08.11.09.107

    I want to create a feature of which the geometry type is “Point-cell”. The size of cell (scale) will be determine by a numeric value(field) in the data table. In the Symbology dialog box the size can be controlled by entering a numeric value for…
  • Re: Schema - "complex" criteria

    For your example # 2: COMPARE("[attributea]","True","") && ([attributeb]>0) Ensure that attributeb has a value or the expression evaluation will fail. You could accomplish this by specifying a default value in the expression: ([attributeb|0]>0) …
  • Schema - "complex" criteria

    Wise forum folks, One more question for you. XFM Schema appears to have difficulty with interpreting "complex" criteria (e.g., criteria that reference more than one attribute), such as: ([attribute1]>0) && ([attribute2]<100) Or even better: …
  • Adding Sub-features not working

    We are capturing data and want to link additional data a single spatial element i.e. a single carpark feature element with the carpark surface materials properities and, in addition, the subbase material properties linking to the same carpark element…
  • Schema - ability to place multiple XFM features per shapefile object?

    I'm trying to do something akin to this: Criteria A = ([attribute1]<=0) Criteria B = COMPARE("[attribute2]","True","") Place cell "Alpha" for Criteria A Place cell "Beta" for Criteria B ...Knowing that the two aren't mutually exclusive…