BookmarkSubscribeRSS Feed
alisonATjhu
Calcite | Level 5

Hello!  I am unable to get pivot_title and pivot_format options to work with pivot_series ="yes".  Thanks in advance for any insights!

 

options noxsync noxwait;

ods tagsets.tableeditor file="E:\data1\users\asande26\Programs\Examples\ODS\tableeditor\scripts\PivotTable.js"

/* remember to escape the backslashes */

options(update_target="E:\\data1\\prod\\common\\mngr\\usr_mgmt\\usr_access_rptg\\output\\Dash_Users_test_save.xls" doc="help"

output_type="script"

pivot_series="yes"

sheet_name="DashUsage | DashUsage"

pivot_sheet_name="UsersbyDate | UsersbyGroup"

pivotrow="name | name"

pivotcol="request_date | group_name"

pivotdata="name | name"

pivot_format="medium6"

pivot_title="Dashboard Usage"

excel_save_file="E:\\data1\\prod\\common\\mngr\\usr_mgmt\\usr_access_rptg\\output\\Dash_save_test.xlsx"

file_format="xlsx"

open_excel="yes"

auto_excel="yes"

 

);

/* dummy output to trigger the file creation */

data _null_;

file print;

put "test";

run;

 

ods tagsets.tableeditor close;

 

/*execute java script*/

x "E:\data1\users\asande26\Programs\Examples\ODS\tableeditor\scripts\PivotTable.js";

 

1 REPLY 1
Cynthia_sas
SAS Super FREQ
Hi:
I would recommend working with Tech Support on a question like this.
cynthia

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
  • 1 reply
  • 877 views
  • 0 likes
  • 2 in conversation