Hello,
Can we align a number with some ‘text(char) ‘ using BEx formula/text/exit variable?
Say in the below expression, if the default query output for “Good” =1,”Bad” =2, “Increase”=3 and “Decrease”=4, then can I make the query display “1” as ‘Good’ and ‘2’ as…..?
Any thoughts on how we can achieve this? I’d like to interpret the following expression in the BEx query designer using a BEx formula/text/exit variable.
=IF(OR(A<>"",B<>""),"Good",
IF(OR(C<>"",D<>""),"Bad",
IF(AND(E<>"",F<>"",F>=E),"Increase", "Decrease")))
The IF and Boolean is a no-brainer but ‘text’ conversion seem challenging or impossible(?)
Any kinda help is greatly appreciated!
Regards,
Dilip