SEC Contributor

Comments

  • I still want it to look like the display for the map card just with the color coding by zip code, so not sure the lat/long card would work. I'll look into ddx bricks and custom card options suggested. Thanks.
  • So the exact issue is that, for today for example, the current year shows data from 4/1/2024 to 4/24/24 and it compares it to 4/1/2023 to 4/25/2023, so it's adding an extra day to the range for the comparative prior period. I would think that in most cases, that users would want to compare the same date ranges year over…
  • @user084060 Could you let me know where this is posted. I'd like to up vote it as I'm using quadrants in a bubble card and have to manually update this as I notice the quadrants aren't correct anymore as data updates.
  • @MichelleH Hi Michelle, I'm using a variance bar line chart type and I am visualizing the last three years of sales volume so my data shows ytd, 1 year ago and 2 years ago for volume, the variance 1 year ago and variance 2 years ago. I am not seeing where I can not show variance 2 years ago. I tried to unselect it in the…
  • Will the survey link be sent out by email? I didn't see it in the comments section for the meeting.
  • This has been escalated by support. Thank you.
  • Thanks for the suggestion, and would have tried it if we had a small salesforce, but we have a large number of salespersons making this challenging to do.
  • Hi, I have a request from a user to know who is online, so mine is outside of the admin side. How do you know in buzz when someone is online? What's the indicator? If it's a bright dot, will that show if you haven't buzzed the person before?
  • My insights are showing as the default view in place of the card filters and since my users are not used to seeing them, they may not notice that the filter is another tab. I'd like to be able to switch back to defaulting to the filter with the filter open and not the insights showing. Is there a way to do that? 
  • Hi, I was having that problem but after moving people who didn't need admin access to another level, it stopped. What I do have a continuing problem with is the filters being turned off randomly. I have to keep directing users to go to the wrench and turn the page filters back on. Even after they have been turned back on,…
  • Any answer on this, I too would like to add something I created in google maps to Domo.
  • Thanks for the suggestion. I'm also going to submit this to Domo help to see if it can be fixed for the POP card.
  • Thanks for the quick answer. That worked!
  • Actually, it wouldn't be adding any additional cards, just a collection which when in a collapsed state is only about an inch high. See picture below. Here's an example.. Here's an example of what that looks lik.
  • You could create a new collection on the page, type in what you want to say in the title box, then move it to the top of the page and minimize it. That way, only what you typed in shows.
  • The graph image in the card didn't appear in Power point, it wasn't a calculation issue, probably a technical issue. I escalated it to support and it appears to be fixed now.
  • Is there an update on this? In the Paticipant view, the wrench drop down show collections to expand and minimize, but no option to create a collection, so having these options show doesn't make sense for participants. Most of our users are participants, and would like the ability to arrange their cards in ways that tell a…
  • I think what is puzzling to me is that the prior two prior years first 15 days (for example) can be calculated for the label and bars size, but at the same time not be reflected in the drill down. Prior to the yoy graphs now included in Domo, we had yoy graphs that were created using beast modes. The drill down always…
  • I found the solution. To the right of the subject line of the title of the buzz discussion there are three dots. If you click on that, it opens a new window. Towards the bottom of the window is an option to "Make public" in blue. If you click on that, you can make that conversation visable to all channel members.
  • Anything new on this topic? I just had this come up for me again, and since there is no detail when you drill down on a null value, I'm not able to fix what caused it.
  • Hi, I tried again, same issue. I also tried creating a new collection and moving the cards to the new collection. It also changed the order of the cards that defaulted to the second row. I checked my zoom and it's at 100%. I played with changing to a smaller zoom and it still went to two rows. I'll have to check with my…
  • I went throught the steps, and initially it did fix the problem, but I just went back in and the collection is back to showing three cards in the top row and two in the second. It isn't holding all five in one row. I unlocked, fixed and locked it again as you suggested.
  • Thank you. This fixed my problem and I learned something new.
  • Yes, having annotation ability would be useful to me. I have several cards that I would like to put in a comment for a specific date that we acquired a new company which would help explain the abrupt jump in the stats.
  • I too am having a problem seeing what items fall into the null catagory in my data. They are items that need to be fixed, but no transactions show so I can see what needs to be fixed.
  • Thank you. This was a big help.
  • Great, got it to work and display. It its accumulating all future amounts as one amount called Future. I would like it to show the future amounts per month instead. Do I need to create a beast mode for month?
  • Tried the formula and this is the validation response: Invalid Formula : A column in this calculation did not exist. 1CASE WHEN 2`EstimatedCloseDate`>= CURDATE() 3THEN `Future` 4ELSE `Historical` END 5