Present DataTable in Silverlight viewer
Hello
I have created an workflow that give me an datatable as result. My question are if its possible to show the content in DataTable in the viewer (Silverlight viewer 1.6) as an table?
Jan-Henrik
-
my opinion is:
It depends on what you want to do with the table. if its just for display you can use datatable to excel and display the excel table. you could create report from the datatable and display the report. you could parse the datatable and use a series of text boxes (thats a lot of work). We use the datatable to excel and open the table with a hyperlink.
An enhancement to workflow forms that could use an grid or table display activity would be good. but until then....
J
0 -
I'm interested in doing this as well.
I have a Geoprocessing script that summarizes a raster based on a user defined area. The result is a table in a FeatureSet that I've converted to a DataTable. I'm a little stuck what to do with the DataTable. I see that I can convert it to an Excel table, but how do I get it to the user? I would create a report, but the table is not in a service, it's generated through the geoprocessing service and formatted within Workflow.
0 -
Likewise..
I think Jeff's on the money in getting a new activity from LG to slot into a workflow - now that would be nice!
G
0 -
FWIW,
I was able to get a workflow running that takes my output, a RecordSet and converts to a DataTable, then to an Excel Table. I run a Temporary File activity and create a hyperlink to send to the user, as I believe was previously mentioned. This works -ok- and was fairly straight forward for my limited ability and experience with workflow, but I'd like to have a little more control over how the table is formatted and perhaps have the table presented within the application as a floating window with the option to create an excel table. It would make a great new addition to Workflow /customer/servlet/servlet.FileDownload?file=00P6000000e87w6EAA
0
Please sign in to leave a comment.
Comments
4 comments