cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Creating new parameters with a conditional drop-down list

rhuisstede
1-Newbie

Creating new parameters with a conditional drop-down list

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


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
2 REPLIES 2

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


Martin Hanák
Top Tags