コメント
-
It is possible to do that yes, but currently it can be achieve "only" by building a custom app. (not available through the regular card's settings)
-
It was a bug and the development team took care of it. It was not allowing to save the changes made to schedule reports. Now it does.
-
This has been resolved by Domo support.
-
Don't worry , that capability is still working. all you have to do is turn "Edge Model Style" to a 'Count' agregation, that will automatically active the drag column here option. otherwise you are telling the chart to plot Sum of Quantity by the different Edge model styles.
-
Yes, Domo can do something like that. Take a look at the "Box Plot Cards" , you can choose either a vertical or horizintal style. This screenshot I took it from the "Domo Help Center"> Domo Knowledge Base section, In there you can run a search for "Box Plot" , it will bring a link result where you can go in and look at how…
-
Ugh! that is something not currently available in Domo, but they announced last week in Domopalooza that coming soon we will have the ability to add that type of notes to cards. Maybe somebody from Domo in the Dojo can find out an approximated date of the realese of that feature.
-
gotcha, the fix for it in lame terms would be (Sum(Actuals) / sum(Budget)) - 1 Then format summary number as percentage.
-
Hi, I think you should do a straight sum('YTD Actual ') / sum('YTD Budget ') for your summary number this will aggregate all countries then in the edit mode you can add the filter for france to lock the card for just france or even better, you can leave it open to the user so they can use the analyzer and filter the card…
-
This is actually very very simple to pull up using a stacked bar card in Domo, without the need of an app already created or building an app from scratch. This is an example that might give you an idea of how it's done. Hope it helps you
-
Hi @peter can you add a screenshot of how the card looks now and let us now what is the expected sorting order look ?
-
Under Chart Properties > General , check the box that reads "Sync Value Scales"
-
works the same way, in that box you can put 1,2,3,4 as many lines you would like. just drag and drop your series on the top and it will pick it up automatically.
-
No worries , the export option did not go away, it just changed a little bit Take a look at this button
-
Got you, you should open a ticket with Domo support so they can take a look. you can also run some tests creating a brand new Line+Bar card to see if it does it too or if it is just that one card having issues.
-
Hmm! that is strange, what about on the settings for value scale (line) and value scale (bar), you'll see a Label format option. are they set as Default, Number or Percentage.
-
Hi Ricardo, It has not happened to me. I suggest double checking 2 things 1) on the edit mode, when you bring your value into the chart (shows in Green), make sure is set up this way with type = percentage multiply by 100 2) for the Value scales (line or bar independently) , make sure the divide scale by = percentage.…
-
it seems it still happening. in this case , when I click on Post, it returned an error, but It actually posted. I did not notice it until I removed all html code like Aaron suggested, and see the dupllicated post after trying again.
-
Definitely yes, select your Line + Bar card and in the chart properties under general you will find an option to specify the number of lines and bars you want to display as running totals
-
A beastmode should do the job. you mentioned you have been playing with beastmode but have not been able to make it work. Can you share the beastmode code you are attempting to create so we can take a look and tell you if it has something wrong, and how to correct it?
-
Based on the spreadsheet with the data you attached , Can you check the order number 14178051 , it looks like that one is both Counter / WC and Our Truck.
-
Hi, lets fix your beastmode first to see if that gets you where you want to be. Do this instead: COUNT (DISTINCT CASE WHEN `Ship Via Group` LIKE '%Counter%' THEN `Order Number` ELSE 0 END) / COUNT (DISTINCT `Order Number
-
Hi, I hope this info helps you a) When a user turns on the analyzer to filter all cards on a page, they will see all columns present in the dataset excluding beastmodes you have created. b) When a user opens a single card and turns on the analyzer, a drop down shows up and it will display all columns present on your…
-
Hi @PantoViz don't worry about it, the wording on that box changed on the last Domo update. it changed from 'Number of Symbol Series' to 'Series on left scale' , but it still working as before. just put a number 2 and apply the changes. it worked for me.
-
No problem, tell them also what browser you are using. I normally use firefox and It haven't had that issue for a long time. another thing you can try is to clear the cache , log off and log back on.
-
it takes a little practice as Domo can be tricky sometimes. don't forget to unlock the page first, then select the size , then lock the page. add these steps at the end, hit refresh browser, see if it holds the size of the cards, then navigate to other page and come back.
-
Let see, Try first these steps 1) make sure the "Lock" icon that shows up next to the page title is in unlock mode 2) on the far right of your page, click on the wrench icon menu and go to the bottom of the little menu that drops down 3) there you'll see little square looking buttons that allow you to set the zise of all…
-
私は "SQLデータフロー" 列「TrandetID」は一例です。 この例では、数字123で始まるすべての値が除外されます。 私はこれがあなたを助けることを願っています
-
Bring your Hours title to the sorting box and select "no aggregation" in ascending order
-
Hi Jonathan, I normally use beastmodes to apply as filters in the cards we build so that they don't show partial month, week or day data. Notice I use `TransactionDate` as my field driver and it is present in my data set (you can replace it with your field name) These are as follows: As of Last Month : CASE WHEN…
-
Yes you can have multiple symbols and more than 1 bar. Use the general settings number of symbol series like on this screenshot.