-
Download all the cards in individual excel sheets in one click.
All the cards present in the Dashboard to be downloaded in respective excel sheet in one click. Eg. I have 190 cards in Dashboard, all the cards must be downloaded in 190 different excel sheets.
-
Issue with null data
I am using the below beast modes calculations for a chart. where I am trying to find the no of records received today and yesterday. Data appends itself in the dataset date wise. Eg: if yesterday 1 record received, today 2 records received. dataset will show 3 count for today. Beastmode: today: case WHEN SUM(CASE WHEN…
-
dataset error
-
Charts with multiple columns on X axis
I want to create a chart in DOMO with multiple columns on X axis in the below way? How can this be done? I tried to add multiple columns on the X axis but it doesn't take.
-
Error while saving cards
While saving a card, I am receiving below error
-
Want to add minutes of a particular day from different rows
I want the sum of downtime in minutes for a particular day. Eg: 14th May had a total downtime of 33 minutes. I want to have a single row for 14th May with downtime 33 minutes. How can this be done?
-
Is it possible to download all the cards in the Dashboard in individual excel sheets?
I have 190 cards in my Dashboard and I need to download all the cards in 190 different excel sheets in one click. Is there any possible way?
-
Issue with Powerpoint plugin in PPT
When I share a PPT made from domo plugin to other person having access to DOMO. When he refreshes the PPT, all the cards in the PPT gets deleted. Any solution for this please?
-
issue with date format
I am using the below format for the date transformation. but not giving the proper format. the day value is incorrect. CONCAT(CASE WHEN split_part(`auditdate`- `submitdate`,' ',1) * 1 = split_part(`auditdate`- `submitdate`,' ',1) THEN CONCAT(ABS(split_part(`auditdate`- `submitdate`,' ',1)), ' days ') ELSE '' END,…
-
Need to calculate the difference between two dates with proper date format
Need to calculate the difference between two dates in Days Hours Mins seconds format. Wrote the below case for date difference but not getting the required output. Getting output as shown above in yellow: Need output as : 4days 21 Hrs 20Min 27sec
-
I want to calculate difference between yesterday and day before yesterday.
I want to calculate the difference between yesterday and day before yesterday to see no. of files received in that day. my dates are in the below format in one column, i tried the datefiff function but couldn't get the desired results please help
-
I want to create a Card/visualization in DOMO which will fetch data from Excel
I want to create a Card/visualization in DOMO which will fetch data from Excel for a PPT and show the info in the below format. How can this be done?
-
Need to create a ticket card which shows all raised, closed and backlog tickets
Inflow : Total tickets raised in the week Outflow: Total tickets closed in the week Backlog: Incremental open ticket count required as per week Beast mode created : inflow: count(CASE WHEN `status` <> 'Cancelled' THEN `incidentid` END) Outflow: count(CASE WHEN `status` = 'Closed' THEN `incidentid` END) Backlog: COUNT(CASE…
-
I am getting the unhandled exception error when refreshing the cards in PPT
-
I want to fetch count of data for a specific time frame (mon-fri)-(9-17)
I have data for all hours in a day, but I want to filter out data from only business hours mon-fri (9-17)