cancel
Showing results for 
Search instead for 
Did you mean: 

Formula question in PLD

Former Member
0 Kudos

Experts,

I have a scenario in PLD where I want certian fields to print when another field is a certian value.

I use the Formula in the PLD to get this done.

Scenario:

Field F_355 can be either 1,2,3,4.

If this F_355 is 1, then field F_358 needs to print. I could do this with the formula F_355=='1' that is linked to F_358.

If this F_355 is 2-4 then field F_370 needs to print. How will the formula look in this case?

F_355 does not equal 1?

Thanks,

Marli

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Marli,

Use F_355>'1'

Thanks,

Gordon

Former Member
0 Kudos

Gordon,

Thanks for answering so fast!

I wanted to make this scenario easier and said the values is 1,2,3,4. But they are names of persons: Jane, John, Andew and Susan. This list can increase in the future.

In this case how what will the formula be when you want to populate a field when the result is NOT Jane.

Thanks for your help.

Marli

Former Member
0 Kudos

Use F_355 != 'Jane'

Former Member
0 Kudos

Thanks, Gordon this worked.

Answers (0)