ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
SSSteven Soeder08/06/2015

I have a data card with two edit boxes.

EditBox1 is tied to variable DRR_ImpactScore.

EditBox2 is tied to variable DRR_Impact.

DRR_ImpactScore is assigned when the file is created by a template. It's value is always 1, 2, or 3. (no spaces, just a number)

I have the following input formula for EditBox2:

%DRR_ImpactScore(1=CLARIFICATION,2=PRODUCTION_CHANGE,3=DESIGN_CHANGE)%

I'm not sure why this is not working, but EditBox2 is blank no matter what value is in EdtiBox1.