I would like to call a column property as a parameter for another column, but it seems like DataGraph only expects a global variable. Is there a way to do this without setting global variables for the property? The reason I want to do this this way, is because with column properties, I can have the same column names with different parent groups, and I don’t have to change the syntax. If I make global variables, then I will have to make a new variable for each new column group…that is a big ask when dealing with scores of column groups!