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: 
MK_QSL
MVP
MVP

Bar Chart X Axis Values

Please check enclosed file showing Trellis Bar Chart.

What I want is to show Bar Chart X - Axis Timing as 10:00, 11:00, 12:00 without changing the size of bar chart.

The Bar corresponding to 10:15, 10:30, 10:45 etc should be there but only bar chart should not show the name.

Hope my requirement is clear...

10 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Treseco is on the right track, but I would use a calculated Dim like:

=dual(if(Minute(Time)=0, Time, ''), Time)

That will display blank on the axis unless it's the top of the hour.

-Rob

http://masterssummit.com

http://robwunderlich.com