My issue is when I'm passing these variables I was required to build 6 parameters in the widget, and when any of the 6 are not in use, they create random values and causing issues in the graph.
Currently I'm using this, however I'm sure there is a better way.
ChildPanelOnCentralModal("trendtest.pnl",
"",
makeDynString("$T1:"+adds[1],"$T2:"+adds[2],"$T3:"+adds[3],"$T4:"+adds[4],"$T5:"+adds[5], "$T6:"+adds[6]));
... in the arrays are the corresponding addresses that represent the inputs the user selected.
in the widget the $T1 parameters are then represented in their own.
Any ideas or help would be great thanks!!