table summary in jsl
what is the code for table summary ? I found the following code:Summarize(a = by( ENTITY ),maxHt = Max( ATTRIBUTE_VALUE ));new window( "SH Counter",Table Box(String Col Box( "ENTITY", a ),Number Col Box( "SH Counter", maxHt ),));
1. can I get the the new summary in data table and not in "new window" ?2. if I need to have more "by groups" filter how do I add it to the code ?
vince_faller
msharp