smurray Member

Comments

  • Hi Olivia, There is an option called "RETRIEVE VIDEO AND CHANNEL NAMES" on the connector, that if you select that it will return the names.
  • Hello Sridhar, Thank you for asking your question about Facebook error messages. Facebook made changes to their API on August 1st, see this post from FaceBook (https://developers.facebook.com/blog/post/2018/07/31/facebook-app-review-update/?ref=dev_banner) for the details. Due to the changes Facebook made, I would check…
  • Olivia, Thank you for asking these questions. I am double checking the YouTube API and the Domo Connector documentation to provide an accurate answer. I believe it is possible via the API, but I am not sure if that feature has been added to the Domo Connector.…
  • Hello, Thank you for the request. MySQL recently started supporting windowing functions in their current version. Domo is not currently using that version. Redshift does support the windowing functions and you are able to load in your flat file into a Redshift DataFlow and use those functions. You can also use Magic ETL,…
  • I can see how that is annoying. Will submit a screen capture of the message. I would also suggest as DaniBoy did and submit a ticket to Support.
  • Thank you for the suggestion which is a great idea! We currently do not have such an offering. Please visit the Dojo Ideas Exchange http://dojo.domo.com/t5/Ideas-Exchange-suggest-and-vote/idb-p/Ideas. You can search existing ideas and then vote for it if it matches what you have in mind. If you cannot find it, please…
  • How often are you are you pulling the Quickbooks data? You could use the _Batch_Last_Run_ column or Create a DataFlow and add a Constant Date Column for whenever it runs giving you an `As of Date` or `Run date`. I am assuming that you are pulling data Daily, but you could also apply this to weekly numbers or Monthly…
    in YTD graphs Comment by smurray June 2018
  • Hello, I think you are asking about when a Page Filter is applied, you want to see that date range next to the title of the card, is that correct? This is not currently supported, I would recommend adding it to the Idea Exchange and sharing it so it can be liked. If not, have you unchecked the box to hide the date on…
  • How did you setup the Embed cards? Are they set to Public or Private? It would have to be set to Public to achieve the desired outcomes. I am sure you have already look at the Knowledgebase article, but just in case you haven't here is the link: https://knowledge.domo.com?cid=domoembed As for your question, there is not a…
    in Embed Cards Comment by smurray June 2018
  • I agree with ZCameron, you need to ask if putting the aggregate in a DataFlow is the correct place or not. I would also suggest you go like the Idea to get it added to the product. To answer your question in the basics, you can do a case statement in Magic. It isn't very pretty, but it works. See image for an example: Case…
  • The Public version doesn't support filtering. The Private version supports filtering, but it does not pass down the filter settings. I would recommend adding that to the enhancement list and then upvoting it.
  • Hello, Which method are you using to embed the card? If you are using the public method of embedding the card, filtering is not supported. Will you provide the steps you are taking to the embed the cards?
  • * Open PowerPoint. * Select File > Options. * Select Add-ins. * In the Manage dropdown, select COM Add-ins, then click Go. * Check for Domo PowerPoint Make sure you don't have multiple versions of the plugin installed. You can remove extra instances by doing the following: * In the Windows Control Panel, go to Add/Remove…
  • Thank you for the samples. What version of the PowerPoint Plugin are you using? Also here are a couple of knowledge base articles: http://knowledge.domo.com?cid=domopowerpoint http://knowledge.domo.com?cid=excelpowerpointplugin In the first article under the section of troubleshooting, it reports that Microsoft sometimes…
  • @Sirisha_Sindiri, I am making the assumption that you already have the data for the Correlation Matrix, therefore you need help putting it in a card with the color mechanism. You can do that by using a Table Card and then creating a Beast Mode for each column. Here is the code for the MPG column: (CASE WHEN `MPG` >0 and…
  • Hi @cmarutzky, @StevenC is correct about our period over period, but I think he meant to say that displaying two values isn't currently available as well. Here is a link to other requests to the Heat Map. I would reccomend you reviewing these and then adding your request to this list.…
  • ok, great. For the zero-line color, it is giving the example of Red and the HEX code for red FF0000. You can enter any HEX code for the color. An example is 3366CC which returns a dark blue. You can also provide just the name darkblue. You can think of the HEX code in the order of Red, Green, Blue. So in the example…
  • Hi @jamesnguyenFICO, To clarify are you asking about this section fo the card builder: for the Zero Line color or is it another grid line you asking about? Which cards are you specifically asking about?
  • Hi @nlinnell, I responded to this on Monday, but apparently it didn't save. Assuming you are using the MySQL DataFlow, there are few things that need to be done to get the script to work. First, when I copied the script from the message board into a dataflow, I noticed that it put in <br>HTML tags, they need to be removed.…
  • BeastMode only calculates on one row, so what you would need to do is build a DataFlow that would either a) do the calculation and give you a `New Follower` field or b) pull in the previous day's `Follower Count` and then do a Beast mode to perform the calculation Using a join to the same table but 1 day behind Select…
  • I am looking into this, and will let you know what I find.
  • The Top level should be set to State.
  • @ckatzman I think you are saying you see this: and what you want to see is this: To get the top view you change the card type to the US Counties map. To get the bottom view you leave it as a US State Map, just like in the top level and you change the State Name field to the FIPS value. Like so:
  • you just need to set the category to the FIPS code, to get to the county level view. or under the step of adding a Drill path between the Add a View and Select FIPS you should select the US Counties Map on the right side (see image below): * In the Gear menu, select Edit Drill Path. * Click Add a view. * In the category…
  • Based on the card type, the month is not clickable. Therefore it is not drillable. The individual date is what is sent and so if you clear the filter it will show you the month view, which is what I believe you are looking for. However a work around is to create a Month Year column and then use the Page Analyzer. You can…