Hi, I am trying to create a formula in knack using the right formula, but it doesn’t seem to work. I’m concatenating a few leading 0’s, then taking the last 4 digits. The formula is only picking the right most character instead of the last 4, and then leaving the closing brace on for some reason. Any help is appreciated, what am I doing wrong here?
My formula is:
ABC-formatDate({Date & Time of Incident}, YYYY)-right(0000{Case Number},4)
returns:
ABC-2022-2}
I expected it to return:
ABC-2022-0002