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.  Only run certain nodes depending on a conditional filter

    Employee
    Posted 08-28-2012 07:50

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

    Originally posted by: khopkins

    Hello everyone,

    I am trying to get an email to trigger from a scheduled BRX that has a failure.
    I am reading in the brd logfiles for the scheduled task and filtering these using an agg ex node counting the records where the Action field is equal to "Error".
    This then triggers an email node when an error is detected as the count is higher than 0.
    The problem is that it errors when the value is 0 i.e. with no Errors reported.
    Is there a node or a way I can separate out the paths so that if the value of the errors equal 0 it effectively terminates if not it triggers off the email node?

    Small brg attached and any help would be gratefully appreciated.

    Regards,

    Keith
    Attachments:
    email log.brg


  • 2.  RE: Only run certain nodes depending on a conditional filter

    Employee
    Posted 08-28-2012 08:14

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

    Originally posted by: henk01

    Hi Keith,

    This can be easily achieved using the "Meta Check" node, using the following values:
    MinimumRecordCount = 1

    Please find the BRG with the update attached.
    email log.brg

    I hope this helps,

    Best regards,

    Henk


  • 3.  RE: Only run certain nodes depending on a conditional filter

    Employee
    Posted 08-28-2012 08:19

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

    Originally posted by: khopkins

    Thanks Henk that works perfectly