Hello community!
I’d like to pick your brain about something that has been bothering me for the last hour. :) Does anyone have a solution for this?
User enters the date in the date picker field (AttDateTime) and hits TAB:
- if the value is 8 digits, then SET(AttDateTime) = CONCAT(using values from AttDateTime)
- if the value is 6 digits, then SET(AttDateTime) = CONCAT(using values from AttDateTime)
- else do nothing
I can't seem to find a way to do that. Is it even possible?
Thank you,
Martin