Hi!
I have inherited an application that has several scatter charts above each other. Now I'm trying to combine all the information to one chart.
In each chart is a dimension Customer_set and 2 expressions, Customer_results1 and Customer_results2
So first chart has dimension Customer_set1 and expressions C1_result1 and C1_result2.
Second chart has dimension Customer_set2 and expressions C2_result1 and C2_result2
and so on...
Is there way to combine these to one chart?
It would be easiest if I could tell QV that C2_result1 and C2_result2 uses Customer_set2 as dimension and C1_results uses Customer_set1 as dimension.
Thank You!