-
Dynamic R Interface
I am currently working to develop an interactive interface of an R machine learning model we're developing. What we're doing is pulling data down from Domo, conducting machine learning, and then pushing two outputs: * Predicted values for existing data back to Domo (NOTE: This works seemlessly) * Predicted values for…
-
Organize Values on X-Axis
I'm trying to order data on the X-Axis; however, the "Sort" functions appear to be limited to ascending, descending, and alphabetical. Case in point, if I have the days of the week on the X-Axis (Monday, Tuesday, etc.), I cannot get the data to go in chronological order. Is there a way to force the X-Axis to sort in a…
-
Calculating Inventory Over Time
I am trying to compute inventory levels over time based on invoices. The invoices give me the relevant data of: * Quantity coming in and date * Quantity going out and date In the Excel world, I would have just made a list of dates and done a SUMIFS function. What is the equivalent in the DOMO World? Thanks for your time!