Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
mhmmd_srf
Creator II
Creator II

Bar Chart Req.

Hi All,

I have a bar chart like below:

I need 3 things.

1. Legend should be under X axis.

2. The Value of Y axis should be like 4M,2M instead of 400,000,000.

3. The percentages share should be on Bar.

Please help.

Thanks,

Sarif

10 Replies
hector_munoz
Specialist
Specialist

Anil,

Consider that you need 2 different "things" with a unique expression in your chart:

  • A column and blocks length in Y axis, and
  • A percentage measure inside each block

We use Dual() function as it allows to represent one metric (Sales) and have the values of another (Share)

Regards,

H