Hello all!,
I'm trying to suppress / unsuppress a feature depending on if another feature is suppressed / unsuppressed. You can see it below:
=IIF (feature LIKE "suppressed" , "unsuppressed" , "suppressed")
is it possible? because it doesn't work in my example
Thanks,
SolidworksApi macros