Someone who can help me, please. To sort list's values in a string with @formulas

Hi all,

I’ve been trying to do this for a while now and could use a little help. I

have a field with multiple values,and another one which is a String. What I’m trying to do, is giving values one by one, to first field

through an action. I select these values,from a view through a DBLookup.

I insert values And I want to sort those values in the second field which is string.

I want to order values,according to a priority, that may be:“0”;“1”;or “2”.

The result must be an ordered list,where the first value will have the value

2>1>0(later I’ll change it in a string). I really have problems inserting values that haven’t a hightest or lowest priority,I say, values with priority “2”, because, user can introduce them like he wants,not in a sorted way.

Well, I think, I haven’t given a good explanation, but…

Any idea or hint would be really appreciate.

The code is down.Trying to order values in string without much success.I

don’t find the correct logarithm.

Thanks, Mary

Subject: Someone who can help me, please. To sort list’s values in a string with @formulas

Have you tried @Sort(yourvalue;[DESCENDING] or [ASCENDING])

Regards

Dan

Subject: RE: Someone who can help me, please. To sort list’s values in a string with @formulas

That’s great. Thanks a lot Dan…have a good day!