Question
How to hide the id
In my model i have a parameter d21,
I want to hide some of feature id if d21==170
so i wrote simply like this,
if d21==170
ID[1014]=hide
ID[1015]=visible
else if d21==180
ID[1015]=hide
ID[1014]=visible
but it won't works ,please help me

