Hello,
i need to create aggregates measure in SAS VA between values in different rows.
i attach an example file where you can find my desired result and formulas i need to create in VA.
Thank you!
Sara
Hi Sara,
I'm not sure about which rows you would like to compare. If you would like to compare different machines with aggregated measures maybe you could try splitting up your measure: one measure for each machine. Splitting the measure you can do by creating a new calculated measure for each machine using an IF-THEN-ELSE construct like:
IF machine='k1'
then WGT_WASTE
else .
Hi Sara,
I'm not sure about which rows you would like to compare. If you would like to compare different machines with aggregated measures maybe you could try splitting up your measure: one measure for each machine. Splitting the measure you can do by creating a new calculated measure for each machine using an IF-THEN-ELSE construct like:
IF machine='k1'
then WGT_WASTE
else .
Hi Frank,
thank you for your suggestion. it gives me thew idea to solve my problem.
Sara
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.