Hi!
I need help on what criteria should I put in order for my query to display records where Within(fieldnam e of the calculated field) = Yes (it's a Yes/No format)
This is my calculated field expression:
I only want to see records with the "Yes" or "-1" value :)
I need help on what criteria should I put in order for my query to display records where Within(fieldnam e of the calculated field) = Yes (it's a Yes/No format)
This is my calculated field expression:
Code:
Within: IIf((Workdays([UC_Create_Date],[Date_Received])-1)<=7,-1,0)
Comment