Answered Questions

  • Abinitio Display records between 50-75..

    In input dataset i am having 100 records. I want records between 50-75 and i don't want to read 5th record? which component i have to use..

    Krishna

    • Aug 21st, 2020

    What if we use (next_in_sequence() >=50 and invocation_number()

    Shikha

    • Mar 15th, 2020

    You can use filter by expression in 1st FBE put condition
    next_in_sequence() >=50 and invocation_number()