Present datatable in Viewer
Is there a way to present a datatable within the HTML5 viewer?
I know we can export the table to another format and present it for download, but what about simply displaying the results of a datatable within the results list of a particular region? It would be nice to perform a geoprocessing activity, or iterate through some features and create a datatable and have those results display in a results list. It seems the only way that I know of to do this is to perform a query/selection on an existing layer.
Maybe I'm missing something and someone can fill me in :-)
0
-
Hi Erik,
If you want to display information from a nonspatial table, then you can add it as a Search Table in Essentials Manager. This way, users can query its attributes using Global Search and it would return a list of results in the Result Pane.
If you are looking to bring up the entire data table just to view it, that is not possible with the current software. You have to query something in order to bring up the information.
I hope this helps.
Carmen0 -
Erik, if you mean a .NET System.Data.DataTable: you can convert it to a feature set with the DataTable To FeatureSet activity in a workflow and add the feature set to your results list or results table with a Select Features activity. 0 -
Right Nico, but the Select Features activity is going to require specifying a Map Service and Layer ID in the map/site. If you're DataTable is a result from a geoprocessing activity, it doesn't necessarily relate to a layer in the site. 0 -
You can use the Select Features activity without specifying Map Service ID and Layer ID.
In this case there is just no interaction between the map and the objects in your result list / result table.0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
4 kommentarer