September 10, 201510 yr How do I concatenate field reference in calculations? Data Components::Temp Field: & Get(ScriptParameter) & : selection = "some string"
September 10, 201510 yr Use the GetField() function to convert a string to field reference. If that's what your question is about.
September 10, 201510 yr Author thank you, yes this worked: GetField("Data Components::Temp Field: " & Get(ScriptParameter) & ": selection") = "some string"
Create an account or sign in to comment