This article describes how to go from a table with a NET column and/or row...
...to a table without any NET column or row:
Requirements
A table created in Displayr containing a NET row and/or NET column. Drag and drop banners are not supported and will not have their NETs hidden.
Method
1. Select your table.
2. Go to Data > Rules on the object inspector.
3. To apply the rule, select Plus (+) > Modify Headers > Automatically Remove NETs from Table > OK.
While you can simply 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.
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