Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How possible can I highlight the cell color to yellow when they are selected as per the following snapshot?
Heok
Hi Heok
you can you background color for each dim field in dimensions tab
like
if (yourfield = 'value', yellow())
best regards
chris
Hi Heok
you can you background color for each dim field in dimensions tab
like
if (yourfield = 'value', yellow())
best regards
chris
Thanks Chris!