Import and Export data into multiple datasets on a page with one Import and One Export button

0
I have a Report grid which generates reports of my NonConformance list and can be exported as .xls spreadsheet. I want to :        1)  Use one Export and one  Import  button  for 2 datasets displayed on the same page        2)  Import a .xls report into the NonConformance list. (Is it possible?) Below are my settings: Domain model NonConformance Dataset   NonConformance Counter Dataset      
asked
1 answers
2

Hi Ajit, 

I think the reportgrid does not support default action buttons as we have it in datagrid.

What you could possibly do is, execute the OQL and use the dataset on datagrid. 

From datagrid, you will get the default export option.

For import, use ExcelImport module.

answered