How to control 'views' after running a script
Hi, I am creating a new column by a script. Something like:New Column("new name", fomula(expression));The default position for a new column appears to be rightmost in the data table. I therefore also move the colum to another place, where it is more in the context. Finally I wnat the script to leave the data table in the state where I see the left most colums in the view. Apparently after having r...