break after terr_id /summarize skip ol style=[font_weight=bold background=grey];
For the above break statement, the output looks as below:
terr_id phy_name state mg
1234 abc_name KS 500
If the display has to be as shown below:
terr_id phy_name state mg
1234 total abc_name KS 500
how to show the word "total" next to the terr_id after summarizing?