Hi! I’m trying to get relative user age from entered birthdate. It’s not so easy, so i created one column with relative date between now and birthdate in mini format, then i created yet another column to replace “yr” with empty string (some kinda strcut or trim).
Now i got “25” from DD-MM-YYYY format, BUT this is not a number, so i can’t create IF column like “IF AGE > 18 THEN” because IF-type-column shows this options (e,gt,lt,etc) only for Number format columns.
How could i get Number-type column, contains age from date-time birthday?