I would like to enter a column in a table where the data should look like a year and a quarter end. For example, I would like to see 2018 Q1 or 2018 Q2...etc. Or I am okay with using actual months but then it must only be quarter end dates (3, 6, 9, 12).
1) Is it best to use a date/time or short text data type?
2) what is the best way to restrict entry so that any (current or future) year can be entered, but restrict the dates to either quarter end (so, 3/31, 6/30, 9/30 or 12/31) or Q1, Q2, Q3 Q4?
Right now I am using short text with an input mask = "201"0" Q"0. However this would allow the input of any number after Q, and it should really only allow 1, 2 3 or 4. When I try to input a validation rule here I have tried #### Q1 or #### Q2 or #### Q3 or #### Q4. I get an error message "The expression you entered has an invalid date value" even though I am using short text and not the date/time data type.
Thank you!
1) Is it best to use a date/time or short text data type?
2) what is the best way to restrict entry so that any (current or future) year can be entered, but restrict the dates to either quarter end (so, 3/31, 6/30, 9/30 or 12/31) or Q1, Q2, Q3 Q4?
Right now I am using short text with an input mask = "201"0" Q"0. However this would allow the input of any number after Q, and it should really only allow 1, 2 3 or 4. When I try to input a validation rule here I have tried #### Q1 or #### Q2 or #### Q3 or #### Q4. I get an error message "The expression you entered has an invalid date value" even though I am using short text and not the date/time data type.
Thank you!