0
how to sort the list of attached files of a record ?
I try :
sort(concat(files(this)))
but it seems it is wrong ;-(
1 reply
-
The solution is no longer, just in a different order:
concat(sort(files(this)))
Content aside
- 4 yrs agoLast active
- 1Replies
- 635Views