option for how to handle null values in chartview

  1. 5 years ago

    daninutero

    4 Mar 2019 User since 2019

    Currently null values in source datasets are treated as zeroes in chartview, which is pretty unfortunate for my current application. It would be great if we had the option for chartview to ignore null values and only plot non-nulls.

  2. andrea

    4 Mar 2019 Administrator User since 2016

    @daninutero,
    you could use a custom DataSet to programmatically filter out null values from your original dataset (if you can't edit the source of the original dataset).

or Sign Up to reply!