Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Translate the entire conversation x

Changing values ​​and using List/Series parameter in Relations

YY110032788
10-Marble

Changing values ​​and using List/Series parameter in Relations

Hi,

 

I'm looking for more information than what's in HELP about using the List/Series parameter.

YY110032788_0-1738500094561.png


To be more specific, I would like to know how to use the List/Series parameter in Relations.

  1. Get an element value from the series. For example, y = X[5].
  2. Assign a parameter to an element in a series. For example, X[2] = 25.1.

Thnak you

ACCEPTED SOLUTION

Accepted Solutions

Hi @YY110032788 

 

The function you need is value(Parameter name, Row Number, Column).

For a list, the value of the column is 1.

y = X[5]       ➡️ y=value(X, 5, 1)

X[2] = 25.1  ➡️ value(X, 2, 1) = 25.1

 

For more information: Relation Functions to Query Parameters

Thnaks

View solution in original post

2 REPLIES 2

Hi,

please open Case at PTC Support.


Martin Hanák

Hi @YY110032788 

 

The function you need is value(Parameter name, Row Number, Column).

For a list, the value of the column is 1.

y = X[5]       ➡️ y=value(X, 5, 1)

X[2] = 25.1  ➡️ value(X, 2, 1) = 25.1

 

For more information: Relation Functions to Query Parameters

Thnaks

Announcements


NEW Creo+ Topics: Real-time Collaboration

Top Tags