I have a table transform that colours cells yellow or red based on DATEDIFF
WHEN DATEDIFF(day, "today", 'Date Planned for Refresh') <= 2 THEN "red"
WHEN DATEDIFF(day, "today", 'Date Planned for Refresh') > 2 AND DATEDIFF(day, "today", 'Date Planned for Refresh') <= 8 THEN "yellow"
ELSE "#FFFFFF"
However, when using dark mode the colours are inverted making it hard to read and it no longer matches the key I've added above the table. Is there a way to make the cell colours act the same way as the 'note' macros, remaining yellow/red?
LIGHT
DARK
Hi @Adam Pearson ,
The Table Filter, Charts & Spreadsheets for Confluence app that provides the Table Transformer macro is our add-on.
Unfortunately, the dark mode is not fully supported currently but we are working on it. I've attached this question to our internal roadmap: once the feature is released, we'll get back here and notify you.
Hi Adam - Welcome to the Atlassian Community!
You should probably go ahead and open a support ticket with Atlassian for their guidance/feedback.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.