0

code: when select data that show a name

Any1 can help my  for code this ?

Have two field . "code" and "name"

possible when select a code  that show the apropriate name ? 

example :

2323 = AAA

3434 = BBB

5656 = CCC

now when from a selection select  3434 that show a field BBB

 

thankyou

1 reply

null
    • Support
    • 5 yrs ago
    • Reported - view

    Hi, 

    if I understand you right you should use a formula like this: 

     

    if code = 2323 then "AAA" 

    else 

    if code = 3434 then "BBB"

    eles

    if code ....

     

    If that does not help you, can you please explain you case a little bit more detailed (Field typs, tables, purposses)? Thank you very much. 

    Best, Jörg

Content aside

  • 5 yrs agoLast active
  • 1Replies
  • 1411Views