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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikwiz123
Creator III
Creator III

Plot values on a graph

I have a Value Field. I need to plot Min(Value) and Max(Value) across the range over Company in the below way. The yellow points are Minimum and Red data points represent Maximum. How do I achieve this in QlikView?

Capture.JPG

 

 

 

1 Solution

Accepted Solutions
zhadrakas
Specialist II
Specialist II

Hello,

1) Create a Combo chart

2) Dimension Company

3) Expressions

   3.1) max(Value)

           + Background Color = red() (see screenshot)

bg_color.png

           + Display as Symbol -> Dots

dots.png

   3.2) min(Value)

         + Background Color = yellow() (see screenshot)

         +  Display as Symbol -> Dots

4) Increase Size of Points in Presentation Tab

there you go. Should look like this:

sample.png

regards

tim

View solution in original post

1 Reply
zhadrakas
Specialist II
Specialist II

Hello,

1) Create a Combo chart

2) Dimension Company

3) Expressions

   3.1) max(Value)

           + Background Color = red() (see screenshot)

bg_color.png

           + Display as Symbol -> Dots

dots.png

   3.2) min(Value)

         + Background Color = yellow() (see screenshot)

         +  Display as Symbol -> Dots

4) Increase Size of Points in Presentation Tab

there you go. Should look like this:

sample.png

regards

tim