-
Re: Spreading out labels so it's easier to read
There isn't a way to spread out the data labels currently as they're tied to the end of the lollipop. You can submit an idea to the Idea Exchange to improve label positioning and spacing. Y…1 -
Re: Unexpected error with pydomo "ds_update"
This appears to be a system-wide issue. I'd recommend logging a ticket with Domo Support. I'm having the same issue as well.2 -
Re: A filter based on weekday or wknd
CASE WHEN DAYOFWEEK(CURRENT_DATE()) IN (1,7) THEN 'Weekend' ELSE 'Weekday' END2 -
Re: Calculated line on Bar Chart not the same as Summary Average
Without seeing each of your bar values, I believe the chart line is taking an average of each percentage/bar in your chart, but the summary number is taking the percentage across the entire dataset.2 -
Re: Column Total Greater than Sum of ROWS
Likely, you have multiple records for the same SalesOrderNo value so when it's doing it in aggregate it's doing the distinct count across all superintendents instead of adding each individu…1

