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

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

Recommended Posts

Posted

Hi,

Can anyone help me how to solve this ?

I have a 2 drop down list field on my portal with two values in each field .  Is it possible When I select the first or the second values from the first field it will change the second field values based on the value of second field using the conditional formating Formula...?

e.g field(1) have two values from Drop-down List (Pass) and (failed)
    field(2) have two values from Drop-down List (Good) and (Bad)

If I select (Pass) it will change the second field values to (Good) automaticly and commet the record

Or if I select (failed) it will change the second field values to (Bad)

Ahmed


 

Posted

Nippon,

If there is only one choice in field(2), then you are creating an unnecessary field, and do not need a conditional value list.

Can you describe your use case using your real situation rather than abstract terms? How many choices are in field1 (use actual field name please)? 

Posted (edited)

Make Field 2 of a Calculation Type with the next formula:

If ( Field1 = "Pass" ; "Good" ; "Bad" )

 

Edited by Pavlk

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