I have a formula as follows:
if month({PayrollDeduct.gifteffdat}) =
Month(currentdate)then 'New Pledge'
this says that if the gifteffdate month equals the currentdate month then New Pledge. I want to expand this and say that if the year is this year, show new pledge pledge. The current formula only considers the month.
if month({PayrollDeduct.gifteffdat}) =
Month(currentdate)then 'New Pledge'
this says that if the gifteffdate month equals the currentdate month then New Pledge. I want to expand this and say that if the year is this year, show new pledge pledge. The current formula only considers the month.