Comments
-
5 years of using domo and I never knew there's a difference between beast mode and Magic.
-
Did you have to request this? or is it now removed? I don't see this Date_Working_Diff anymore
-
My CSM tells me Engineering is working on a fix for this. :)
-
Same, it's gone here too
-
@Billobi The super admin account is different from my domo account. The super admin doesn't have a domo login are you suggesting I make a domo user for the super admin, login to domo with that, and then try to use the Bing connecter under that Domo user?
-
@jaeW_at_Onyx thank you for the suggestion. Definitely not going to put that in the footer :) that was just to help folks visual what I was trying to do.
-
I didn't think so either. Be nice to be able to do that, and use different colors. I appreciate the alternative solution too. Thank you
-
By appending that data set - just to verify I am doing it right - the output dataset is going to double,triple, quadruple in size depending on how many Constants/Date Operations you create right? And then it just makes sense to maybe filter out the dates you want so you can minimize the size of the data set (if an…
-
Did I mention this was Awesome?
-
Incredible stuff Grant. Thank you
-
Wow, not enough coffee! Thank you!!!!
-
@MarkSnodgrass welp, I am confused. I wanted to know if I can do PDP on a single column. It sounded like you said I cannot? But, the 2nd to last sentence you said I would "...create your PDP on that additional column" ?
-
@ST_-Superman-_ An older post but VERY helpful. I forgot all about rank. Was about to do this in SQL. Great pictures to follow along to TY
-
@GrantSmith Awesome!
-
@MichelleH i submitted the idea
-
That's another issue for sure.
-
@MarkSnodgrass that is awesome! thank you. I built it out and it's basically says the same story. It's not what I had built in the past, but it will definitely work. Great explanation. That was easy to follow.
-
@GrantSmith this isn't quite what I was looking for. I don't think the person that did it is with Domo anymore. He created a "month split" beast mode
-
Haaaaa, I was just looking at your documentation.
-
the recursive dataflow is super easy. The trick is to get the dataset set up and then append to daily. I followed the help article Domo had for my salesforce Leads object. Took a little finagling because the article doesn't explain where the original dataset comes from. Hint: you have to make it. It's saving snapshots of…
-
Nailed it, thank you!
-
@mhouston That's what I've already done. I have some dev resources I'm going to see if they can crack the nut and get to the data some way and pull it in. I'll follow up here and let you know what I do (eventually) Thank you
-
@J_Tsang for sure
-
Here is the code you enter into Salesforce Visualforce page. Feel free to play around with the margin and height. The below dimensions are for a side column that I found worked for me. A few FYI's that you should take note of. * Make sure you use the Domo name for the Column you're passing the Saleforce ID value into *…
-
I got it to work!!!! <apex:page standardController="Account"> <iframe src="https://my.domo.com/embed/card/11111186?enable=title&pfilters=[{%22column%22:%22AccountId%22,%22dataType%22:%22STRING%22,%22operand%22:%22IN%22, %22values%22:[%22{!Account.Id}%22]}] " width="600" height="550" marginheight="0" marginwidth="0"…
-
I'm so darn close: ok, so I'm very close (I think). I have this, but I'm getting a message that says "No Data in Filtered Range" Which tells me I'm not passing the Account.ID over. <iframe…
-
Ok, I've got to be close b/c now my only "error" is the card in Domo when posted in Salesforce says: No Data Filtered in Range. <iframe src="https://mycompany.domo.com/embed/card/8876?enable=title&pfilters=[{%22column%22:%22Account.Id%22,%22dataType%22:%22STRING%22,%22operand%22:%22IN%22,%22values%22:[%22Account.Id…
-
I know I'm dense, but my HTML skills are almost as good as my latin (nill) I'm getting a pfilter error with this <apex:page standardController="Account"> <iframe src="https://mycompany.domo.com/embed/card/12636?enable=title,summary&pfilters=…
-
thank you, but that is what I don't understand. The account ID is going to change depending on what account they are viewing in Salesforce