Hello all,
I am trying to replicate a table from SSRS to EB table widget.
In SSRS I could configure so that each record would only highlight the cell that had an amount greater than 0, any other cell for that record that had a 0 would be lightly greyed out.
This was done to ease the user to not strain their eyes looking through many records, many columns trying to find the row and cell with data.
I am not being able to find something similar in EB on the widget, is there something that can be done via Arcade or anything else?
Thanks all.
It's not possible to add styling in the table widget, but you can do it in the list widget using dynamic style, which leverages arcade expressions.
If you're keen on displaying tabular data, you may only be able to show a filtered subset of data that meets a predefined SQL expression - however it's not styling so I don't think it works in your case.
Thanks and sorry to hear that.
Arcade expression will also be supported in future releases, but I don't have a timeline for this at the moment.