Hi All,
I got the following problem:
Data looks like:
Article | Shop | Supplier | Value |
---|---|---|---|
A | 1 | SUP1 | 1 |
A | 2 | SUP1 | 1 |
A | 2 | SUP1 | 1 |
B | 2 | SUP2 | 1 |
B | 2 | SUP2 | 1 |
B | 3 | SUP2 | 1 |
B | 3 | SUP2 | 1 |
C | 3 | SUP3 | 1 |
C | 3 | SUP3 | 1 |
C | 3 | SUP3 | 1 |
C | 4 | SUP3 | 1 |
C | 4 | SUP3 | 1 |
C | 4 | SUP3 | 1 |
I want to report to count the values for each Supplier, but only select for the distinct (Article, Shop) combinations.
Is this possible in VA?
ok, stupid question, i just have to use a distinct article...
You can create a new data item as a Distinct Count on your Article data item as described in the SAS(R) Visual Analytics 7.1: User's Guide - Working with Data Items
Let us know if this helps. If not, please provide a report/table of what you expect as your end result.
Kind Regards,
Michelle
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
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.