Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Choosing value list option in a function


This topic is 7825 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi,

I can not remember for the life of me what is the function to choose a specific value list entry. For example, I have long entries, and don't feel like typing the whole entry in calculation field:

MyValueList entries:

1. This one is pretty long

2. This one is even longer

SomeField is formatted for the above value List.

CalcField:

Case(SomeField(Function(MyValueList, 1), do something,

Function(MyValueList, 2), do something else,...blah blah.

I think I remember there's a function like that, but can't recall which one:)

Thanks in advance

Posted

I think you refer to something like:

Case (PatternCount (ValueListItems (dbname, valuelist), "My first valuelist entry") > 0 , "My first result, .............

Regards,

Ernst

This topic is 7825 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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