Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
The function
Year([my date]) will return a numeric value like 2018
Year([my date]) will return a numeric value like 2018
QuickBaseCoachD
8 years agoQrew Captain
well that exact formula would not work as a text formula field type
But this would
IF(
not IsNull([Program approved]), ToText(Year([Program approved])),
not IsNull([Program Rejected]), ToText(Year([Program Rejected]))
)
But this would
IF(
not IsNull([Program approved]), ToText(Year([Program approved])),
not IsNull([Program Rejected]), ToText(Year([Program Rejected]))
)