Defining background...
 
Notifications
Clear all

Defining background Color

4 Posts
4 Users
0 Reactions
1,044 Views
 GP7
(@gp7)
New Member
Joined: 1 year ago
Posts: 1
Topic starter  

Can anyone please help with a code I'm writing to change the background color of the Tyre temps?

 

if([TyreTemperatureFrontRight]<69, 'Blue') 
([TyreTemperatureFrontRight]>70&[TyreTemperatureFrontRight]<90, 'Green')
([TyreTemperatureFrontRight]>91&[TyreTemperatureFrontRight]>100, 'Orange')
([TyreTemperatureFrontRight]>101, 'Red')

Thanks

 


   
Quote
(@botmeister)
Eminent Member
Joined: 2 years ago
Posts: 40
 
if([TyreTemperatureFrontRight] >= '100', 'red',
if([TyreTemperatureFrontRight] >= '90', 'orange',
if([TyreTemperatureFrontRight] >= '70', 'green', 'blue')))

   
ReplyQuote
(@7hund3r)
Eminent Member
Joined: 3 years ago
Posts: 13
 

Posted by: @botmeister

if([TyreTemperatureFrontRight] >= '100', 'red',
if([TyreTemperatureFrontRight] >= '90', 'orange',
if([TyreTemperatureFrontRight] >= '70', 'green', 'blue')))

where should this be placed?

 


   
ReplyQuote
(@patriciafairbank)
New Member
Joined: 1 week ago
Posts: 2
 

Finding reliable assistance for an argumentative essay about sports topics can simplify your writing process. With professional guidance at https://writepaperfor.me/blog/sport-essay-topics student essay help provides structured support, enabling you to craft well-reasoned arguments and improve overall academic performance.

This post was modified 1 week ago 2 times by PatriciaFairbank

   
ReplyQuote
Share: