Export to excel with dynamic columns on grid.

Certified Associate Developer

Hi,

I've one scenario where i need to display data as per the filter selection, and in filter i have a date range field where user can selection up to 2 years range and data would be displayed on grid as per the filter selection.

please suggest best way to do display data on grid and to export data on excel.

I am using record type, and i have a date column at backend.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Hi Shahid,

    I suggest using record user filters in this case, as they will handle the export to Excel functionality even when filters are applied.

    Is there any specific reason you didn’t choose to use the record filters? Without them, you won’t be able to utilize the out-of-the-box 'Export to Excel' functionality for records. Instead, you would need to build a process using the 'Export DSE to Excel' smart service, where you can configure the filter values manually.

Reply
  • 0
    Certified Lead Developer

    Hi Shahid,

    I suggest using record user filters in this case, as they will handle the export to Excel functionality even when filters are applied.

    Is there any specific reason you didn’t choose to use the record filters? Without them, you won’t be able to utilize the out-of-the-box 'Export to Excel' functionality for records. Instead, you would need to build a process using the 'Export DSE to Excel' smart service, where you can configure the filter values manually.

Children