What can we help you with?

e.g. Getting Started, Build Dashboards

1 comment

  • Avatar
    Lauren Mitchell

    CASE WHEN Charger Status = Online 
    then CONCAT(<i class="fa fa-solid fa-square fa-lg" style="color:green"></i>, "  Online") 
    ELSE CONCAT(<i class="fa fa-solid fa-square fa-lg" style="color:grey"></i>, "  Offline")
    END

    0
    Comment actions Permalink

Please sign in to leave a comment.