Skip to Main Content
Spotfire Ideas Portal
Status Future Consideration
Product Spotfire
Categories Scripting
Created by Guest
Created on Apr 13, 2023

Bulk removal of Data Transformations

Scenario

Apply different sets of DataTransformations depending on user input - e.g., drop-down selection.

Current API only allows removal one step at a time:

for op in sourceview.GetAllOperations[DataTransformationsOperation]():
if sourceview.CanRemoveOperation(op):
sourceview.RemoveOperation(op)
Request

Be able to remove all DataTransformations in a SourceView in one go.

  • Attach files