on 2016 Sep 26 9:49 AM
Hi experts,
In my table it is showing the percentages under "OK" column, As per my requirement I need to validate the employee percentage.
As per my understanding need to use the expression binding we can handle this instead of formatter calling, Anyone of you please help on expression binding Syntax while using percentage ("%");
Expression Binding
{OK} is the filed its having the Percentages of employee. Please find the below screen snap for your reference.
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sai,
I need your help, instead of using the value state along with expression binding, I need to use our own custom css .
Help me on this , how can i add the custom css to formatters.
My requirement is instead of standard value state : "success" , "Error " , "warning" messages . Need to show the custom colors.
@Thanks in advance,
Regards,
Sravya
Hi Sravya,
follow below code. It may be helpful to you
| <ObjectNumber number= "{OK}" state = "{= ${OK} > 90 ? 'Error': 'Success'}"/> |
regards
Padma
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.