Posted on 16th September 2024|1268 views
How we can build formulas through "Case" Function?
Posted on 16th September 2024| views
Formula Field can be built through the case function in the following way:
CASE(TEXT(Status_Code_a),
'00', 'A',
'01', 'B',
'02', 'C',
)