While developing a script, that inserts a column for attribute aDT next to a column, that displays aDF, I get an error message: |
Re: Why do I get this message "Cannot insert new column: No unused columns" So first try with a view with less columns. hope this help Vincent |
Re: Why do I get this message "Cannot insert new column: No unused columns" thanks. Although your tip did not quite help, it put me on the right track. Actually my script has a wrong stopping criterion to insert the/ a column. So it kept inserting and stopped when trying to insert column #33. |