Skip to main content

 I have a simple chart with a bar type for the left axis (number of cases), and a line type on the right axis for the process TPT. The thing is, my left axis goes up to 40k whilst I have a maximum of 5k cases. In other words, one of my axis is not self-adjusting correctly. I wanted to avoid using domain. This has happened before and only after edits, seems almost like a bug. Any thoughts?

 

Hi Ricardo,

 

As I understand you want to adjust one of your axes. Since the chart is picking on the data provided, check to make sure there are no NULL values in the calculated field. You can try to use the following as a filter on the component : FILTER TABLE.COLUMN IS NOT NULL; where table.column is the axis that is not self adjusting.

 

Please let me know if this works!

 

Best,

Riddhi


Reply