Mr_Miyagi Member

Comments

  • Sounds like an aggregation issue. Verify your Aggregation in Sorting and on the Columns section are set to "No aggregation" if you want to display your 28 rows. If you use any aggregation function via beast mode like COUNT() then it will be set to count.
  • What you're experiencing isn't inherently Domo Workbench, but rather how the data is stored in Domo's data warehouse. It seems that the number exceeds the maximum precision for that data type (ie. integers, floating-point numbers). Domo's interface and some of its processing might involve JavaScript; JavaScript uses a…
  • To replicate the Stacker, you’ll need to use the following transformation blocks in this particular order: 1. Select Columns 2. Set Column Type 3. Add Constants 4. Append Rows That’s it! These 4 transformation blocks are all that’s needed to replicate the Stacker into a working concept. You’ll also still be able to add any…