Comments
-
@user12621 I think if you use an HTML table it will let you copy through right click. Those tables do not look as good as a mega table though. I struggle with the same issue!
-
OMG This is so needed!. hate having to go in and share like 10 datasets just to give someone access to a flow.
-
@Gionniz have you tried reaching out to your AE or CSM to see if there is something they can do? I would also maybe put in a ticket and see if there is any existing solution.
-
This is a BM I did for my summary number that does a similar thing. case when COUNT(DISTINCT `Feedback Type`) = 1 then CONCAT('Showing feedback for ' , `Feedback Type`) else 'Please select feedback type to see accurate numbers' end In this case my user must select one Feedback type so I count how many there are and then…
-
@Fadem You can add something in your then clause so instead of just saying 'You are filtering correctly' you can say concat('you are filtering correctly on ', `job`)
-
Under the settings for the inputs you can check who has access by clicking share dataset I believe can share will allow them to edit the dataflow using the datasets.
-
@Emma yes, anyone can edit an ETL as long as they have access to all its inputs and have a role that allows them to edit dataflows.
-
@eriena this article has some information on tooltips https://domohelp.domo.com/hc/en-us/articles/360043429693-Formatting-Data-Label-and-Hover-Text-in-Your-Chart#h_01FARDTG1PPD557W7KSJ7D09FQ
-
@jcrouse I have also seen this before and it can be a little annoying. If it still won't unlock then just put the date field you want to use as the first column as that is the one that usually shows up for the date range.
-
@eriena you can also use tool tips which allow you to put in another field just for labeling, you can create a beast mode and then use it there. Click tooltips here and then drag it in like any other field. Then use it in your label or hover text
-
With the absence of live user groups, I think sessions like these would be great quarterly!
-
@Dot_Perez yea those do look like Business in a Box, I think I had the same issue before where they only showed up if someone interacted with them and so I just had the entire feature disabled.
-
@AnwarBham you could try putting those fields in the description of your dataset and then using the governance dataset to grab and parse out the description. You would just have to make sure all the azure datasets have the description in the same format.
-
@mbrennan I agree with @MarkSnodgrass the SharePoint rest connector is awesome. We have all our files in teams and them pull them in from there. Only problem is if you are using the Government cloud version of O365 then it won't work. I have both gov cloud and non gov cloud for O365 and am so mad I can't use this connector…
-
@Dot_Perez any chance these are the same pages? I have alwayshad these show up and can never locate them from the admin pages menu. Overview, Alerts, Shared, and Favorites make sense but I have no clue where the other ones are from.
-
@swagner I agree! If its in the metadata then it should be pretty easy to add as a filter!
-
Group by should look something like this
-
@svetlana do you have something in each row that uniquely identifies an employee? Like an ID or email? If so you can just do a group by and choose to group by date and count distinct on that unique field. If you don't have a unique field you could add in a rank & window tile to give you the row number and then count by…
-
@swagner I agree, custom trusted attributes would be nice.
-
@swagner the Domostats and Domo Governance Datasets dataset has a field for whether or not the dataset has PDP enabled. You should be able to use either of those to create a table to see which of your datasets have PDPs or not. You can also connect them to the dataflow details dataset to determine if a dataflow has an…
-
@svetlana definitely recommend ETL. Assuming you have some sort of date field you can use a formula tile to find the month and then use a group by to count the number of rows (you will need some sort of unique identifier so if you have employee ID or email that should work). Can you give an example of how your data is…
-
@DomoNewbie perhaps its not finding the right timeframe. I would make a new beastmode to double check that Quarter(curdate) and all the other dates are actually returning what you are looking for. I would also double check if you have fiscal calendar enabled or not.
-
@MattGo Scheduled reports are more like screenshots. You could try and include an excel in your report which people could then get the links from there (although you would have to create a report on a card and not a dashboard).
-
@pkp121 and @beatricetan21 this sometimes happens if you have a tile somewhere that is not configured. For me it usually happens when I try to paste tiles in from another dataflow and they go somewhere way in left field that I never notice. Try zooming out on your dataflow and checking if you have a random tile somewhere.
-
@mlb I solved this by making directory pages for my users. We have a "Login Page" that is the default for every users. On that page it has some links to other important dashboards/cards as well as links to departmental dashboards. If you create a dashboard and add a text card you can change the card interaction to link to…
-
@GrantSmith Will do!
-
@GrantSmith its a table card so just center to that I guess
-
@Salmas how is your alert setup? Maybe you want to use a scheduled report instead of an alert.
-
If that does not work you may need to default the card to only show the 2 day lag and then setup the alert.
-
Try filtering on the card first and then setting up the alert.