Change the forumla for the tableColor rule to the following:
var sqlStr = "SELECT MainColor "
sqlStr += "FROM Color WHERE TableSet = '" + String(child.dimSet) + "'"
return child.getRow(sqlStr).MainColor
Change the color rule of the tableTop group in the Child tab:
this.DBData.DBData0.tableColor
Change the color Rule of the TableTop group in the Child tab to the following:
this.DBData.DBData0.tableColor
Experiment with colorizing the table by changing the value of the dimSet rule in the DBDataGroup.