Hi,
is it possible to conditionally format headers in crosstab (dynamic)?
We have a crosstab, in rows there are accomodation units, in columns there are days. In value is the information, if that unit is empty or occupied.
In the header is number of week and another information (e.g. name of action in this week), we need to have some background color when this value is empty and another color when this value is filled.
But this header value title is @action_name, it can't be used in expression. Gettext() does not work, it's only for columns (this is text).
We need something like this:
if(IsNull(@action_name), rgb(255,0,0), rgb(0,255,0)) - but it does not work...
Anybody can help?
Thank You... Jan
(Appeon Powerbuilder 2017R3)