Jump to content

Find a value, twice or more, in a DT column


ORSO2001

Recommended Posts

Hi ORSO2001,
Use "Find DTI Column Value" Ladder function. This Ladder function finds a value in a column and writes the row index number into a data tag. If the function finds a matching row, the row number is stored in parameter E, Result. If no row is found, E contains -1. Function parameters:
    
        A    Data Table to Search
        B    Column to Search
        C    Value to Find
        D    Start Row for Search
        E    Number of Rows to Search

        F    Value Location: Row Index Number


Build your logic so that if a "Find DTI Column Value" call return a row index,  row index + 1 will be the "D  Start Row for Search" next value.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...