Jessica Contributor

Comments

  • Thanks, this was helpful
    in Form Viewer Comment by Jessica March 20
  • Add a descending rank by YearMO number and then filter the card by the new rank field for < 7 That way as each new month is added the Rank number changes and the new current month is always 1
  • Are you specifically referring to the Variable option in DOMO which is different than a beast mode or are you just referencing the word variable as a descriptive identifier? If DOMO variable, in your example, which field is the DOMO variable? I would think you would need 2 DOMO variables to execute this, one that is % and…
  • I actually resolved this myself because after I enabled it and saw no difference I put it back to a disabled state. When I did this, I went to an existing card (and created a new card) and both instances the configuration in color rules no longer displayed the feature where you can manually type in the hex# or change the…
  • Thanks Rob
  • @RobB Sorry that is way beyond my knowledge base. Is there some where I can see these numbers when I am looking in the DOMO application? Like I can see the dataset ID in the URL when I am on that dataset under the data menu in the DOMO Application. Where can I see DAP ID?
  • Why do we have the option to bold or use italic but not underline? Also, you can't change the color of the bullets or numbers, they don't match the text and you are also able to adjust the size, so when you select header, title, subtitle etc, the bullets or numbers don't match in size with the text.
  • sorry getting lost where you are adding the 3rd criteria as I only have two but yes, originally I tried it all together as one, it would not read correctly, that's why I came on for help const where = ['ELT_Code = COOR','RecordType = FTE','Blue_MA_SSP_Code = TCMV','TimeSeriesShort =…
  • Tried this below but it didn't work const where = ['ELT_Code = COOR','RecordType = FTE','Blue_MA_SSP_Code = TCMV','TimeSeriesShort = CM','FTE_Position_Type!=Actual_Active_Positions'||'FTE_Position_Type!=Actual_Open_Reqs']; I did find that doing it nested works const where = [ ['ELT_Code = COOR','RecordType =…
  • I am an administrator, on my home screen there are no three dots but I can select the tab at the top that says More On the tab, I select Admin and on the Admin screen I selected Groups under Governance. I selected Dynamic Groups and I can see the list but there is no export and there is no column that shows the logic per…
  • you can also use background-color: #11ffee00; that is the hex code for transparent, the when you set the card background as transparent on the page set up, it will just show the page background
  • If you reconfigure the data so that each record/row for each month and value is independent, you would have a “Value” Column and a "MonthShortName" column, you could use the Pivot table option and then put the month as a column and it would skip the months that are not present.
  • It depends on if you need the export done as a page where DOMO will randomly display more than one card per page or if you are ok with 1 card 1 page? If that meets your needs you can select Publish as a Slideshow and you have the ability to exclude cards there and then download to PowerPoint.
  • No, no response or solution. I may submit support ticket
  • Hopefully this shorter amount of code will make it easier Validated that this works const where = ['TimeSeriesShort = CM','Version != OEP_Working','RANK_Version = 1','RecordType = Standard','BA_MA_SSP = Total Company Management View']; This is just one of the MANY combinations I have tried that do NOT work. I have tried…
  • So this works and the field that has paren in the name, is working it seems like the issue is only because it's the where and groupby? var domo = window.domo; var datasets = window.datasets; var myTable = document.getElementById('myTable'); var fields = ['TimeSeriesShort','VAR P-A (A)']; const where = ['TimeSeriesShort =…
  • Building on DDX bricks app Can you give me an example of what you are saying above do I change everything to single quotes? I started that way and then changed to back ticks when it didn't work ticks with double quotes like this? var columns = ['RecordType','TimeSeriesShort','MOLongName',`"Account Level 9",`"VAR P-A (A)"`];
  • Sounds like a great feature if I could make it work. I selected the options but the button's don't appear. Was thinking though that when you have the card full screen, do you still have the table option under the wrench, maybe the projection values are visible there?
  • You could do something with an HTML table and use the color rules but it would be a table with a column header, then, provided the field is in the data on the page, have the table card impact the rest of your cards so when that row/cell in the table was clicked on it it would filter the rest of the cards on that page.…
  • I believe you are referring to card collection? So you want to be able to have a page that is both a card collection in one part and then a regular dashboard in another? Sounds cool
  • this is still not working, part of config is Host Domain do I include https://company.domo.com or just company.domo.com honestly I have tried both and had a call with DOMO to review config and this is still not working
  • Unfortunately no, what I said above "should NOT have ANY access to adjust page filters" You listed that participants can add and save filter views for personal use. Not the same thing as no access at all. Even for personal use, we can still have a user that misuses a metric if they don't understand the naming conventions.…
  • so reading more and more, let me be clearer the screen shot below is where I don't know what to do I thought I needed to type the request in the cmd prompt on my c drive? but I am not getting the expected return response pictured below Also for the request I made the following updates to the command line removed the…
  • so I have completed the client ID and secret but in reading the instructions and I set up an access token but I don't understand where I am supposed to copy the token. The set up in OneCloud only shows that it needs Client ID and secret. When I set up the access token I linked it to our service user account. I named it…
  • Can I ask how (or can you) you identify which server the Workbench data files coming into your DOMO instance are from? We are considering loading Workbench on a DEV server, assuming it will still load to our one instance, we want to make sure we can distinguish DEV files from PROD files.
  • @mhouston super helpful, I was worried about exactly what you were saying. I guess I figured that if Group - limited was the Access Group on Page 1 created with dataset XYZ (PDP applied here to Group -Limited) Group - Unlimited was the Access Group on Page 2 created with dataset XYZ I was hoping that the PDP filter would…
  • Yes, I selected enable PDP, at first I did not but I realized my mistake and corrected that a few hours ago in the very beginning. You won't see any difference in the impact button because I am provisioning access to all cards but reducing the data that is visible on each card. Last, I'm not sure where the message "Your…
  • I read all documentation before posting here. If you look through my scenario above, it should work. But it is not. Please let me know if you need more information. Group 1 with limited data (PDP) on a dataset on Page 1 Group 2 with unlimited data (PDP) on same dataset on Page 2 A user in both groups, should have Limited…
  • Thank you!!!