Forum Discussion
Calculating on Parameter fields
I have a parameter field :
Now based on the selection I want to make calculations.
I have this :
Nevermind...should not have used MAX.
Now use selectedvalue and it works.
But you have to make an extra column in your parameter table being a copy of the first field (PrmOutbUnits), I named it "PrmOutbName".
The first field you cannot use because of the composite error you then get.
With the new column you will not have this problem.
1 Reply
- rpinxtSolution Sage
Nevermind...should not have used MAX.
Now use selectedvalue and it works.
But you have to make an extra column in your parameter table being a copy of the first field (PrmOutbUnits), I named it "PrmOutbName".
The first field you cannot use because of the composite error you then get.
With the new column you will not have this problem.