Hi friends , HOW TO GENERATE RANDOMomly UNIQUEID with only 5 caracters instead of 8 caracteres given by default ??
Solved! Go to Solution.
Try:
LEFT(UNIQUEID(), 5)
or:
RIGHT(UNIQUEID(), 5)
works perfect , what in case to combine between โIDโ and โDATEโ that UNIQUEID/TODAY
Iโm afraid I donโt understand.
I use โconcatenateโ function to combine ID and DATE thank you Steve
Hello!
Try
LEFT([ID]&[DATE]), 5)
OR
RIGHT([ID]&[DATE]), 5)
User | Count |
---|---|
17 | |
14 | |
8 | |
7 | |
4 |