Comments
-
Is there a way to create a card where each question gets its own separate bar chart - so essentially a "chart of charts" that groups by the question ID and then creates a bar chart for each question with (say) the question prompt as the title, the response option text on the x-axis and the frequency selected on the y-axis?
-
Hard agree! I have been attending the sessions and I do aspire to use an AI workflow with this data. Follow-up question on that: is the form users use for questions limited to the Domo Webform connector? Or is there a way now to put an input directly on a dashboard and pipe that through to the AI for a real-time response?…
-
If using a Jupyter Notebook is in play for you, this is what the pandas explode method is for. I wish it would be possible to use this in a Python tile in magic ETL, but unfortunately the Python tile only supports pandas version 0.25 (last I checked).
-
Update: I can't delete either of the two managed attributes I have created (the first two rows in the screenshot).
-
I had a similar issue - I had an Excel column with mixed data types (strings and ints); Domo decided that the column should be an integer and dropped all the strings from the column - even after I explicitly told Domo to make it a string column. The workaround for me has been to save the Excel spreadsheet as a CSV, and…
-
@JohnMiller - are you able to share any resources on how to use the key attribute with Dynamic PDP?