Forum Discussion

michellmadeira's avatar
michellmadeira
Frequent Visitor
10 years ago
Solved

Missing Date Points

Guys, I'm from Brazil, and I have this report, and this shows me Sells by Date and Payment Method:   https://www.dropbox.com/s/mx8dxkusdztvd2m/REPORT.png?dl=0 To the left, some date fil...
  • Greg_Deckler's avatar
    10 years ago

    Would need sample data and your relationships and your formulas to really help you. What I can say is that whatever formula that you are using to calculate your sales or whatever, you should be able to wrap in an IF statement with an ISBLANK or something and return a "0" or something for that day so that it has some value for that day. Another trick is to add a column with the formula:

     

    Column = 1

    Just include that column in some way in your visualizations and now everything has a value so they do not get filtered out.

     

    Again, these are general suggestions, I can't really give you specifics with the information that you have included.