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
- Select your table.
- From the object inspector, go to Data > Rules > + > Rows/Columns > Hide NET Row and Column, Hide NET Row, or Hide NET Columns.
- Click 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