Getting Odd Data using Conditional Split

  • I have 4 columns

    tblContactId,tblFirstName,tblMiddleName,tblLastName

    Total number of rows :55679

    I want to get odd records using conditional split. Is it possible to split the records using conditional split . What are other ways for performing this operation.

    Thanks,

    Praveen

  • I would add a row number to the source query and then use that for your split. If you don't need the even records at all then constrain your source query to show only the odd records.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply