ORSO2001 Posted March 12, 2018 Report Share Posted March 12, 2018 Dear All,Is there a simple way to find if a specific value is present more than 1 time in a DT column? thanks Link to comment Share on other sites More sharing options...
NoamM Posted March 13, 2018 Report Share Posted March 13, 2018 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 More sharing options...
ORSO2001 Posted March 13, 2018 Author Report Share Posted March 13, 2018 Hi NoamM, thanks for answer...yes this is what I thought...I was searching if an already existing function, that maybe I was missing, could do this. ok ...no problem Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now