Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAMy solution!
Cheers!
NJ
Version 2 with the new data sets:
Part 1:
regex_replace([Field1],'^0*','')
Part 2:
regex_replace(
regex_replace([Field1],'^0*',''),
'[^\d]',
''
)
Part 3:
regex_replace(
[ID], 'ID$', ''
)
Part 4:
if Length([Safety Code]) <= 6 then
'SC' + [Safety Code]
else
left([Safety Code], 8)
endif
Here's my solution round 2:
Good practice. I only needed one formula tool for each question.
For all of the new ones that wonder how come there isn't more solutions, or why some of the old solutions seems differently, then it is because all submitted solutions that contained data, was removed from this challenge due to technical reasons.
But all though I have previously made this one before, it actually was a fresh re-take of this "old" challenge.
So instead of "just" resubmitting my old solution, I made this one again, and I can see, that I have learned a lot just in that brief time since I last did it - thanks to the team behind the weekly challenges
Still Climbing
/Thomas