Jump to content

[Spotfire Developer]- How can I get the name of the Data Table where the user marking is


Fahman Khan

Recommended Posts

  • 2 years later...

Hello,

You can use this code to find out if there are any rows marked in a table -

 

MarkedRows = Document.ActiveMarkingSelectionReference.GetSelection(Document.Data.Tables["Data Table"]).IncludedRowCount

 

If none of the rows are marked in the specified table the value ofMarkedRows will be 0

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...