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!!!

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