Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a stacked bar chart with several expressions. I would like to show the expression label inside the bar chart along with the value. I've tried using dual but it only works on the legend and not what's actually displayed in the bar chart. Please help.
I want the yellow portion of the bar chart to say CPOE: value and the red to say Mpage: value.
=dual('CPOE: ' & sum(aggr(num(if(PRIMARY_ASSIGNEE=CPOE_RESOURCE, sum(distinct SUB_BUILD_NP_ACT_CPOE),0)),DEFECT_ID,PRIMARY_ASSIGNEE)),sum(aggr(num(if(PRIMARY_ASSIGNEE=CPOE_RESOURCE, sum(distinct SUB_BUILD_NP_ACT_CPOE),0)),DEFECT_ID,PRIMARY_ASSIGNEE)))
Check out the following Community Post, believe it should help:
Regards,
Brett
That is the approach I tried above and it changed the label in the legend but not within the bar.
@Gysbert_Wassenaar Reaching out to the guy that put things on that track to see if he can have a look at it directly for you... You may want to post a sample QVW if you can, that may help quite a bit on this one.
Cheers,
Brett