$indicator->bullet = If?
Posted: 2022-09-01 14:37
Hi Jan,
Is it possible to use IF the define bullet color based on $indicator->value?
Something like:
Thanks
Is it possible to use IF the define bullet color based on $indicator->value?
Something like:
Code: Select all
$indicator->bullet = if( $indicator->value > 5, "red, "green");