Skip to Main Content
Spotfire Ideas Portal

PersistentDataView does not accept RowSelection object

 The current constructor of PersistentDataView takes as input marked rows using DataSelection object:

public PersistentDataView(string name, IList<string> columnExpressions, IList<DataColumn> groupByColumns, DataTable baseTable, DataSelection baseSelection);

This is good but sometimes we do not want to use Marking object for filtering. So we need a new overloaded constructor that takes as input RowSelection instead of DataSelection?

public PersistentDataView(string name, IList<string> columnExpressions, IList<DataColumn> groupByColumns, DataTable baseTable, RowSelection rowSelection);

 

I already submitted a support ticket to TIBCO support 01370718 regarding this feature enhancement.

  • Attach files
      Drop here to upload