LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Modifying library node

    Employee
    Posted 06-11-2014 04:38

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Miikka Koskinen

    Hi!

    I have a library node that has parameter Date. Inside of library node is one node using this parameter:
    Date >= {{^Date^}}

    I'd like to change this to:
    Date >= {{^StartDate^}} and Date <= {{^EndDate^}}

    How this is possible? I have otherwise managed to get this done, but I still have that old parameter 'Date' that is doing nothing but I cant get rid of it. I also should replace old library node with modified library node.

    Br,
    Miikka


  • 2.  RE: Modifying library node

    Employee
    Posted 12-09-2014 23:03

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: snbkumar

    Good question. Can a SME respond to this please?

    Thanks,
    Bharath


  • 3.  RE: Modifying library node

    Employee
    Posted 12-10-2014 05:33

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ejones

    I don't feel I understand this question to be able to answer it correctly. But here goes.

    If the library node needs to be changed, why don't you open the library BRG file in BRE and change it? This will make it changed in every BRG that is using that library node.

    If a graph is using the library node and for that one instance you need to change the expression, why don't you just go to that parameter and change it? This makes the change only for that instance, no other instance will be changed unless you make the change there too.


  • 4.  RE: Modifying library node

    Employee
    Posted 12-10-2014 06:53

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    If the node in the library has a parameter defined on it which you are no longer using, then simply go to the Node Editor / Edit Parameters and delete the parameter. Once you delete the parameter, it may still show up on the Node Editor screens in purple... just blank out any value assigned to it, and it should then go away after you close the Node Editor.


  • 5.  RE: Modifying library node

    Employee
    Posted 12-21-2014 17:06

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: snbkumar

    Thanks for the response Jones and Tony. It helped.