Tables - Unhide Rows

From Q
Jump to navigation Jump to search
This page is currently under construction, or it refers to features which are under development and not yet available for use.
This page is under construction. Its contents are only visible to developers!

Unhides hidden rows in the currently-selected table.

Usage

  1. Select a table on your page
  2. Select UNHIDE ROWS AND COLUMNS > Unhide Rows
  3. You will be presented with a list of rows that have been hidden. Choose any that you want to unhide and click OK

Technical details

This tool cannot be used to unhide rows if the variable set selected in the Rows of the table:

  • Has the Structure of Text. Rows and columns of text data cannot be hidden.
  • Has the Structure of Date/Time. To choose which dates to include for data of this type, select the variable under Data Sets and then use Properties > GENERAL > Date/Time on the right.
  • Is a Banner. Data for banners is linked to the underlying questions. You will need to select the banner under Data Sets and then use Properties > DATA VALUES > Reset.
includeWeb("QScript Functions for Unhiding Codes");

unhideRowsOrColumns(true);

See also