Would you please advise how to show Null counts in Line Chart, in case Null data included in Color field? The attached line chart on the right-bottom, with the sales sub channel of color field, cannot capture Null data & it’s category. A field in Color (e.g. sales_sub_channel here) is not supporting Null data ?
In short, 720 includes appx.600 of Null (in terms of sales_sub_channel) in top tables, but no line presented in right-bottom line chart.
Hi Duncan,
Thanks for your advice. However, it doensn’t works. If I remove the sales_sub_channel from the color window, total counts seems to capture all Null counts as shown. In this sense, I presume the color window has issue to handle this.
One option could be to create a calculated field that tests for NULLs and changes them to a fixed value (string) such as “null_channel”, I did the following:
Create a calculated field handledNulls_sub_sales_channel as follows