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 |