andyhicken Member

Comments

  • This could help with a use case we have where customers viewing embedded dashboards get a dataset with a column name like "custom_user_field_1." If we could dynamically replace that column name with something like the first value found in a mapping table after filtering the table to the customer's ID and the name of the…
  • 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?
  • https://community-forums.domo.com/main/discussion/comment/101730#Comment_101730 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…
  • If using a Jupyter Notebook is in play for you, this is what the pandas explode method is for. https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.explode.html 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…
  • 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?