I have a an object on a sheet, the colour of this object background is transparent.
but when maximizing the object it doesnt make sense to have it transparent... how could I keep the object transparent but when Maximizing it make the background white.
Something like If('Maximized'), RGB(255,255,255), 'Selected Color'
Is it possible to do something like that in the colour expression of the background and what would the expression be?