Forum Discussion

fc's avatar
fc
Contributor
7 hours ago

Update make dashboard table formatting dynamic from BR

Hi everyone, 

I currently have a dashboard that shows the following table:

the format of each field has been set in the SQL Table Editor settings, to allow the users to understand what fields can be updated.

Nevertheless, I would need to make sure that the format of certain columns changes depending on how the users populate the table. For example, if the user inputs "MANUAL" under the col TAG, I would like the field "New Target Account" to become yellow automatically upon saving. 

So far, I only managed to make the content of the other cells dynamic using this construct in the Dashboard Extender BR linked to the SQL Table Editor:

xfrow.ModifiedDataRow.Item("T_ACCOUNT_NEW")= "-----------------"

Is there something similar that allows to also change the formatting of the cells?

Thank you!

No RepliesBe the first to reply