Usage Note 12961: Changing the maximum number of rows and columns displayed in a table before scrolling is enabled SASĀ® Web Report Studio report
In SAS Web Report Studio, if a table has more columns and rows than the currently set maximums, then scrolling is enabled. You can change the maximum number of columns and rows to display at one time at the report level by using the Table Properties dialog box. You also can change these settings globally for all users, as explained in this SAS Note.
Version 3.1
In version 3.1, open your LocalProperties.xml file in a text editor. (If you do not have a LocalProperties.xml file, see SAS Note 32858.)
Enter your preferred values for the following properties. If these properties are not currently in your LocalProperties.xml file, then you can add them. Properties for displaying columns and rows in the Preview Data window are also included.
<!-- The following section defines the DEFAULT number of visible table -- >
<!-- rows & columns when creating a new report. The actual number can -->
<!-- be set on a table-by-table basis in "table properties". -->
<com.sas.apps.citation.util.userpreferences>
<previewDataMaxRows>100</previewDataMaxRows>
<previewDataMaxCols>-1/<previewDataMaxCols> <!-- system max substituted -->
<viewReportMaxRows>100/<viewReportMaxRows>
<viewReportMaxCols>-1/<viewReportMaxCols> <!-- system max substituted -->
</com.sas.apps.citation.util.userpreferences>
<!-- The following are system-wide absolute maximum table (view) sizes, -->
<!-- reports requesting larger sizes, or "entire table", are limited -->
<!-- to these values. System-wide memory could be compromised if these -->
<!-- are raised arbitrarily high. -->
<com.sas.apps.citation.util.userpreferences>
<absoluteMaxVisibleRows>1000</absoluteMaxVisibleRows>
<absoluteMaxVisibleCols>150</absoluteMaxVisibleCols>
</com.sas.apps.citation.util.userpreferences>
|
When you are done, restart your Web application server.
Versions 4.2 and 4.3
In versions 4.2 and 4.3, use SAS Management Console to change the column and row properties.
- Navigate to Application Management ► Configuration Manager ► Web Report Studio 4.x.
- Right-click on Web Report Studio 4.x and select Properties.
- Click the Advanced tab.
- For each property that you want to set, click the Add button and enter the Property Name and Property Value. The property names are:
com.sas.apps.citation.util.userpreferences.absoluteMaxVisibleRows
com.sas.apps.citation.util.userpreferences.absoluteMaxVisibleCols
com.sas.apps.citation.util.userpreferences.previewDataMaxRows
com.sas.apps.citation.util.userpreferences.previewDataMaxCols
com.sas.apps.citation.util.userpreferences.viewReportMaxRows
com.sas.apps.citation.util.userpreferences.viewReportMaxCols
- When you are done, restart your Web application server.
Here is an example:

Note: Property names that are more than 60 characters will only display up to 60 characters when you reopen the Advanced tab. For example, com.sas.apps.citation.util.userpreferences.absoluteMaxVisibleCols displays as com.sas.apps.citation.util.userpreferences.absoluteMaxVisibl However, the property setting is still applied.
Operating System and Release Information
| SAS System | SAS Web Report Studio | Microsoft Windows 2000 Advanced Server | 9.1 TS1M2 | |
| Microsoft Windows 2000 Datacenter Server | 9.1 TS1M2 | |
| Microsoft Windows 2000 Professional | 9.1 TS1M2 | |
| Microsoft Windows 2000 Server | 9.1 TS1M2 | |
| Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M2 | |
| Microsoft Windows XP Professional | 9.1 TS1M2 | |
| Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M2 | |
| Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M2 | |
| Microsoft Windows NT Workstation | 9.1 TS1M2 | |
| 64-bit Enabled Solaris | 9.1 TS1M2 | |
| HP-UX IPF | 9.1 TS1M2 | |
| 64-bit Enabled AIX | 9.1 TS1M2 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Usage Note |
| Priority: | medium |
| Date Modified: | 2011-05-09 12:26:24 |
| Date Created: | 2004-07-30 16:14:03 |