Problem Note 61357: Filter and Sort Task might fail with an error in SAS® Add-In for Microsoft Office when you choose a variable that contains a blank space
If you create a SAS data set with the option OPTIONS VALIDVARNAME=ANY, then variable names can contain blank spaces. The following code creates a column that is named "test test."
libname AAA "c:\temp";
options validvarname=any;
data AAA.test;
"test test"n=1;
run;
In the SAS Add-In for Microsoft Office, if you create a filter on a column that contains a blank space, then you might see an error. For example, if you create a filter on the "test test" column, then you see this error:
"Invalid filter: "test test = 1". Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
The message occurs only when you select the table from My Computer. In this specific case, you are not using the SAS® Workspace Server.
If you select the table from SASApp ► Library ►Table, then the SAS Workspace Server is used to execute the query and the error does not occur.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Add-in for Microsoft Office | Microsoft® Windows® for x64 | 7.15 | | 9.4 TS1M5 | |
Microsoft Windows 8 Enterprise 32-bit | 7.15 | | 9.4 TS1M5 | |
Microsoft Windows 8 Enterprise x64 | 7.15 | | 9.4 TS1M5 | |
Microsoft Windows 8 Pro 32-bit | 7.15 | | 9.4 TS1M5 | |
Microsoft Windows 8 Pro x64 | 7.15 | | 9.4 TS1M5 | |
Microsoft Windows 8.1 Enterprise 32-bit | 7.15 | | 9.4 TS1M5 | |
Microsoft Windows 8.1 Enterprise x64 | 7.15 | | 9.4 TS1M5 | |
Microsoft Windows 8.1 Pro 32-bit | 7.15 | | 9.4 TS1M5 | |
Microsoft Windows 8.1 Pro x64 | 7.15 | | 9.4 TS1M5 | |
Microsoft Windows 10 | 7.15 | | 9.4 TS1M5 | |
Microsoft Windows Server 2008 | 7.15 | | 9.4 TS1M5 | |
Microsoft Windows Server 2008 R2 | 7.15 | | 9.4 TS1M5 | |
Microsoft Windows Server 2008 for x64 | 7.15 | | 9.4 TS1M5 | |
Microsoft Windows Server 2012 Datacenter | 7.15 | | 9.4 TS1M5 | |
Microsoft Windows Server 2012 R2 Datacenter | 7.15 | | 9.4 TS1M5 | |
Microsoft Windows Server 2012 R2 Std | 7.15 | | 9.4 TS1M5 | |
Microsoft Windows Server 2012 Std | 7.15 | | 9.4 TS1M5 | |
Microsoft Windows Server 2016 | 7.15 | | 9.4 TS1M5 | |
Windows 7 Enterprise 32 bit | 7.15 | | 9.4 TS1M5 | |
Windows 7 Enterprise x64 | 7.15 | | 9.4 TS1M5 | |
Windows 7 Home Premium 32 bit | 7.15 | | 9.4 TS1M5 | |
Windows 7 Home Premium x64 | 7.15 | | 9.4 TS1M5 | |
Windows 7 Professional 32 bit | 7.15 | | 9.4 TS1M5 | |
Windows 7 Professional x64 | 7.15 | | 9.4 TS1M5 | |
Windows 7 Ultimate 32 bit | 7.15 | | 9.4 TS1M5 | |
Windows 7 Ultimate x64 | 7.15 | | 9.4 TS1M5 | |
*
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: | Problem Note |
Priority: | medium |
Date Modified: | 2017-12-11 16:09:48 |
Date Created: | 2017-11-06 08:51:37 |