Hi! I want to create a field where you select year...
# general
j
Hi! I want to create a field where you select year and month, not a complete date. I’d prefer not to use a custom list for it. Any ideas?
n
Where?
j
It’s a field on a custom record
m
Create a date field like trandate Create another custom field with formula like To_char({trandate},’׳YYYY/MM’) It’s not a list but without custom list it’s not easy