Workflow results
Hello, I'm new to workflow and I have a "reporting" question. I was wondering if there is a workflow element that would allow me to report out on a feature set. I know how to loop through and pull values, but I'm unsure how to display these values to the user. I would be accumulating the (double) values in a summary variable and tacking it to the end of the mini report.
shape 1 length: 30
shape 2 length: 40
Total length: 70
Should I be using reports here or is there another "element" that is more appropriate? Any examples or insite would be greatly appreciated-
-JB
-
Followup - I have a created a "prompt" that displays a summary of a field in my featureSet. I also have a report that iterates through a feature class, displaying fields and feature maps for each feature. Report works great as a layer report. But when I try to add a "report" element to the workflow, I get an "Error running workflow", I had assumed that the report would try running against the selected features, but maybe that's not the case...
Has anyone wired up a report within a workflow?
-JB
0 -
Hi Jake,
To use the Report element on selected features, you can use a GetGeometries activity to get the geometries from the featureset, and pass these to the Report activity to filter the features.
-Victoria
0
Please sign in to leave a comment.
Comments
2 comments