‎2013 Jul 25 1:51 PM
Hi Experts,
Need to get negative value in brackets in Smartform, Without concatenating '(' &lv_value& ')'. Is there any functionality available in Smartform.
Kindly advice.
Thanks and Regards,
Anand Kumar N
‎2013 Jul 26 10:03 AM
Hi Anand,
I don't think there is any such functionality available to add the brackets for -ve value.
You have to make use of concatenation only.
Regards,
Santanu.
‎2013 Jul 26 10:03 AM
Hi Anand,
I don't think there is any such functionality available to add the brackets for -ve value.
You have to make use of concatenation only.
Regards,
Santanu.
‎2013 Jul 26 10:41 AM
Hi Santanu,
Thanks for your reply. I posted to find any functionality available.. Thanks..
Nice to see your reply in SDN..
‎2013 Jul 26 10:22 AM
Hi Anand,
I also think that there is no functionality for your scenario.
You can also do it by creating an alternative.
Give the condition: amount >= 0.
In true condition, create a text and give it as &amount&.
In false condition, create another text and give it as (&amount(S)&).
Thanks & Regards,
T. Prasanna Kumar
‎2013 Jul 27 8:08 AM
‎2013 Jul 26 11:04 AM
Anand,
Have two separate texts.
1) Text1- put the condition lv_value > 0 in the CONDITIONS tab and &lv_value& in
GENERAL ATTRIBUTES.
2) Text2- put the condition lv_value < 0 in the CONDITIONS tab and ( &lv_value& ) in GENERAL ATTRIBUTES.
Regards.
‎2013 Jul 26 11:08 AM
Hi Arun,
Thanks for your reply. I already following the same but just want to know any functionality avail without using (&lv_value&)
Thanks,
Anand