hi i am facing problem in displaying data in SAS VA. below is my data and my desired ouput:
DATA :
name fee_1 fee_2 fee_3 fee_4
Raju 200 300 150 350
Ram 230 500 460 700
Desired Output is SAS Visual Analytics : i want to display below on x-axis and y-axis of bar chart in SAS VA.
x-axis : categories as fee_1 fee_2 fee_3 fee_4
y-axis : sum of values fee_1 fee_2 fee_3 fee_4
i do not want to increase the number of rows of my data and want the desired result. problem is how to get the measure value as category for representation on SAS. Please help me 🙂