I searched the archives but evidently used the wrong criteria. I'm trying to make the group tree more useful. The group name is numeric {cngroup} and right now all the user sees is
1
2
3
4
etc. but there are responsible individuals assigned to each group and I would like the tree to show
1 Mary Brown
2 George Smith
3 Jim Jensen
4 Carol Green
My current version is
totext({cngroup},"#")+" "+{@name}). I've tried many other versions, all with the same result - the numeric portion then sorts
1,10,11,12,13,14,15,16,17,18,19,2,20,21 etc.
How can I get it to sort the way we need?
1
2
3
4
etc. but there are responsible individuals assigned to each group and I would like the tree to show
1 Mary Brown
2 George Smith
3 Jim Jensen
4 Carol Green
My current version is
totext({cngroup},"#")+" "+{@name}). I've tried many other versions, all with the same result - the numeric portion then sorts
1,10,11,12,13,14,15,16,17,18,19,2,20,21 etc.
How can I get it to sort the way we need?