Hello,
An interesting point would be the possibility of using the data from a cross table as an input to be used later, let me explain.
For example, I have a data table of 100 million records in a database, and I have a filter to define the period of the data I want to work on, but this information (100m) is external data that is not imported into Spotfire and will be used for feed the cross table I'm building with this filter.
This cross table will summarize the data and generate an aggregate dynamically table with much fewer records, I would like this generated table to be made available in memory, so that this subset could be used later in the construction of other objects.
Today the only way to do this is through Python and I would like it to be a native feature.
This feature will enable agility in development and also in data processing of the dashboard.
Regards