function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bruno V.Bruno V. 

Einstein Analytics Dataset Utilities

Hi guys! What's Up?


I'm working with Einstein Analytics and I need to extract my Dataset in Excel format. Currently I'm using Einstein Analytics Dataset Utilities, but this tool can return 10k of rows, but my Dataset has 350k, when I try to extract my Dataset It returns an error message "Read Time Out" (Because de great value of rows).
I want to know if you have another way or suggestions to fix this issue.

Thanks and Regards! 
Alain CabonAlain Cabon
Hi,

You can perhaps try to use the offset (SAQL) to create some parts of the entire dataset (by scope of 100.000 rows) (not tested)
limit and offset used together.

https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_eql.meta/bi_dev_guide_eql/bi_eql_statement_offset.htm