Create business logic for field calculations without needing to write custom code. You can select calculated field and create the formula that is automatically updated based on calculation you provide.
Create business logic for field calculations without needing to write custom code. You can select calculated field and create the formula that is automatically updated based on calculation you provide.
2 years ago
Hi yes, it is possible. For this there's an option in dropdown "Diff Month" in which two date parameters are passed and it returns the difference of the months. Like diff_month(datetoday, datenew) diff_month(01/01/2022, 03/02/2022) then it will return 2 months.
Thankyou