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.  Parameters on BRX's

    Employee
    Posted 03-04-2010 07:00

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

    Originally posted by: michaelslowey

    Hi,

    I have a BRX I want to execute 60 times with different dates per run. I want to pass this Date in to the BRX as a parameter.

    Where do i define the Parameter on the BRX Node?

    Cheers
    Mick


  • 2.  RE: Parameters on BRX's

    Employee
    Posted 03-04-2010 10:02

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

    Originally posted by: rboccuzzi

    The parameters are values on the input. The Execute BRX runs the graph once per each input row of data, and uses the values of the fields on that input as parameters to the graph.

    So you would want an input to the executeBRX node that has a field called something like RunDate, and have 60 rows with the dates you want, and that will run the graph with the run param RunDate set.

    Cheers
    Rich