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: 
dianayarihuaman
Contributor
Contributor

qlik sense graphic , hiding values in axis x

Hi , everyone ,

i have a problem with this graphic , i created this expression : "if(GetSelectedCount(fecha_carga)>0,Avg(costo_combustible),Avg({<fecha={">=$(=date(Max(fecha)-6))"}>}costo_combustible))" but i dont wan´t to show these first days  also if i dont put include values zero worked , but i need the data show zero values.

qliksense.JPG

Labels (4)
1 Reply
G3S
Creator III
Creator III

if it is a particular date you want to start the chart from, then try limiting the x axis expression. with an if statement.

if( x axis expression >= preferred date, x axis expression )