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.  Exclude first row (record)

    Employee
    Posted 05-03-2010 21:08

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

    Originally posted by: Iain Sanders

    Please advise how I can remove / exclude the first row from a table.

    Thanks

    Iain


  • 2.  RE: Exclude first row (record)

    Employee
    Posted 05-03-2010 21:22

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

    Originally posted by: mlowe

    Hi Iain,

    If you are using a filter node you can simply add the following code:

    emit *
    where not(firstExec)

    Although there are other variations that could achieve the same thing.

    Cheers
    Michael Lowe