I have the following inline table with Category, SubCategory, Target and Actual
LOAD * INLINE [
Category, SubCategory, Target, Actual
A, AA, 100, 100
A, AB, 90, 80
B, BA, 80, 78
B, BB, 90, 90
B, BC, 100, 102
];
I have to build a combo chart as in the attached qvw.
However, the symbols doesn't align correspondingly with the Category, SubCategory groups like the bars.
Is there any way to control the Symbol display as grouped and not stacked(similar to the option for bars) or is there any other way of achieving the same result.