on 2016 Jul 20 2:38 PM
Hi,
I have used conditional *REC statements like *REC(EXPRESSION=(%VALUE%<) ? c:d) before. My question is, can I use = or <> instead of < or >?
Thanks,
Arnold
Request clarification before answering.
In BPC 10 you can use
(%VALUE%==a) ? c : d
<> is not supported but "==" is enough
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If I remember correctly the note was: http://service.sap.com/sap/support/notes/1745948
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 6 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.