Comments
-
@creed I found that exporting from Dataset is exporting all the data and ignoring the filters. I have large data with 30 millions rows. How do I break and download in easy way?
-
Hi @GrantSmith , Thank you for your feedback. Since domo is slow while exporting data from cards (applying filer of date range to reduce number of rows < 10 ML) for 2 reasons 1) data is very huge 2) Many filters applied on card I have solved 2nd option and added all filters on ETL itself to reduce the data and generated a…
-
Hi @jaeW_at_Onyx , I have seen this video it is more technical to me since I am very new in DOMO dev side. I just want to export dataset. I have dataset with million of rows that need to be exported as CSV/Excel file in automatic way. I was trying Jupiter and python to do the job but not able to achieve it. Can you help me…
-
Thanks!! @MarkSnodgrass @jaeW_at_Onyx @GrantSmith . Now I am able to achieve what I wanted using ETL to generate the count and Beast mode to created calculated column based on output from ETL logic.
-
Hi @GrantSmith , that was typo, I want it to be 5 only. This function works great in Beast mode. (can we create this in ETL?) I have got another problem. Now I am not able to refer the output of this function to create custom Column in beast mode. plz see the latest screenshot. In Excel I have formula like this to achieve…
-
Is it possible to export whole dataset (millions or rows) in single CSV file with this solution?