Maximo

Maximo

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Filter WO layer (Spatial 7.6.1)

    Posted 08/30/20 11:14 AM
    Edited by System Admin 08/22/23 04:41 PM
    I assume that it is not possible to filter layers in Maximo Spatial 7.6.1.

    By "filter" I'm referring to excluding features via a WHERE clause (not simply highlighting features with pins).

    What would it take to customize Maximo Spatial 7.6.1 so that the WO layer could be filtered?

    For example, in the JavaScript UI, if the user is Mike Wilson, then add a WHERE clause to the WO layer's HTTP request that only includes WOs where the CLASSIFICATION=POTHOLE.

    Thanks.


    #Maximo
    #MaximoSpatial
    #AssetandFacilitiesManagement


  • 2.  RE: Filter WO layer (Spatial 7.6.1)

    Posted 08/30/20 04:46 PM
    Hi,
    is the filter is based on shared attributes between Maximo and ArcGIS, you can try to add a clause on the http request to the map server.
    You probably have to act on the Spatial widgets to do this customization


    ------------------------------
    Diego Visentin
    EAM BU Director
    Tempestive S.p.A.
    Pordenone
    ------------------------------



  • 3.  RE: Filter WO layer (Spatial 7.6.1)

    Posted 09/02/20 10:11 AM
    Have you looked into setting up Definition Queries in ESRI?

    https://desktop.arcgis.com/en/arcmap/latest/extensions/production-mapping/defining-a-definition-query-set.htm

    ------------------------------
    Lacey Lurges
    ------------------------------



  • 4.  RE: Filter WO layer (Spatial 7.6.1)

    Posted 09/02/20 10:26 PM

    Yes, thanks.

    I was hoping that users could specify a filter from within the Maximo map instead of me generating 100+ feature layers (with definition queries) in the feature service.




  • 5.  RE: Filter WO layer (Spatial 7.6.1)

    Posted 09/03/20 02:13 AM
    Have you researched whether the capabilities of Con Terra's security.manager will meet your requirements? Our GIS team use it, but I'm not aware of any projects where it has been included with Maximo Spatial.

    https://claritasolutions.com/location/security-manager/

    ------------------------------
    David Lestani
    Clarita Solutions
    ------------------------------



  • 6.  RE: Filter WO layer (Spatial 7.6.1)

    Posted 09/03/20 07:14 PM

    Thanks David.

    That tool looks interesting. Will investigate.

    Cheers.




  • 7.  RE: Filter WO layer (Spatial 7.6.1)

    Posted 09/03/20 08:07 AM
    Yes, that's a lot of filtering and it would make the Layer tool very long to display that many layers but it's ideal to have an easy checkbox to turn on and off a set of data on the map for visualization.  Is there any other piece of information on the record that would allow you to group the classifications together for filters?  I believe I read on another post that you don't use Maximo site.  Do you use any other field to indicate department?

    How do you display your symbols?  Could they be based on Classification so it's easy to visualize for the users?   That would also be a lot of symbology though unless you grouped some classifications together.




    ------------------------------
    Lacey Lurges
    ------------------------------



  • 8.  RE: Filter WO layer (Spatial 7.6.1)

    Posted 09/03/20 04:05 PM
    Edited by System Admin 08/22/23 04:44 PM


  • 9.  RE: Filter WO layer (Spatial 7.6.1)

    Posted 10/12/20 08:57 PM
    I'm hoping this could help:

    "Only display map features linked to Maximo record the user has access to display features that the user is authorized to view."