Export to excel for large data set which is to be retrieved from 2 data entities

I have a need to use export to excel functionality feature for a report where data is supposed to retrieved from multiple(2) cdt.

Also, the dataset is extremely large.

What approach should i go for?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to mohitshah
    Export DSE to Excel claims to allow either an array of a!queryFilter() items, or a single a!queryLogicalExpression() (which can contain multiple filters and subsequent logicalExpression() calls nested, perhaps, indefinitely). If neither of these methods are working for you, you might need to open a support case as it would indicate an issue with the OOB functionality.

    Would you be able to post the code you're passing into the node for the Filters parameter here?
Children
No Data