Implemented in | 7.0 |
In 7.0 we added support (default true but possible to change) for tables from existing analysis to automatically update when the input table changes. With this new behavior you don't need to refresh the un-pivoted table manually. It would be done automatically after the on-demand table has changed.
In addition if you have configured the "table from existing analysis" to use manual update (or open an old file) you can use the RefreshAsync callback API to make sure that the tables are updated in correct order.
Please explain how/when this is implemented.