-
Schedule a report
We had a dashboard that was scheduled to run daily and now expired. I believe that there is no flexibility to move out end date. So I saved it as a new version, but I still cannot schedule the dashboard as a whole page. I can create an schedule for individual cards within it but I don't want 5 emails coming each day. Is…
-
How to get 2 decimal places only
Hi, I am using a beast mode calculation that results in a ratio for forward to manager : hire CONCAT(Sum(CASE WHEN To Step = 'Forward to HM'THEN 1 ELSE 0 END)/(COUNT(DISTINCT Requisition Number)) , ':', Sum(CASE WHEN To Step = 'Hire'THEN 1 ELSE 0 END)/(COUNT(DISTINCT Requisition Number)) ) The result is this: How do I get…
-
How to calculate Average
-
Line chart to show the values as % of the column total
I need to create a line chart in Domo with my existing dataset. I have the idea in excel pivot table but I need some help in getting the same in Domo line chart. As an example, my pivot table is this data: Count of ID Column Labels Row Labels Plan A Plan B Plan C blank Grand Total good 89 4 29 260 382 bad 7 2 5 106 120…
-
UKG connector
I have a BI report that connects to a UKG connector. It picks up headcount at the end of the month. For some reason it skipped end of Dec 2023 headcount but is picking up Jan 2024. So now my dataset is missing Dec 2023 data. Is there a reason why such a thing could happen? Thanks, Gunjan
-
Calculate a ratio
Hi, I am looking for a calculation that will allow me to look at a requisition number and then look at number of people Forwarded to Hiring manager and number who were hired and calculate a ratio For example the calculation should be able to say 3:1 for the below example 3 forward to HM : 1 hire Sometimes we have more…
-
Output Dataset
I am getting an error with my output dataset. Also, I need the output dataset to be the ETL data flow. What do I need to do to fix it. Thanks,
-
Months in card not in order
I have a card for filled positions and it was working all fine. All of a sudden after updating Dec yesterday, the order of the months changed to a random order. I tried sorting the month, but it still did not correct. Any help is much appreciated. Thanks, Gunjan
-
Domo Webpage
My org chart in Domo is fed by a webpage. I updated my web page and my org chart is not loading anything. I am not sure how to troubleshoot this. Any help is appreciated
-
Bar chart years not in sequence
I am not sure how to fix my years to be in sequence. Like 2021 the 2022 then 2023. Currently I am using a bar chart and data for 2023 is before 2021. Any help is appreciated
-
Multiple results encountered for same location in pivot table.
I am getting this error on a pivot table chart and it is asking me check my beast mode case statement. I have a beast mode calc for division Case when Division = 'Finance Actuary & Analyt' then 'Finance, Actuary & Analyt' else Division end That is the only cal being used on this card Not sure how to fix this situation or…