Hi,
1. My data is stored in SharePoint list
2. In application I'm using Data Table to show records, records can be filtered and sorted. This is based on quite big IF in DataTable Items property.
3. How can I create pdf with filtered records (like in DataTable)? For example to see records based on date I use:
Sort(Filter(SharePointList; (FirstDate>DateStart)&&(FirstDate<DateEnd)); ID; Descending);
Best regards