Hi community,
is it possible to set the foreground color for a percent graph in an IG conditional with passing variables to the settings ?
In the IG -SQL i have some
…
,case
when nvl(tvalue,0) = 0 then NULL
when(tvalue >= 90) then '#ff3b30'
when(tvalue >= 75) then '#ffcc00'
else
'#4cd964'
end as graphcolor
…
but i have no luck to pass the value in the foreground color settings…
I tried different expressions and values, nothing is working, only the options from the field.…any ideas?
i found no samples in the IG sample app or the ig cookbooks…
i am on apex 24.2.5
thanks in advance
dirk
