Question
Deactivate a feature Id
I have a Model file .In my model file d21 is a name of a parameter. 22971 is the name of a feature.I want to display the feature id 22971 when d21==168
So i write a program in my relation
if d21==168
22971 = False
endif
But this is not working.Please help me to Solve my issue.

