BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Kamohelo
Fluorite | Level 6

Hi 

 

I would like to display 7 months data on a crosstab (Current month and 6 months prior).

 

Is there any suggestions i can use to achieve this?

 

Regards

1 ACCEPTED SOLUTION

Accepted Solutions
Sam_SAS
SAS Employee

You could use an advanced filter expression like this:

 

( TreatAs(_Number_, DatePart(Now())) - TreatAs(_Number_, 'Facility Opening Date'n) ) <= 210

This selects the last 210 days of rows. I'm not sure if you can make a filter that selects on months intelligently that would span years.

 

Sam

View solution in original post

2 REPLIES 2
Sam_SAS
SAS Employee

You could use an advanced filter expression like this:

 

( TreatAs(_Number_, DatePart(Now())) - TreatAs(_Number_, 'Facility Opening Date'n) ) <= 210

This selects the last 210 days of rows. I'm not sure if you can make a filter that selects on months intelligently that would span years.

 

Sam

Kamohelo
Fluorite | Level 6
Hi Sam,

Thank you - It worked.

Kamo

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 906 views
  • 1 like
  • 2 in conversation