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
have you considered customRecordFields in record object. That can help you have derived values as a column value and same can be downloaded in CSV using the grid component as well.