Question Evgeny Shvarov · Jun 5 $Name from a parameter Hi IRIS experts! I have a parameter in a class that stores a global name: Parameter GlobalName = "^AGlobal"; then I'm trying to call it as: set gn=$name(..#GlobalName) to use it later as: set @gn@("index")="value" But! I'm having syntax at set gn=$name(..#GlobalName) What am I doing wrong? #Globals #InterSystems IRIS 1 12 1 100