Question
When there is NULL data the marks in the Line chart are disconnected and displayed as dots. How can I connect them and show as the line chart without filtering the data?
When there is NULL data the marks in the Line chart are disconnected and displayed as dots. How can I connect them and show as the line chart without filtering the data?
if isnull(SUM([points]))=false then index() END