Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Value List Sorted from Calculated field???

Featured Replies

I've created a value list from a calculated field using the following formula which produces the string showing the JobNumAssignConc at the front. How can I make it sort alphabetically, like other value lists do?

Case ( StatusDue != "99 Closed" ; JobNumAssignConc & " " & ClientName & " " & JobTitle)

Help please from anyone in the know! smile.gif

I think I've guessed what you requirement is. As it is now is the sortorder dictated by the string starting with JobNumAssignConc ...and then later ClientName if too many JobNumAssignConc are equal. But you wish to keep a ClientName based sortorder??

You need to split the Case-calc' in two, and then define the valuelist on:

Case ( StatusDue != "99 Closed" ; JobNumAssignConc)

...and then use the option "Also display values from second field" and here should you use the second half of the split:

Case ( StatusDue != "99 Closed" ; ClientName & " " & JobTitle)

Now here come the crutial thing - There is two radio buttons below ...guess which one to use???

--sd

Enclose the formula in an Evaluate function and index that.

Enclose the formula in an Evaluate function and index that.
This is new to me, would a popup build at all sans sorting order if no indexing is posible - I thought the list wouldn't be generated in the first place?: It's obvious to me that if you put inside a Evaluate( the indexing could work ...but the thread initiator stated that the list was there all right, but unsorted....

--sd

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.