This article describes how to go from a table with a NET column...
...to a table without a NET column:
Requirements
A table created in Displayr containing rows and columns and a NET column.
Method
1. Select your table.
2. Go to Data > RULES on the object inspector.
3. To apply the rule, select the Plus (+) > Modify Headers > Automatically Remove NET Column > OK.
While you can right-click a table category > Hide to remove a NET category, this rule allows users to choose when to show the NET without having to create one version of a question with a NET and one without.
Note, if you select Switch rows and columns on your table, the rule will no longer work due to the table dimensions changing. In this case, you will have to apply the Automatically Remove NET Row rule instead.
Technical Notes
If using this rule on a crosstab where there is a - Grid structured set in the Rows or Columns, care must be taken if using this table in custom R code. In this case, if a NET column is removed by the rule, the underlying structure of the table changes and custom R code referencing may break. It's recommended to remove the NET column in the R code directly in this case, see How to Remove a Row or Column from a Table Using R.
Next
Caveats and Limitations for Rules
How To Create a QScript To Insert a Custom Rule
How to Automatically Remove NETs from Table
How to Automatically Remove NET Row