AVEVA Community
Site
Search
User
Site
Search
User
AVEVA World
PDMS/E3D Forum
Modules
Cancel
Modules
Paragon Module
Dynamic SDTE, how to call Parameter value 'A' in the isometric
Forums
Resources
Mentions
Sub-Groups
Tags
More
Cancel
New
Replies
3 replies
Subscribers
6 subscribers
Views
83 views
Users
0 members are here
Options
Share
More
Cancel
Related
Dynamic SDTE, how to call Parameter value 'A' in the isometric
Amrut Suthar
over 4 years ago
Amrut Suthar
over 4 years ago
Dears
In my Catalogue, value of Parameter 12 is 'A'
Now I want to have Description in Isometric as "XYZ-A"
So I am trying following in the R text of SDTE
Rtext ( 'XYZ-' + STR ( ATTRIB PARA[12 ] ) )
But in design, when I Query DTXR, it gives below result
Dtxrtext XYZ-531442
So instead of XYZ-A it gives XYZ-531442
Please advise, what should I write in place of + STR ( ATTRIB PARA[12 ] ) to get desire output. Or any other suggestion.
Your support is appreciated.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
me_hungry
over 4 years ago
You should use wpara in stext expression:
[COLOR=#333333]WPARA[12 ] [/COLOR]
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Amrut Suthar
over 4 years ago
Thank you very much me_hungry. My problem is solved with your suggestion.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel