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

Value List Value verus Display


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

Recommended Posts

  • Newbies
Posted

Hi, I'm wondering if there's a way to have a value list and for the display of items in the list show one thing (for example: 25%, 50%, 75%) and then separately set the stored content that the user doesn't see (for example: 1.25, 1.50, 1.75) - as you can see I need to do calculations on a percentage

Think of it as an HTML <select> list, in which you can independently set the label and the content. Is this possible in FM 5?

Thanks...

Posted

You can use a calculated field, ScaleFactor, based on the Percentage field such as:

ScaleFactor = 1 + (NumToText(Substitute(Percentage,"%","")) / 100)

and just use ScaleFactor in your subsequent calculations

This topic is 8699 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.