Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
I created a UDF with several features andthis UDFhas a family table. I added one of my features, Revolve_3:FID_343,to that UDFfamily table and the only two choices that it reports is "Y" or "N". So I created a parameter (LANDING)that I associated to one of the other features. Now I've created a relation to that samefeature I associated the parameter to that states...
If LANDING = "YES"
REVOLVE:FID_343 = "Y"
ELSE
REVOLVE:FID_343 = "N"
ENDIF
Thinking it would suppress or unsuppress that feature accordingly, but it doesn't work. I'm wondering if anybody else has tried this and got it to work for them. I don't want to use Pro/Program and I figured if I can add a feature to a Family Table then I should be able to turn that feature on/off with a relation.
Thanks in advance,
Mike Heath