Comments
-
Hey, Let me just recap your situation: Before: "How do I remove my payment information from your website? ------------------ Submitted from: https://www.example.com/example" After: "https://www.example.com/example" Assume all URLs obey the same pattern which they all start with "http://www". I think its fair assumption…
-
Hey, What does you mean by 'the system'? Is this your Domo Dashboard? Is this your user profile in Domo? So many reasons could lead to the loss of these 2 employees
-
Hey, You can set the workflow on the workbench running every hour. For examle, It will re-start the task at 13:00 if it failed at 12:00. Let me know
-
1. Make sure you dont filter out 'Pro Dev' as I can see you were using filters. 2. When you select 'Pro Dev' did its data show up? if it did, 'save and exit' in the analyzer.
-
Shouldnt be any issues. LMK if you have any
-
Hey there, I've done several 'Append' ETL process before. It is weird to have issues after the actions you've taken. So I have no solution in mind without running the ETL you have in front of me. make sure you have same tiltle and same type and try to test it with other examples.
-
Wow. kudos to you. It solved my problem when there are character and numeric type in one field
-
@user06465 I think you unselected the fields within your setting. You can check the colors in the labels by comparing two graphs. The missing field has different color in both graphs and other fields have same and consistent colors. Here is the solution: 1. go to Analyzer 2. select the missing field and make sure you have…
-
Are you able to show us your screenshots?? It sounds like you didnt save your configurations. LMK
-
@AS Thanks for correcting me. Yes your right. I have revised my answer. Thanks again!
-
Hey there, If you are working in the SQL environment, then check the codes below, select a, (CASE WHEN `Product Name` like '%YOUTUBE%' then 'YouTube' WHEN `Product Name` like '%AUDIO%' then 'Audio' WHEN `Product Name` like '%FENCING%' then 'Geo-Fencing' ELSE 'unassigned' END) as b from c Note: a - field you want to query;…
-
We received client satisfaction surveys on SurveyMonkey. If we have 2 completed programs, we will send 1 each suvey to different contacts. Then, we use SurveyMonkey connectors to connect it with Domo and build ETL process to append two datasets into one master dataset. What if we have 10 surveys, is there a way that allows…
-
Feature Disabled This feature is currently disabled. Please contact your Domo representative for more information. Thats what I got. Probably contact your rep.
-
My wild guess is that you need to upgrade your pricing plan. Thats how it works in SurveyMonkey.
-
My approach of reducing to fewer categories using SQL statement(case when and wild card). Like mentioned, you need to build it at the dataflow level so that you can add it to the filter panels. Thanks
-
Great approach. Is there any question or feedback?
-
The above answer is 100% correct. (CASE when `Month`= 1 then 'Jan' when `Month`= 2 then 'Feb' when `Month`= 3 then 'March' when `Month`= 4 then 'April' when `Month`= 5 then 'May' when `Month`= 6 then 'June' when `Month`= 7 then 'July' when `Month`= 8 then 'Aug' when `Month`= 9 then 'Sept' when `Month`= 10 then 'Oct' when…
-
Hey there, Can you narrow down your case ? like are you importing a csv file, connecting with a connecter? If the count of row is not in your orginial dataset, then you need to write in Beast Model or build a ETL or write some SQL. Let me know.
-
It also happens when you publish to the web link. I think they are working on this issue. Hope it will be solved soon. As an alternative solution, you can get all rows in a table by exporting to PowerPoint.
-
I think the drill-down chart is synced with the main chart. You can apply any filters to the main chart. when you drill down to the next level, you can only cancel the filter. Note: we are standard users. Not sure if your ask is available in other license plans. Thanks!
-
My first intuition is to convert string YYYYMM in beast mode. But it will be really tedious. My solution: 1.Create a 2nd worksheet using 'Domo Online Form' or uploading a new dataset. 2. This file contains 2 columns. (For example, old: May 2018, June 2018... new: 2018-05-01, 2018-06-01...) The point is to match up the…
-
Any update on this request? Thanks
-
Hey Austin, I'm importing data from Google Sheet and i checked this connector. it seems there is no setting that allows to 'Append' update method. Can you direct me a bit more? Thanks
-
vote for this answer. Nulls --> unique dummy -->remove duplicates --> you can convert back to null
-
Hey, Do you mean the color coding when certain condition is triggered? "Color rules" is probably the most similar tool in Domo. However that would only allow you to compare rows. Need someone to answer this from Domo technical team.