BookmarkSubscribeRSS Feed
Elliott
Obsidian | Level 7

I am using sas 9.4 and SAS EG 7.1.  I am trying to create a pivot with report filters but it is not working. I have successfully created a pivot that did not have a report filter so I know my code is good.  I have attached a copy of the error and javascript.

 

Is a new verions of tabset needed.  the one on the site is from 3/2015 which is the one I have.

 

Thanks,

 

here is my code:

 

filename temp "/ptr/rpl_cbpa/bpa/mor_data/uat/tagset/tableeditor.tpl";

%include temp;

 

ods tagsets.Tableeditor

path='/rpt/data/adhoc_rpts' file='issue_data.js'

options(output_type="script"

           update_target="C:\\Users\\cm55555\\Documents\\Issue_Data.xml"

           sheet_name="Issue_Data"

           pivot_sheet_name="Issue_Data_Pivot"

           pivotpage="OPEN_DT,CLOSE_DT,REOPEN_DT"

           pivotrow="LOB"

        pivotcol="MCA_TIER"

        pivotdata="ISSUE_ID_CH"

        pivotdata_stats="count"

           pivot_format="light16"

        

);

 

data _null_;

file print;

put "test";

run;

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 0 replies
  • 1536 views
  • 0 likes
  • 1 in conversation