Martin,
What GREL would be used if I needed the numbering to always use the same amount/quantity of characters? In other words, if a Refine project has a few hundred thousand records, then the numbering would contain between 1 and 6 characters depending on the record and its respective count, e.g.-
1
10
100
1000
10000
100000
so if prefixing or suffixing the number to something else like a code and a time/date stamp, e.g.-
1-someCode-2014 or 1ABC1232014
you would be able to end up with the same number of characters(6 in this example) for each number on each row like this;
000001ABC1232014
100000ABC1232014
instead of(not like this);
1ABC1232014
10ABC1232014
100ABC1232014
1000ABC1232014
10000ABC1232014
100000ABC1232014
Thanks,
Eric