Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Symbols as Grouped in Combo Chart

Hi,

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.

Thanks,

Jyotsna

1 Reply
sunny_talwar

I guess 2 dimensions and 2 expressions are not possible. May be combine the two dimensions into one

Capture.PNG