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

How do I display only distinct accounts/IDs?  Right now the output pops out dozens of the same exact row, except certain columns have different dates.


query_builder.png

1 ACCEPTED SOLUTION

Accepted Solutions
FredrikE
Rhodochrosite | Level 12

Just keep the ID column 🙂

 

Then use the resulting table to join with other data you need.

 

//Fredrik

View solution in original post

2 REPLIES 2
FredrikE
Rhodochrosite | Level 12

Just keep the ID column 🙂

 

Then use the resulting table to join with other data you need.

 

//Fredrik

Fistful_Dollars
Obsidian | Level 7

Great, thank you FredrikE.  Worked very well.  I created another query(see below) to use only for joining.  There was another column ID I needed.  I used the MAX function for that column so there would be no repeat IDs from the first column, and because I only need the highest number for that variable.

 

SAS_Query.png

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

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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