November 28, 201015 yr Newbies There is a Script Command which is Set Field by Name, where the Field Name can be a calculated value. What I need to do is retrieve a field's content by Field Name (i.e. GetFieldContents(Field Name) ), with the Field Name being a calculated value. I have been unable to locate a native calculation function that does this. Is anyone aware of a plug-in/custom function that would accomplish it. Note: I have 300 structured data elements (e.g., field names x1.0.0, x1.1.0, x1.1.1, x1.1.2, x1.1.3, x1.2.0, x1.3.0, x2.0.0, x2.1.0, x2.2.1, etc.) broken into 60 sets. To further complicate things, each field has multiple repetitions. If I cannot locate a solution, I will need to write 60 scripts, and 60 summary statistic fields. If I can locate a solution, I can write one script.
November 28, 201015 yr The GetField() function does that. However... well, let's just say I don't understand what you're doing.
Create an account or sign in to comment