BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hello,

I need to pull a column into proc report for computation only, but I don't want it displayed in the final report. Is this possible?

As an example, I have a report with 3 columns, week1, week2, week3.

week1=20, week2=50, week3=100. I only want to display week2 and week3 in the report, but I need week1 to compute the percentage of change from the previous week, IE, the percentage of change from week1 to week2 (without having week1 display in proc report).

Thx,

Scott
2 REPLIES 2
SASKiwi
PROC Star
Check out the NOPRINT option on the REPORT DEFINE statement:

define example / sum NOPRINT 'Example Not Printed';
deleted_user
Not applicable
That did the trick, thanks!!!

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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
  • 1152 views
  • 0 likes
  • 2 in conversation