- Posts: 15
- Thank you received: 0
ok ... I try to solve ... let you know if I solve the problem. Thank you for taking my call.
Please Log in or Create an account to join the conversation.
Hello the problem has been resolved.
I wanted to ask you this information. I need to assign a color to each item divreso. Is there a way?
Please Log in or Create an account to join the conversation.
As I told you before that I wanted when I looked owned (for example, that I could assign the string appears yellow. So as to understand that the alarm and 'was taken over to be worked on.
Can I make this change?
Please Log in or Create an account to join the conversation.
Hi,
you can use the same approach with a database view. To make this work you should concatenate for example a <span> tag around the value from the database. Of course you will have to check what is the value and append a suitable html according to the value, e.g. <span style="color:yellow">Owned</span>. You can check the values using CASE statement, and concatenate strings with CONCAT
Links to check:
docs.oracle.com/cd/B19306_01/appdev.102/...1/case_statement.htm
docs.oracle.com/cd/B19306_01/server.102/b14200/functions026.htm
The fourth example on this page is quite similar:
www.toolsjx.com/faq/3-how-to-create-a-da...use-it-with-tools-jx
Please Log in or Create an account to join the conversation.