Hello Experts,
How come the waterfall chart in SAS Viya for Learners only accept categorial variable? I am trying to use it on profit and revenues.
Thanks for any help given.
Hi @Genoa,
which Data role of the waterfall are you refering to?
(Image taken in VA 7.5)
Best
Markus
Hi @Genoa,
for the category you need category variables. @acordes already showed, what you could do.
Best
Markus
Look at the structure, it's quite straightforward.
If you want to visualize revenue vs profit as a waterfall chart, you could convert revenue into categorical variable after binning it.
so
Step1: binned_revenue=round(revenue, 100000)
Step2 binned_revenue_cat=format(binned_revenue, best12.)
Step3: Use binned_revenue_cat as categorical variable
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.
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.