Advance formula with Labels
Hi, I have Unifier 23.3 version.
I have already read the documentation
https://docs.oracle.com/cd/F25628_01/English/User_Guides/udesigner/helpmain.htm?toc.htm?10295947.htm
I need to create a field that is a concatenate of 3 fields.
the 3 fields are
- PDMCommessaPianoL0 (Value: PIANO CAP, label: PIANO CAP)
- PDMCommessaPianoL1 (Value: 019, label: prova019)
- PDMCommessaPianoL2 (Value: ACQ MSTR PROGRAMMATA, label: ACQ MSTR PROGRAMMATA)
I can do it via
- FORMULA : PDMCommessaPianoL0(/)PDMCommessaPianoL1(/)PDMCommessaPianoL2
- ADVANCED FORUMLA: PDMCommessaPianoL0+ ('/')+PDMCommessaPianoL1+('/')+PDMCommessaPianoL2
The problem is in both cases I get the concatenation of the values and not of the labels.
I need to have a field in which there is the concatenation of 3 fields in which I see the values.