-
Contextual tooltips in hover text
Anyone know if there's a way to show different tooltips in hover text depending on what series you're hovering over? For example, I have a chart that shows the percent change in value from last month…2 -
Re: Case when for 0-30, 31-60 aging buckets
@KristiKovacs try removing 'day' from your DATEDIFF's. In Domo, DATEDIFF just does days by default. I tested it out using DATEDIFF with day and nothing popped up and then removed it and the number of…2 -
Re: Bucket Ordering
@damen It looks like you are sorting on something other than your 'Pricing Buckets' which is causing the problem. You will need to sort on your pricing buckets for it to work. You will probably need …1 -
Re: How can I group these results by date?
@Zel Is your date column just dates or is it datetime? If it's datetime it could look like the same date but they're actually unique because they have different times in the background. If it is a da…2 -
Re: Table card percentages
@ggountanis You'll need to use a FIXED() function to get the total of all the categories combined: SUM(1)/SUM(SUM(1)FIXED()) -This assumes that your data is at the employee level3