I'm trying to create a formula that would populate a field based on when an application was submitted. For example, if submitted between Aug 1 and Dec 1, then the field value would be 'Cycle 1'
I was thinking I could use a formula, but I', not getting it to work how I imagine...
CASE
WHEN [@field:Date_Created_in_Caspio] >= '01/08/2020' AND <= '01/12/2020'
THEN 'Cycle 1'
END
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
hmsmorgan
Hello--
I'm trying to create a formula that would populate a field based on when an application was submitted. For example, if submitted between Aug 1 and Dec 1, then the field value would be 'Cycle 1'
I was thinking I could use a formula, but I', not getting it to work how I imagine...
CASE
WHEN [@field:Date_Created_in_Caspio] >= '01/08/2020' AND <= '01/12/2020'
THEN 'Cycle 1'
END
Thanks for any help!
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.