Return blank date
-
- Posts: 41
- Joined: Tue Oct 10, 2017 12:44 pm
Return blank date
How do I get an iif statement to return a blank date?____ex.____IIF(A1=True,{5/06/05},<Blank date>)____Thanks
=> RE: Return blank date
IIF(A1=True,{5/06/05},{ / / }) ____will work.____Kathleen__R&R Support
-
- Posts: 41
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Return blank date
I get an "invalid argument" error. ?
-
- Posts: 41
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Return blank date
I got it!____I was using a date field as the true value, and I needed to use "TODATE()"____Then it worked.____Thanks!