Is it possible to access results table "filtered results" from workflow?
We a request for a button in the tool bar that will trigger the download to csv file for the current results in the results table. That includes the results when they have been filtered by the table itself using the filter button and entering text in one of the filter columns. Are those filtered table results accessible? I know the download to csv button on the table itself uses context to get the results.
Is this possible without custom modules?
There are couple ways to find the full results in the workflow from the application but I have not been able to locate the column filtered results. The features from these two methods seem to be the map feature set and not the results table filtered set.
$map1.map.extension.appContext.layout.selectById("results-table-ID").model
$map1.map.extension.appContext.appState.get({"id":"THE_ID","type":"results"}).then(
(data)=>{$value2.result=data})
Du måste logga in om du vill lämna en kommentar.
Kommentarer
0 kommentarer