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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 1542 views
  • 0 likes
  • 1 in conversation