Hello,
I have a graph with three series in it. Each serie shows data from a column. There are some months or all the months, depending on user selections, the data in one or all columns is 0. How do I make the graphs not to show data when it is 0? I tried to use IF in my calculated fields and put null if 0 and that worked but only worked when there's some data in the column, When the entire column had no data, an error "the column is not numeric" was thrown.
Is there a way that not show the data when it is 0 even the entire column is 0? I just don't want the graph drops all the way to the bottom when 0.
Thanks!
I have a graph with three series in it. Each serie shows data from a column. There are some months or all the months, depending on user selections, the data in one or all columns is 0. How do I make the graphs not to show data when it is 0? I tried to use IF in my calculated fields and put null if 0 and that worked but only worked when there's some data in the column, When the entire column had no data, an error "the column is not numeric" was thrown.
Is there a way that not show the data when it is 0 even the entire column is 0? I just don't want the graph drops all the way to the bottom when 0.
Thanks!