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
NElliott
12/20/2023, 4:23 PM
Where?
j
Jesper M
12/20/2023, 4:36 PM
It’s a field on a custom record
m
Marc
12/20/2023, 5:49 PM
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