Custom List of Attributes
So far I've created a simple workflow that users draw a freehand line that then identifies parcel features and at the end an alert displays a URL ("http:// servername : portnumber /page/"+ AINlist ) in an HTML 5 viewer.
I'm looking for a way to create a comma seperated list of a single attribute (AIN) from each of the identified parcels (such as: 5638020017,5638020016,5638020046) that can then be appended to the end of the URL ( http://servername:portnumber/page/ain=? 5638020017,5638020016,5638020046) so that the site the viewer will be integrated into one of the frames of the site and the user can then use that URL to automate the query of the site using the URL I'm providing.
Does anybody have any suggestions of what I need to do via workflow to make this happen?
-
If you already have the features you want in a FeatureSet , you can make a list of the AIN attributes with the GetAttributeValues activity, iterate through it and make one string with the complete URL. You can see that process in the example workflow attached which you can download from (https://support.geocortex.com/Data/Sites/1/userfiles/3322/makeurlfromain.zip) here .
-Alejandro.
0 -
Thanks for the help and the example. I was running GE 3.9 and an older version of Workflow so I didn't have that activity available.
0
Please sign in to leave a comment.
Comments
2 comments