Is there some way to globally disable the pie chart business without editing all the templates in the “macros” directory?
Editing the macros is the way to go if you find that some of them can’t be set to nopie. This isn’t as ugly as you may think — it’s actually pretty easy to do. Except for the documents and directories reports; I’ll give you a hint there: of those .rmc files contain this line: wl(subreportPie); And deleting that line will remove the pie chart from those particular reports. The other macro files are a lot simpler because they are not javascript-driven. I saw where the “pies” were inserted via some [@…-chart@] tags ? I’m assuming I just take those out? Yep. Also make sure you are copying your modified .rmc files to your report directory so that they will actually be used (there are alternatives, see the report macro language section of the manual).