Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
if ( TCO = 0 AND TCD = 1 ) THEN 100 ELSE 500;
How to do that?
In your load script?
if(TCO=0 and TCD=1,100,500) but it would depend on where you are using it.