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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Graph in Qlikview

Hello;

I would like to present this information in a chart e.g a bar graph showing minimum, maximum and average LoadingDuration for a carrier name.

     

What is the best graph to use? And what will be my dimensions and expressions?

1 Solution

Accepted Solutions
Mark_Little
Luminary
Luminary

HI,

Well if you want to to just see the above, then a bar chart will be fine

Dimension Carrier Name

Expressions Min(LoadingDuration), Max(LoadingDuration), Avg(LoadingDuration)

If you want to see it over time add a dimension for Date if you have a calendar or floor one of the First pick dates.

Mark

View solution in original post

2 Replies
Mark_Little
Luminary
Luminary

HI,

Well if you want to to just see the above, then a bar chart will be fine

Dimension Carrier Name

Expressions Min(LoadingDuration), Max(LoadingDuration), Avg(LoadingDuration)

If you want to see it over time add a dimension for Date if you have a calendar or floor one of the First pick dates.

Mark

Not applicable
Author

Thanks Mark! Just that my average appears as 0.10532407. How do l fix that?

attachment.PNG