Comments
-
The application is for the user to (1) upload a CSV/Excel file into Domo through the form builder and then I (2) use the file to make some calculations on the data and return it via the dashboard. Part (2) I can do via the Dataset API. But in order to retrieve the uploaded data I'm not sure where to find it through the API…
-
My bad, I did look but obviously I didn't look enough. Okay, thanks both! @jaeW_at_Onyx Thanks for the extra information.
-
@jaeW_at_Onyx Thanks, any idea if dataset size will have an effect on time taken to filter in the dashboards? (i.e. Time between clicking 'Apply' in the filter pane and all the charts finish loading). The dataset size should be around 1 billion rows and 30 or so columns with mixed datatypes.
-
Thanks. It doesn't answer my question though, unless your answer is 'no, it isn't possible'. I am aware that we can filter based on two shared columns. But I am trying to filter values on one dataset by using the filtered output on another. About it not taking long, I'm not sure. I have an operation where a million rows…
-
Hi, thanks for the solution, it should work for me too. But could you please tell me how to add that "EventSequenceNumber" column using dataflow? Thanks!
-
If the napkin drawing works then it works ? Thanks for the input.
-
Thanks for you answer. But the dataset has almost a million entries and around 65 of such columns. Collapsing the columns thus would result in 65 million rows. Would this still be the best way to do it?