Jim,
Here is the script I am trying to run with the three lines added that you suggest.. My Row State column is "Break - Cause Not Known". Now this script will not run. What am I missing?
THANKS!!!
Names Default to Here( 1 )
dt=current data table();
dt:Break - Cause Not Known << Copy to Row States();
Graph Builder(Size( 661, 500 ),Variables( X( :Downtime Category ), Y( :Total Minutes Down ), Overlay( :Crew ) ),Elements(Bar(X,Y,Legend( 7 ),Summary Statistic( "N" ),Label( "Label by Value" ))),SendToReport(Dispatch({},"graph title",TextEditBox,{Set Text("Line 180: Number Of Stops By Category By Crew - January 2016)}),Dispatch( {}, "X title", TextEditBox, {Set Text( "" )} ),Dispatch( {}, "Y title", TextEditBox, {Set Text( "Number Of Stops" )} )))
Steve