Using color as parameter

Dear community,

I have a question about colors on Dundas,
I have some users who want the colors of the buttons/headlines (Text box) to change by their primary color - I have a table of each user and his primary color.

Can it be done on Dundas BI?
I thought maybe to do it via scripting or there is another way?
I’m attaching the headlines and buttons iu want to change when my client are visiting the ddashboard.
image

Thanks in advance,
Aviv

Hi @aviv ,

For something like this you will have to apply a script. While the data label is a control that can pull data and display it, it will not understand the concept of receiving a colour. You could certainly pull in an ARGB/HEX value as text, read it, and then apply it via script but the binding will simply not do it for you.