Getting coded domains in a subreport from linked data
Hello,
I am having the hardest time trying to find any documentation on getting coded domain values to appear in a subreport from linked data. I have scoured the community posts, and tried everything that is remotely similar. In theory, 'FieldName.Name()' would get the domain values. I have found that this does not work for linked data.
Is there a formula for a calculated field, or anything else to resolve this?
0
-
The reports only take a table of the attribute data from a featureset, which neither knows nor cares about human readability. You'll need to process the table in the workflow before sending it to the report.
I don't know if there is a simple way to do this, maybe there is and that would be awesome. Otherwise, you'll need to iterate over the table (or featureset before it gets to that point) and change the data more manually. The Get Coded Value Domain activity will help with this, but you'll need to still do a bit of work to get everything running.0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar