Jump to content
We've recently updated our Privacy Statement, available here. ×
  • How to check current Analysis is changed since last time loaded/saved in Spotfire® Using IronPython Scripting


    Introduction

    With the IsDirty property you can detect if the Analysis is changed since the last time it was saved/loaded.

    Code Sample

     # Copyright © 2020. TIBCO Software Inc. Licensed under TIBCO BSD-style license.
     
     # Is the document changed since last time it was loaded/saved?
     print "Is changed: " + str(Application.DocumentMetadata.IsDirty) 
     

    References

    License:  TIBCO BSD-Style License

     

     


    User Feedback

    Recommended Comments

    There are no comments to display.


×
×
  • Create New...