-
Domo Stories: Passing page filters through when linking to another card
Does anyone know if it is possible to pass page level filters through when your interaction with a card on a dashboard is to link to another card? From I can tell it does not look like it is possible. I also have visual bugs when using a slider filter and a checkbox filter concurrently has anyone else seen this?
-
Email Connector Returning Undeliverable
I am using the email connector to automate and consolidate some daily reports that I receive. When I have emails sent to the email address supplide by domo for the connector occasionally I get an undeliverable message. It says 'that When Office 365 tried to send your message, the receiving email server outside Office 365…
-
Average if channel type statement beast mode
Hello, I am trying to create a summary number that takes an average of one customer type and compares it to another. My code currently looks like CONCAT( (CASE when `Channel` = 'RET' then SUM(`ordercases`)),' | ' (CASE when `Channel` = 'FSV' then SUM(`ordercases`)) I am having trouble with the syntax. Has anyone had any…
-
Joining two data sets on a monthly aggregate
I am looking to combine two datasets one is a sales volume the other is an instance where we receive a claim. These are done on the day level in my data sets and I want to be able to compare them by monthly aggregates so that I can compare sales volume vs claims by month. When I try to join these two sets in an ETL it…