-
Horizontal single bar chart skipping categories on Mobile Device
Is there a way to prevent category labels from skipping in the Domo App? I'm guessing it skips every other category to avoid overlapping but it seems like there's enough space to display all categories. I see there's an option to allow overlapping on data labels but not category labels.. The first screenshot is from PC web…
-
Why is the beast mode that calculates a percentage wrong in total row but correct in regular rows
As seen in the attached file, the first column is numerator, second column is denominator, the third column is a beast mode: numerator/denominator. There's no aggregation on any data. The calculation is correct for each record but when it comes to total row it's wrong. If i change the beast mode to…
-
Beast Mode validated but still shows error in card
Error message: An issue has occurred during processing. We are unable to complete the request at this time. Code: (case when `Make_It_Personal` is null then 0 when `Make_It_Personal` = 'N/A' then 0 else `Make_It_Personal`*1 end) The field name is "Make_It_Personal" and it's in text format. Possible values are (0-10, N/A,…