Is there a way to edit the X axis? Null keeps showing up and I do not want to display that information. I tried editing my data and I can't figure out a way to remove it.
@lynnaberry I found the problem.
First, when you Unioned your Data, you actually unioned to a Null Record.
But that's ok. If you don't want to include this value on the chart, just adjust the X axis on the Config Chart menu to show a custom Display Range. You can set up the Min to 1, so you exclude the Null value of it.
I hope this can be a suitable solution for you.
Cheers,
Hi @lynnaberry!
Did you try to filter the Null values before using the Interactive Chart Tool?
Maybe that'd be the easiest way to go.
Yes, I have tried that, but it still shows up.