Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

OK.  So if you are using that equation within an iLogic rule, I assume then that both 'A' and 'T' represent parameters within the document.  If that is not the case, then let me know what 'A' represents.  And I assume that when you look at the equation area of the parameter named 'A' within the Parameters dialog box, it does not currently contain any equation, just a simple numerical value.  If so, then something like this should work within that iLogic rule:

A = T * 2
If A > 0.3 mm Then
	A = 0.3 mm
End If

Wesley Crihfield

EESignature

(Not an Autodesk Employee)