Skip to main content

Display Results like Identify tool does

Comments

6 comments

  • Permanently deleted user

    Execute a "Run External Command" activity

    SwitchToListResultsView         - Switches to Results list view.

    SwitchToTabularResultsView - Switches to Results table view.

     

    The Silverlight/HTML5 downloads have Administrator and Developer guides with lists of 'Commands' available.  Not all commands are available to both viewers, so be sure to grab the right one.

    0
  • Permanently deleted user

    Thanks for the Reply Ryan,

    What you replied is for switching between listview and tableview of results.

    If Select Features activity is used, result collection will be seen individually and if results of other collection must be shown, results history must be opened.

    What I was asking is that, when identify tool is used results will appear in form of several tabs. Is there a way that can be achieved from workflow designer or any other custom development??

    Thanks :)

    Srikanth

     

    0
  • Permanently deleted user

    I am assuming then you have multiple 'Select features' activities, one for each of your FeatureSet's that you've queried.   

    Just make sure you have the same  'Collection Name'  and make sure your select features activites have  "Clear Collection First" = false.

    --

    The 'Collection Name' is a FeatureSetCollection name, not a FeatureSet...  it's a collection of all you're featureset's  (Identify uses the Default Collection set, which you can use too by having empty collection name)

    Default Collection also selects/stars features, if you give it a name they are not starred/selected.

    0
  • Permanently deleted user

    We can set multiple tab in result window with multiple query result, each query result can set in different tab. This is working fine with HTML5/workflow.

    In "Select features"  activity set

    • " Clear Collection First " : False
    • " Feature Set " : update feature set based on your query
    • "Layer Name" : update layer name based on layer you query    
    • "Collction Name" : Use same collection name for multiple query

    in HTML5 use SwitchToListResultsView/SwitchToTabularResultsView command or use switch button from result window

    default result can be List view.

    Hope this will help.

     

     

          

    0
  • Permanently deleted user

    Hi Ryan and khunti,

    Thanks for your help. Your suggestion works perfectly :)

    Thanks,

    Srikanth

    0
  • Permanently deleted user

    Hi,

    What you guys suggested was working good but one s mall thing, is there a way to achieve multiple tabs without giving the values of MapServiceID and LayerID. !! I tried by placing several SelectFeatures in Parallel activity but it is giving all the results under one tab.

    Thanks,

    Srikanth :)

    0

Please sign in to leave a comment.