Jump to content

Python script to set "if no items are marked in the master visualizations show"


Michael Kalada 2

Recommended Posts

From Here (https://docs.tibco.com/pub/doc_remote/spotfire/7.0.1/doc/api/topic=html/T_Spotfire_Dxp_Data_LimitingMarkingsEmptyBehavior.htm) we figured out how to set the default behavior of a visualization that is limited by marking to show all data, show empty, or set a message using this line of script

 

from Spotfire.Dxp.Data import LimitingMarkingsEmptyBehavior

myVis.Data.LimitingMarkingsEmptyBehavior = LimitingMarkingsEmptyBehavior.ShowMessage

 

My question is how to then set the message that is shown to something other than "Mark items to view details here"

Image attached

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...