Dear Community,
Based on the Tabulated output below, please how can I retrieve the amounts for categories 1, 2, 3 by script?
HubP_SDe_0-1608650110296.png
Based on another working script I`m currently there in my tries:
r = TabulateQuantiles << report;
tb_TabQuant = r[Table Box( 1 )];
tb_TabQuant << GetText;
QuantAmount1 = tb_TabQuant[2][1];
QuantAmount2 = tb_TabQuant[2][2];
QuantAmount3 = tb_TabQuant[2][2];
Show(QuantAmount1, QuantAmount2, QuantAmount3);
But getting following error:
Cannot subscript Display Box in access or evaluation of 'r[Table Box(1)]' , r[/*###*/Table Box( 1 )]
Thanks for your help!
Stéphane DELACROIX
Senior Simulation & Planning Engineer