AVEVA Community
Site
Search
User
Site
Search
User
AVEVA World
PDMS/E3D Forum
Modules
Cancel
Modules
Paragon Module
If statement in dataset property.
Forums
Resources
Mentions
Sub-Groups
Tags
More
Cancel
New
Replies
8 replies
Subscribers
6 subscribers
Views
79 views
Users
0 members are here
Options
Share
More
Cancel
Related
If statement in dataset property.
vivek chudasama
over 10 years ago
Corrado Galluzzi
over 10 years ago
I would try using IFTRUE syntax...
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Corrado Galluzzi
over 10 years ago
Serach for IFTRUE in the forum...
For example http://52.178.132.139/showthread.php?t=13597
I am not sure what you want to achieve....but it could be something like:
IFTRUE(DESPARA1 EQ 'X', X, -X)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
vivek chudasama
over 10 years ago
How to set If statement in dataset in paragon.
Like,
IF desparam 1 eq x so set x else -x.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
vivek chudasama
over 10 years ago
hi corrado,
how you will use the IFTRUE syntax in dataset please give some example.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
ZhaoChaoli
over 10 years ago
IFTRUE(DESP[1] EQ X,X,-X)
By the way, where X is real type.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Joy PA
over 4 years ago
Hi Carrado,
I am trying to use IFTRUE condition for calling MAterial reference in E3D support. Bellow line i used for adding Support type in Support code. But i am getting incomplete command line error. Kindly advice whats the error.
q IFTRUE(Matref eq '/STAINLESS/STEEL','B','L').
Thanks in Advance...
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Corrado Galluzzi
over 4 years ago
Try with NAME OF MATREF
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Joy PA
over 4 years ago
Yes its working.. Thanks [COLOR=#3E3E3E]Corrado[/COLOR]
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel