Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Aryasmank
Contributor III
Contributor III

Not able to compare the different bars in the Combo Chart

Hi All, 

I'm not able to compare the value of bars in the combo chart. The level of all three bars is similar.

Please suggest a feasible solution to this issue.

these are the measure I've used.

Bar 1: Dual(Replace(Replace(replace(Interval(Max(End_Date-Start_Date), 'D@ hh# mm&'), '@', ' Days'), '#', ' Hours'),'&',' Minutes'), Interval(Avg(End_Date-Start_Date), 'D@ hh#'))

Bar 1:Dual(Replace(Replace(replace(Interval(Avg(End_Date-Start_Date), 'D@ hh# mm&'), '@', ' Days'), '#', ' Hours'),'&',' Minutes'), Interval(Avg(End_Date-Start_Date), 'D@ hh#'))

Bar 1:Dual(Replace(Replace(replace(Interval(Min(End_Date-Start_Date), 'D@ hh# mm&'), '@', ' Days'), '#', ' Hours'),'&',' Minutes'), Interval(Avg(End_Date-Start_Date), 'D@ hh#'))

Basically, I'm comparing the maximum, average, and minimum time difference between two dates, and as per requirement, I'm converting them to  ##Days ## Hours  ##Minutes format.

Aryasmank_0-1672844812355.png

 

Thanks,

Mayank

 

Labels (2)
0 Replies