-
Re: Programs Ending in the Next 60 Days
To get rid of dates that are older than today, you would want to modify this statement to look like this: CASE WHEN DATEDIFF(MAX(Billing Month New),CURRENT_DATE()) >=0 AND DATEDIFF(MAX(Billing Mon…1 -
Re: Join Issue
@Fadem if your join keys are two text columns, it is likely a data issue. Extra spaces and capitalization are two common reasons why rows don't match when you think they should. I would use the Strin…2 -
Re: Arrow Trend an Color Condition Format
This thread may be relevant to you as far as the colored directional arrow. I made this video a while back about the color options in Domo. It may be helpful to you.2 -
Re: Get rid of Warning message in Pie Chart
I would suggest hiding the legend with the chart properties and then using the data label settings to show the information that would be in the legend, but within the pie slice, which would allow you…1 -
Re: Connect to Azure SQL DB using AAD/MS Entra user
One way you can connect your Azure SQL database to Domo is through Domo Workbench. You can create an ODBC connection to your database and then use that connection in Workbench. Workbench allows for a…1