i'm stucking at adding an element to my own created Control Dimension.
I used a TI procress to create a control Dimension called "}Global Assumptions" now i want to add an element called "TodaysDate" so i try to add it with a small TI pro where i added in the Epilog
"DimensionElementInsert( pDimName, ' ', pElementName, pElementType );"
Where
pDimName = }Global Assumptions
pElementName = TodaysDate
pElementType = S
i get no error when i run the process but the element doent get added.
Someone know where my mistake is?
I want to add this to control dimensions to hide it from "Normal" users

THanks for your help