Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
In my script I have given below which give me error.
I am not sure why. Basically I want to check if given date month is previous month or current month.
If([Date_Field]= 'Closed','Blue',
If([Date_Field]= 'Cancelled','Brown',
If([Date_Field]= 'TBC','Green',
If([Date_Field]= '','Blank Date',
If((DATE(FLOOR(MonthStart(max([Date_Field]))),'MMM'))= (DATE(FLOOR(MonthStart(max(Today()))),'MMM')),'Amber',
If((DATE(FLOOR(MonthStart(max([Date_Field]))),'MMM'))> (DATE(FLOOR(MonthStart(max(Today()))),'MMM')),'Green',
If((DATE(FLOOR(MonthStart(max([Date_Field]))),'MMM'))< (DATE(FLOOR(MonthStart(max(Today()))),'MMM')),'Red'))))))) AS Flag,
Hi,
Thank you, But this also do not work. I am attaching the sample dates files.
Its not working. Basically I want to check if month of given dates by user is equal or less or greater than current month.
And also I have careful about year.
hmmn. check if my QVW will help