Hello, I am working with SAS Visual Analytics 7.4. I would like to know is it possible to let user to define the variables to show in a graph? I have seen solutions where parameters were used to display one measure but I want user to define the measures to be displayed. Originally my data is like the example below. I have an ID variable, three measures and a categorical variable indicating time of measurement. I would like present these result ideally in a trellis plot where each subject would be displayed in a separate graph, but VA doesn't support this. On the X-axis I have the Time variable, on the Y-axis I would have the measurements chosen by the user. User would be able to select A, B and C or A and C or only B etc. from List object. Is this possible to implement with a line graph? ID | A | B | C | Time ---+---+----+--+------- A1 | 2 | 4 | 5 | After A1 | 7 | 3 | 8 | Before B4 | 1 | 4 | 5 | After B4 | 5 | 3 | 8 | Before C3 | 2 | 4 | 5 | After C3 | 2 | 2 | 8 | Before Don't hesitate to ask more info if needed.
... View more