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: 
bonaiti
Contributor II
Contributor II

gant chart problem from 8.2 to 9.0 SR3

Hello. I'm a Problem with a file with a Gant chart. I open the file with QV 8.2 and it works. I see the bars in the graph with the axes (Item Key and hour).

I open the same file with the QV 9.0 SR3 and i see the axes with the item and year. I don't see the hours. Why? Thank's.

I attach an image to explain.

Roberto Rigamonti

1 Solution

Accepted Solutions
kji
Employee
Employee

The problem seems to be that for a very limited range of values compared to their absolute values there is logic to adjust the min/max values.

You can work around this problem by setting

Static Min = Min(Inizio)-0.1

Static Max = max(Fine)+0.1

for the expression on the Axis tab.

View solution in original post

3 Replies
bonaiti
Contributor II
Contributor II
Author

I attach the file qvw.

kji
Employee
Employee

The problem seems to be that for a very limited range of values compared to their absolute values there is logic to adjust the min/max values.

You can work around this problem by setting

Static Min = Min(Inizio)-0.1

Static Max = max(Fine)+0.1

for the expression on the Axis tab.

bonaiti
Contributor II
Contributor II
Author

Big Smile It's OK!!!

You are the best!!!!