Embedding a table script into a table that is generated by an embedded table script
I have a script that adds some embedded table scripts for graphing. I'm now trying to add another table script that creates a summarized table and embeds a new table script inside that new table. So the embedded table in dt runs fine, opens dtsum as expected except "secondary table script title" does not embed into dtsum. If I run that portion of the script (CTL+R) then it embeds to dtsum. Note th...