Comments
-
@MarkSnodgrass Can you tell me which beta it is you're referring to? My CSM just enabled a "Print Preview Beta" which shows page breaks.... is this what you're referring to? If so, it doesn't address my issue. Thanks,
-
Thank you...
-
I'm still having issues... when I create a dashboard, it will cut out my X-axis values... I addressed by adjusting the Display Mode (in options when editing dashboard) to "Auto Width". This expanded the cards so I can see the X-axis values... However when I export the page, it cuts out the X-axis values. Is there a way to…
-
Thanks Grant.
-
Thanks all... I've learned that not all the pages end in the product id... going back to my original question. Is there a way to look for strings contained in a field in order to match from another dataset with a field that contains that string?
-
There might be a different number of '/' though for each URL... I also noticed this has "Copeland-sku-" in front of the part number.... maybe I can use the sku- as a deliminator.
-
They have the product ID at the end of the URL... however the Product IDs come in different lengths. They are however preceded by a '/' ex: https://climate.emerson.com/en-us/shop/1/copeland-sku-zp20kae-pfv-130 So, I suppose I could try and pull out the last segment after a '/'. How would I do that?
-
Thanks guys. Grant - you're correct in that a user will get a new session id for each of their sessions. I just want to identify all their activity for sessions where they did authenticate.
-
Thank you, I guess I'm still disappointed that Domo can't offer a more aesthetic table... I can actually make it look nicer in Data Studio.
-
Here's an example. You can see there are rows with the latest date equal to "latest" and "older", but in the fitler, I only get a latest option...
-
I appreciate the feedback, but this is just driving me nuts. Here is the beastmode formula I created... Latest date: CASE WHEN `date` = MAX(MAX(`date`)) OVER () THEN 'Latest' ELSE 'Older' END When I put this latest date field in the table along with the date field, I notice it seems to capture everything properly. When I…
-
@GrantSmith I guess I'm confused on the window function. I simply had just created a beastmode calculation, but apparently need to use a window function... when I use the Rank & Window function, I get this. Is this what I'm supposed to be using? I'm not sure how to use the case statement in here....
-
@GrantSmith The "latest/older" beastmode field you provided me seems to be working... except when I apply the filter, it is acting very weird and sporadically... for example, I'll apply the filter (with the full time selected) and only the Latest option will be there. Or in other cases, the Older option will only be there.…
-
@mhouston provided the following formula which worked! Though I don't see the post on this thread anymore... Anyways, thanks! CONCAT('<div style="text-align:center"><img height="80px" src="',`Image # 1 Actual Content`,'">','</div>')
-
The image 2 column has values with actual links to images. Below is an example: https://images.homedepot-static.com/productImages/00f5d65c-67a6-4f1c-a56c-7aa9362a1983/svn/multi-fit-shop-vacuum-attachments-vf2005-e1_1000.jpg
-
Will do. Good to know.
-
Dude, you are money! Thanks!
-
Thank you. I switched to an HTML table and am using this slightly updated formula: CONCAT('<div style="text-align:center"><img height="5px" src=',`Image # 1 Actual Content`,'">','</div>') However, the pictures are still failing to render... do you know why this might be?
-
Now I'm trying to get images to load... I tried using this formula, but it isn't resulting in anything... CONCAT('<div style="text-align:center"><img alt="DOWN" height="20px" src=`Image # 1 Actual Content`>','</div>') I'm still going off this instructional page:…
-
YEs, that worked! Thank you!!!!
-
To provide more information, I tried using this formula and it works: CONCAT('<div><a href="https://www.google.com/"','"target="_blank">',`URL`,'</a></div>') However, this just takes the user to google... how do I replace the "https://www.google.com/" with the URL link that is contained into the data, so the user goes to…
-
Thanks! Is there a way to enable wrap text and a horizontal scroll bar? When I wrap text, it fits the entire table within the page and makes the columns extremely narrow to fit them. Since I'm going to have many columns and fields with a lot of characters, I'd like to have a little wrap text (maybe 3-4 lines) to be able to…
-
Thanks!
-
Thanks grant. This is probably a stupid question... but how do I contact Domo Support? When I click on the Support icon at the top right, it requires me to log in, but doesn't provide my single-sign on which I usually use. When I requested to update my password, it didn't send me an email. This is painfully confusing...
-
Thanks Grant. Are there any particular techniques you can advise on for handling duplicate records in my card processing? If my example was the complete dataset, I'd want just 3 fields being pulled (car, truck, bike) if no filters were applied. Or if the user selects "yellow" and "purple", just one field (bike) would pop…
-
I'm having the same issue... I see an assortment of different GA connectors (e.g. Google Analytics Enterprise), but not Google Analytics.