-
Re: Is there a way for a DDX brick to go outside of its frame?
Due to how DDX bricks are designed and iframes work in general this isn't possible. <iframe> is another separate browser window. It's just a means of 'seeing' inside that we…2 -
Re: How to change smart text in the card title to show current date/ last updated date?
Currently this isn't an option within the smart text. I'd recommend adding an idea to the idea exchange. You can utilize an ETL to populate a field within your dataset to show the date / ti…2 -
Re: CSV SFTP Push Connector Error
You'll need to log a ticket with Domo Support as they control the code to this connector and would be able to give you a bit better support as they would have access to their internal logs.1 -
Re: Sort Not working as Desired
Have you tried using a window function and adding it to your sort at the top so it's sorted first? SUM(SUM(`Balance`)) OVER (PARTITION BY `CustName`)1 -
Re: Calculate a ratio
CONCAT(SUM(CASE WHEN `` = 'Forward to HM' THEN 1 END), ':', SUM(CASE WHEN `` = 'Hire' THEN 1 END)) You can use a CASE statement to conditionally SUM your records togethe…2

