BookmarkSubscribeRSS Feed
santosh_pat69
Quartz | Level 8

Hi All,

 

I am trying to create a Pivot table using SAS, i am using the below code (Sample)

 

ods tagsets.tableeditor file="C:/temp.temp.html"

options(button_text="Create PivotTable"

auto_excel="yes"

excel_open="yes"

pivotrow="product_line"

pivotcol="quarter"

pivotdata="profit"

pivotdata_stats="Sum"

pivotpage="year"

excel_save_file="C:/temp.xls"

quit="yes");

proc print data=sashelp.orsales;

run;

ods tagsets.tableeditor close;

 

I am not able to create the Filters on the excel sheet, and Pivotdata_stats is not working for me.

 

 

Regards

Santosh...

2 REPLIES 2
ballardw
Super User

Describe "not working", errors?No output? Unexpected output?

It may help to show what you did get and what it shoud look like.

santosh_pat69
Quartz | Level 8

Hi ,

 

The Pivotdata_stats is functioning as expected i have used Pivotdata_stats ="Sum" but on the Pivot table its showing up as Count(Pivotdata).

 

And also i am not able to add the filters on the Pivot table, after the pivot table is created i need to add the Filter on the pivot.

 

Could you please suggest?

Regards.

Santosh

 

 

sas-innovate-white.png

Missed SAS Innovate in Orlando?

Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.

 

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1214 views
  • 0 likes
  • 2 in conversation