Change Template background colour by sql in vision

i have created template and multi instances of component,i want to change the background color of template for particular specific users(using MySQL database) in vision.
i took a Dropdown component and added users from database. i want to change the background color while selecting specific user.

The dropdown selection triggers a sql query that retrieves the desired background color?

no, what i am doing is.... I have one template and created its multi instances, i wants to change the background color of template which reflect in various instances taken in another screen.i have a database table which include some data having some null values. i took the dropdown and bind with sql query results data in dropdown. now i want to select the data in list of dropdown which having null values which will give the result to change background color of particular that instance which having null value.

I'm sorry, but...

Let's try to clarify:
What I understand so far:

  • you have a dropdown
  • some of its values are null
  • the background's color need to change

What I'm guessing:

  • the color of the background should change if a null value is selected ?

yes

This is not difficult. In your property editor for your template's background color, click the binding icon:

Select "Property" for the binding and then tie it to your dropdown's "Selected Value" property:
image

Finally, set up whatever colors you want in the Number-to-Color-Translation area, and use the "Low Fallback Color" for the color you want displayed when the value is null:
image

i don't see any dropdown option in binding, may be due to my dropdown is in another screen.then how to do this?

Where does the dropdown you spoke of live relative to your template? What is its name?