Report from multiselect browse of selected items

I have a multiselect browse of entyties. I want to select some rows and clicking the report button, send the selection directly to a certain report.

I’have tried to create a “List of entyties” type report. But I can’t figure out how to send the selected rows as parameter. Any help?

Hi,
Please look at com.haulmont.reports.gui.actions.TablePrintFormAction. This action allows you to select several items in the table and run report. Documentation: Running Reports from Screens - CUBA Platform. Report Generator

1 Like

Works perfectly. Thanks for your support.