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
Hello everybody,
I'm curious if anybody can help me this way.
First of all we don't have any pdm-system(like windchill) at all yet. So I'm setting up parameters within Creo Parametric so that at the moment we get Windchill we can easely use these parameters for the data.
In this context I want to create a conditional drop-down list. I already know how to create a normal drop-down(preset list of part-names) list by a so called document.lst. With a "conditional" drop down-list I mean a second drown list that depends on what you've choosen in the first drop down list!
I hope my quistion is clear? Otherwise I gladly hear if not!
Greetings
Raymond
You can define a relation such as
IF param1 == option1
param2 = option_related_to_1
ENDIF
Not sure if the syntax is right, typing it from the top of my head.
Raymond,
see my response in Re: conditional value selection for restricted parameters
Martin Hanak