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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to design a gauge chart with margin & margin % as given below.

Expressions

Sum(Margin) for Margin

Sum(Margin)/Sum(Sales) for Margin %.

The attachment 1 shows the original solution but I don't have the properties of it.

Where as attachment 2 shows the chart I got. vinay_bangari

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

see the attached word document which will help you to solve the issue.

View solution in original post

6 Replies
Anonymous
Not applicable
Author

Hi Nithin,

In Expression tab of gauge chart properties give the

an expression - Sum(Margin)/Sum(Sales)


Number Tab:

select integer

and select show as percent checkbox


Presentation tab:

assign Min = 0

           Max = 100


Create 3 segments

Segment 1 = 0 //Colour Red

Segment 2 = 80 //Colour Amber

Segment 3 = 90 //Colour Green


For text give the expression for metrics you want to show.


Regards

Neetha





maxgro
MVP
MVP

like this?

1.png

Anonymous
Not applicable
Author

go to the properties of the chart select Min and Max as per your requirement, select the checkbox -show as percentage and then give the coloring in segments assigning each segment a particular color.

Bill_Britt
Former Employee
Former Employee

HI,

Here is an example. It is very basic.

Posters, it is a big help for people if you would take the time to create a sample for them to see. The information you have given is good, but it also helps for them to see what you are doing.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Anonymous
Not applicable
Author

see the attached word document which will help you to solve the issue.

Anonymous
Not applicable
Author

heere is the attachment