Comments
-
Have you gone to the Chart Properties and to the Hover Text Settings? In there, you can manipulate what you want displayed on hover. Click the + sign in the Hover Text textbox to add any of the commonly used values. You can also add static text by simply typing and add line breaks by adding \\n . Hope this helps.
-
Try removing the date column on the left. Since those dates have different timestamps, they are making the row unique. If you just have the person's name as a column and then the count of the person's name, you should see a proper count.
-
If you are just uploading a list of zip codes, I would suggest you make use of the ZipToFips connector in the App Store. It has all of the zip codes and their associated fips code, which can be used to power the map cards. It has the zip codes as strings to account for the leading zeros. You can then join this dataset to…
-
I have been looking for the same thing, but have not found a way to do this. It would be a great feature for Domo to add so that processes can be better documented.
-
How many rows are in your dataset? By default the preview only pulls the first 10,000 rows. If the ID you are trying to filter on is not in that 1st 10k, then your filter will come up empty. You can change the preview to pull a larger number of rows so that it pulls the ID you are looking for. You could also export the…
-
That is interesting that there is not a "multiply by 100" checkbox in the summary number formatting section like there is when you use a field in the main card area. If that was offered, you could just uncheck that box. Since that isn't option, you should create a calculated field and create the formula like this:…
-
I would love to see this is as well. I'm working on a custom connector right now, but not having much luck due to the way the ActiveCampaign API calls are structured.
-
I think the dashboard design has an issue with percentage. Here are some screenshots that may help you see what is going on.
-
Thank you. That was very helpful. I found a suitable svg file from that site and I am working on dividing it up into paths for each body part so that the data will match to it. I noticed in this training video: Custom Maps Regions that there is a body part card shown. Any chance that can be made available?
-
I decided to go in a different direction and get the data in the format I needed in the workbench rather than in the dataflow
