Forum Discussion
Line Chart showing gaps where blank data
Hi,
I have a line chart whereby I have gaps in the line where the value on my x-axis is blank.
I'm assuming that I can get around this by amending my current logic, or maybe I can make a change on the line chart, but not really sure how to do this. Any idea please?
I have added my logic below on the off chance a change there is needed to get this to work?
Anonymous
To Avoid Blanks in chart , just removing that particular item from chart may help
IF(ISBLANK(Measure),BLANK(),Measure)
Try using this may help you get rid of the blanks in Line!
2 Replies
- VijayPCommunity Champion
Anonymous
To Avoid Blanks in chart , just removing that particular item from chart may help
IF(ISBLANK(Measure),BLANK(),Measure)
Try using this may help you get rid of the blanks in Line!
- v-henryk-mstfCommunity Support
Hi Anonymous ,
Whether the advice given by VijayP has solved your confusion, if the problem has been solved you can mark the reply for the standard answer to help the other members find it more quickly.
If not, please point it out. Looking forward to your feedback.
Best Regards,
Henry