41
Views
3
Comments
Outsystems Data Grid : How to download the data after filter the table
Question

Hi there,

I have a question about the data grid..

I want to download the data from data grid that I already filter the column...

I already filter the station only show the "Petronas Jalan Reko", but when I want download, I do not know how to trace the latest data that show on data grid...

I should use this functional?


Thanks,

Ayu.

2024-02-20 11-58-14
Satyam Mishra

Hi @Ayu Natasya 

On After search , have you applied the download facility , which takes the filter value . Use the SQL query or Aggregate . 

Now on the basis of this try to download , which typically involves converting it to csv or Excel format.

 

2024-07-16 17-36-51
Shradha Rawlani

Hello,

Assign grid filtered data in new local list 

and pass that local list for download in excel or CSV

Regards

Shradha

2017-12-13 08-27-28
Joey Moree

There's some pre-made plugins available for the data grid export, though I think it requires to clone the datagrid component in Outsystems (I mean most people I know use a clone for DataGrid anyways)

This way you can work with the functionality already present in the datagrid to get all filtered rows and have the sorting applied, it's probably very hard to communicate the variables from  the javascript back to Outsystems.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.