Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have to concatenate several records in one field using the concat() function. Yet concat works somehow randomly and concatenate the records not sorted but randomly. Here is the code:
You need only to specify the third (numeric) parameter of:
concat(Field/Expression, Delimiter, Sort)
You need only to specify the third (numeric) parameter of:
concat(Field/Expression, Delimiter, Sort)
thanks! I apologize... one should read the help files