Loop through "SendToReport" element in process screener
Hey everyone,I am trying to loop though a Proces Screener script that makes the "Charts as selected" report element. I need it to be flexible as the number of Reponses in the screener can change over time. So I tried putting in this loop to change the axis format of the charts but alas it does not work. SendToReport(
Dispatch( {}, "", TableBox, {Sort By Column( 2, 1 )} ),
Dispatch( {}, "Cha...