Hi Pawan,
you can harcode the hex codes of the colors that you want to the spreadsheet.
The moment you select the plant then the background of the chart will be changed.
Regards,
Amit
Hi Pawan Kumar,
Firstly, you should use an component and put them as background of dashboard. For instance, I used an BACKGROUND component.
Secondly, you should put all components above/in front of BACKGROUND component and specify no background for their components.
Thirdly. you should prepare Source and Destination as below exhibit picture. Color of BACKGROUND component is pointed to "C6" cell (this is destination value of combo-box) based on correspondingly selected Plant from combo-box.
Hopefully, it is useful for you
Thanks
Hung
Message was edited by: Hung Pham
In the cell A1 you can have the hex code of the color that you want.
So if you want to dynamically change it then you have get the hex codes of the colors and map them to a combobox and depending on your selection you can get the color changed.
Add a comment