Jolene Robertson Posted May 21, 2015 Share Posted May 21, 2015 Hi, does anyone know how to delete marked rows in Python Thanks Link to comment Share on other sites More sharing options...
Manoj Chaurasia Posted September 4, 2015 Share Posted September 4, 2015 I don't think Web Player supports the right click option. Link to comment Share on other sites More sharing options...
Stu Blair Posted October 23, 2015 Share Posted October 23, 2015 from Spotfire.Dxp.Data import * selectedRows = Document.Data.Markings[markingName].GetSelection(activeTable) activeTable.RemoveRows(selectedRows) Link to comment Share on other sites More sharing options...
Shaun Simon Posted October 23, 2015 Share Posted October 23, 2015 Or just right click on the selected rows and Marked Rows > Delete. Link to comment Share on other sites More sharing options...
Shaun Simon Posted October 23, 2015 Share Posted October 23, 2015 True, I must have missed the WebPlayer specificity part. My mistake. Link to comment Share on other sites More sharing options...
EDS Support Posted February 22, 2018 Share Posted February 22, 2018 How about filter them instead of delete them Do you know how to do that one Thanks. Link to comment Share on other sites More sharing options...
Kirsten Gustafson 2 Posted June 17, 2019 Share Posted June 17, 2019 Thank you! Worked like a charm. 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