Michael Kalada 2 Posted August 29, 2019 Share Posted August 29, 2019 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 More sharing options...
Shandilya Peddi Posted August 29, 2019 Share Posted August 29, 2019 There is a LimitingMarkingsEmptyMessage Property available to set the message, can you try it and see if it meets your use case, https://docs.tibco.com/pub/doc_remote/sfire_dev/area/doc/api/TIB_sfire-a... 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