SBSMedicalTech
Programmer
I am unsure how to tell my side by side bar chart to ignore a 01/01/1900 MonthYear value. I tried to create a fomula to ignore anything with a 01/01/1900, however when it layed out my graph it did not lay them out in the months I needed rather it passed a True and False value. How can I pass all dates but these to my chart?
Code:
Date({data.MonthYear}) <> Date(1900,1,1)