-
Re: Get the number of weeks and days between two dates
just FYI i believe that mathematical operation is called "Modulo" or "Modulus" https://www.w3schools.com/sql/func_mysql_mod.asp https://docs.microsoft.com/en-us/sql/t-sql/language…1 -
Re: Show labels on pie chart even if it's too small
i know this isn't the answer to your question. but consider using a different visualization. if the slice of the pie is so small that the UI doesn't render a label, it will probably be very difficult…1 -
Re: Nested Filters
@rgbuckley no video required! ? it sounds like you want to apply a filter (Park) that then applies a 'looser' filter' on the data (State). The short answer is ... no the Domo UI can't do that yet. An…1 -
Re: Phoenix error - unsure why
@MartinB not seeing your code, if i had to guess you're having difficulties with asynchronous functions. domo.get is an async function (hence the use of .then). so all your rendering has to happen in…1 -
Re: Create bar chart summing multiple columns/categories
While you may be able to hack your way to a solution, the best answer would be to reshape your data. Use MagicETL and the Unpivot / Collapse Columns transform to collapse your data into 3 columns (ID…1