Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Aryasmank
Contributor III
Contributor III

How to show value with comparatively large difference in bar chart.

Hi all,

I have data having a large difference between the two values. 

Measure used:   Dual(replace(replace(replace(INTERVAL(max(End_Date)-Created, 'D@ hh# mm&'), '@', ' Days '), '#', ' Hours '), '&' ,' Minutes '), INTERVAL(max(End_Date)-Created, 'D@ hh# mm&'))

 

basically I'm taking the time difference between two timestamps and as per requirement, I'm converting them to  ##Days ## Hours  ##Minutes format.

In this case, there is a large difference between Process 7 and the other Processes.

Aryasmank_0-1672845235004.png

Please suggest a solution to this.

Thanks,

Mayank

 

Labels (2)
1 Reply
Or
MVP
MVP

Set a maximum (static or using a formula) rather than using the automatic range. In the below, C is 100,000:

Or_0-1672845570356.png