dcarey Posted July 23, 2014 Report Posted July 23, 2014 is there an easy way to find the last row or last column in a data table?
AlexUT Posted July 24, 2014 Report Posted July 24, 2014 Hi, Table structure - number of columns and data types - is fixed. So you always know what is a last column. To know, what is the last row with walid data in table, you should start from clean table, and take care to delete an empty rows by shifting all following rows up and clean the last not used rows. Or keep number of valid rows in variable.
MVP 2023 Joe Tauser Posted July 27, 2014 MVP 2023 Report Posted July 27, 2014 You can find the first empty row using the Data Tables Find function block and searching for an empty field based on your data table structure. Joe T. 1
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