AVEVA Community
AVEVA Community
  • Site
  • User
  • Site
  • Search
  • User
Misc AVEVA software
  • AVEVA World
Misc AVEVA software
AVEVA Diagrams Shape Sheet Label with PML
  • Forums
  • Resources
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Replies 4 replies
  • Subscribers 1 subscriber
  • Views 43 views
  • Users 0 members are here
Options
  • Share
  • More
  • Cancel
Related

Shape Sheet Label with PML

Christopher Ford
Christopher Ford over 8 years ago
 
  • Sign in to reply
  • Cancel
  • Christopher Ford
    Christopher Ford over 8 years ago
    Hello,

    Is it possible to have IF conditions in Label shapes on the Text ?

    something like {IF :UDA EQ 'A' then 'GG' ELSE 'ZZ'}

    I have already used PML1 with SUBST, AFTER, etc but not with IF

    regards
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • me_hungry
    me_hungry over 8 years ago
    Try such construction:
    {iftrue ([COLOR=#333333]:UDA EQ 'A' ,'GG' , 'ZZ' [/COLOR])}
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Christopher Ford
    Christopher Ford over 8 years ago
    Thank you. That was the solution.

    Is there a Manual with all syntax's for Diagrams? I only found after, subst in the Help. The iftrue was not in the Help.

    Are there any more good things?
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • me_hungry
    me_hungry over 8 years ago
    [COLOR=#333333]Are there any more good things?[/COLOR]

    It is just a basics of pml1, all function from this language can be applied.
    Search on this forum, there are plenty topics about pml1..
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel