Question
IN
Last activity: 12 Aug 2024 3:01 EDT
Leap Year
I have a field where a user can enter a year and I want to calculate if it is a Leap year or not using data transform when I am trying to calculate it using Year%4 == 0 data transform is throwing an error saying cannot assign operators to a property how do I solve this
and can you tell me to check if the name field only contains alphabets I know we can use property level validate but I want to do it using edit validate can you tell me which function I should select and which regular expression I should use?
***Edited by Moderator Marije to add Capability tags***