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.  Add a key identifier to rows

    Employee
    Posted 03-14-2013 04:48

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

    Originally posted by: svimes

    Hi I have a table where I want to assign a unique number to each row to give me a key for each row, is there a way to this in lavastorm?


  • 2.  RE: Add a key identifier to rows

    Employee
    Posted 03-14-2013 06:18

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

    Originally posted by: pdespot

    Hi, svimes.

    You can use the execCount function. For example: emit *, execCount as "Key"

    Does that do what you need?


  • 3.  RE: Add a key identifier to rows

    Employee
    Posted 03-14-2013 07:09

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

    Originally posted by: svimes

    Exactly what I need. Thanks.