Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi there,
Can someone advise how I can rectify this statement please? If the agreement end date is in this year, then I want the custom column to display 'Active', otherwise 'Inactive'.
Solved! Go to Solution.
(pay attention to case sensitivity)
= if Date.IsInCurrentYear([Agreement End Date]) then "Active" else "Inactive
--Nate
(pay attention to case sensitivity)
= if Date.IsInCurrentYear([Agreement End Date]) then "Active" else "Inactive
--Nate
Thank you very much @Anonymous