Hi,
I have one question about {Reversed Scale} script can't work at control chart builder with mutiple Y Charts.
It looks no issue on single Y control chart.
I built mutiple Y control charts and modified all charts Y scale to Reverse Order ,then save it to script to table.
But when I run the scrip, the Y Axis looks the same and never reversed.
Attach file is the table with script, could you help?
Is it a bug? How can I solve it? Thank you.
==============================================
Control Chart Builder(
Size( 534, 464 ),
Show Two Shewhart Charts( 0 ),
Test Excluded Subgroups( 1 ),
Show Lower Control Limit( 0 ),
Show Control Panel( 0 ),
Variables(
Subgroup( :"Month Year[MEASURE_DATE]"n ),
Subgroup( :LOT_ID, Position( 1 ) ),
Y( :P3, :P3H, :P3L, :P3UL )
),
Chart(
Points( Statistic( "Average" ), Box Plots( 1 ) ),
Limits( Sigma( "Range" ), Show Lower Limit( 0 ), Show Upper Limit( 0 ) ),
Process Capability Analysis(
Overall Sigma Capability( 0 ),
Nonconformance( 0 ),
Within Sigma Capability( 0 ),
Histogram( 1, Show Within Sigma Density( 0 ) )
)
),
SendToReport(
Dispatch( {}, "P3", ScaleBox, {Reversed Scale} ),
Dispatch(
{"P3 Limit Summaries", "Process Capability Analysis", "Histogram"},
"1",
ScaleBox,
{Reversed Scale}
),
Dispatch(
{},
"P3H",
ScaleBox,
{Format( "Best", 10 ), Min( -0.494659722199707 ), Max( -0.7423333333 ), Inc( 0.05 ),
Minor Ticks( 1 )}
),
Dispatch(
{"P3H Limit Summaries", "Process Capability Analysis", "Histogram"},
"1",
ScaleBox,
{Reversed Scale}
),
Dispatch(
{},
"P3L",
ScaleBox,
{Format( "Best", 10 ), Min( -0.6705555556 ), Max( -0.975 ), Inc( 0.05 ), Minor Ticks( 1 )}
),
Dispatch(
{"P3L Limit Summaries", "Process Capability Analysis", "Histogram"},
"1",
ScaleBox,
{Reversed Scale}
),
Dispatch( {}, "P3UL", ScaleBox, {Reversed Scale} ),
Dispatch(
{"P3UL Limit Summaries", "Process Capability Analysis", "Histogram"},
"1",
ScaleBox,
{Reversed Scale}
)
)
)