export only a subset of the rows in the grid

Hi,

if i click on the header in a summary i get a detail-list of all datasets matching the query i clicked in the summary.

Lets say i click on a header named “10. October 2010” i get only the rows with this date.

But when i click “XLS” to get it exported into an XLS-Format it exports ALL rows, not only the rows i have in my detail-view.

is it possible to get only the matching rows exported?

thanks a lot

Re: export only a subset of the rows in the grid

Mati,
You may need to create another grid which takes parameter as the date, You may have to create link using sc_link to the date field and filter based on the input…!

Regards
Dhana

Re: export only a subset of the rows in the grid

so thats on purpose, that even if i allready filtered data, it exports all data?