PhillyB Member

Comments

  • This was one of the tradeoffs we were willing to deal with until Domo adds support for table calculations within cards created via design studio. It seems like a pretty basic function to me though. Hopefully the feature will be added soon.
  • For anybody who may have been following this topic, I've figured out how to calculate the Pearsons correlation coefficient within the SQL dataflow. It was quite simple actually. All I had to do was select all attributes and add in this calculation I originally had in BeastMode: (((count(`ratingid`) * SUM((`x` * `y`))) -…
  • Thanks for your reply. I've attached some screenshots and provided a bit of explanation into what we're trying to do. This is what we currently have, however we want to assign each quadrant a separate filled color. This helps our users understand a little better what each quadrant means. ^^ Here is the layout for our card…