-
How to get text into the center part of the donut chart on DOMO
I have what may be an easy question but noticed that on the Donot chart guide on DOMO, there is a picture of text in the center part of the donut: The url to the page is here: https://knowledge.domo.com/Visualize/Adding_Cards_to_Domo/KPI_Cards/Building_Each_Chart_Type/Donut_Chart Does anyone know how to do this? My…
-
How to delete blank rows in a data set
I have a table which I've sorted by the count of a particular column. However, the column that is sorted at the top is one that has nothing but blank data in it. How would I create a beast mode to remove this field. (Please see photo below.) I've tried to create a beast mode that does this: (CASE WHEN…
-
How to log in as a test individual on RYUU in the Command line
I'll do my best to explain an issue that I'm encountering at my company. We have a custom made app that uses RYUU, the DOMO API and built with Vue.js. The app has been working fine for almost a year now but recently we've made some changes to the PDP rules. These changes affected one of the clients who uses our custom app…
-
How to logout of RYUU on the CLI
My company has a custom made app that uses Vue.JS. When I use the command line interface, on my mac, which I've been doing for almost a year now, I run Domo login, select my companies instance and it says Login ***** successful. (The **** being the instance of my company name.) Then it says welcome, my name. Is there a way…
-
How to display two total numbers, such as spend and savings, on a bar chart.
I have a grouped bar chart that is essentially showing spend and savings broken out by categories such as hotel, food and beverage etc. The summary number displays the total spend. However, my issue is that I need to display the total savings as well. Does anyone know how to do this? It can be in the summary number or the…
-
How to create a beast mode calculation that can do a count and then sum
I’m currently working on an issue dealing with conducting a filter than an aggregate in beast mode. (I will say at this point that I have a feeling that this may not be done in Beast Mode.) I have my data that looks something like this: Col A Col B Col C (What I need to create) B 2 0.2 G 4 0.4 H 4 0.4 The total of Col B is…