I have a simple line graph with DATE on the X-Axis and PRODUCT on the Y-AXIS.
I have created a Parameter that gives the user ability to choose which PRODUCT to display on the line graph. However, I would like the user to be able to see more then one product on the graph, not just one. I would like them to be able to see multiple products on the same graph if they desire.
Right now there is only one line graph, even if they select multiple products. I would like them to all be displayed separately.
How would I do this?
Thanks!