Forum Discussion
NewbieJono
4 years agoPost Partisan
Incremental refresh
Hello all,
is there any benifit of setting up Incremental refresh on an excel file saved in sharepoint. a warning pops up saying the query does not fold.
also if is set it up to only imp...
ToddChitt
4 years agoSuper User
"Folding" refers to pushing data operations such as WHERE, GROUP BY etc. down to the database server level. SQL Server and other RDBMS can handle it. Excel, CSV, and SharePoint do not support "query folding".
Sorry.