Comments
-
Single-selection attributes are my preference for sure! But when I've had to deal with multi-select I use the split column tile and pivot/unpivot to get one row per selection and then use the data to build visualizations. Did you end up getting what you needed here?
-
Must be playing Zoom tag. I just rejoined again and I don't think you are still in the meeting.
-
You could use the group by tile. Choose what fields make a row unique and include them in the group by fields. Then do a count as the group by aggregation. Then join that back to your data. Anytime there is a value of 2 or more, you'll know you have duplicates. You could then use a formula with a case statement to add a…
-
Using a test user I verified that disabling the grant removes the icon! Thanks @MichelleH !
-
Sure thing. I am available today 11-12 MT or tomorrow 1-3:30 MT. Would either of those work for you?
-
Could you provide a screen recording or screenshot of what is happening? I am having trouble understanding the issue you are having.
-
The only time a filter wouldn't apply to specific rows would be if PDP has been applied. Also check that the values are matching for row excluded and filter value applied. Ensure that no filter exceptions exist for that card on the dashboard and that the filter field matches exactly the field on the card.
-
Can you request that an Admin revert the dataset for you?
-
So you don't see this in the dataset history?:
-
You could use "Cards" in the admin section, filter for Page = "Shared" and then remove your access to the cards. Otherwise no there is not a way. You have to unshare it from yourself as @ArborRose pointed out.
-
Perhaps a horizontal bar chart to see what the top selected values are for a group of participants? Or do you want to see individual responses?
-
Ensure that the name of the beastmode is identical in both datasets. Also check that you don't have any filter exceptions in place for that card.
-
I don't see anything in the chart properties to toggle this on/off. I would recommend submitting a support case and posting something in the
-
Hmm this seems like a bug. I would recommend reaching out to to Domo Support for help!
-
Hey hey! Loving the Connections Tour so far!
-
Does one or more of the inputs to the dataset view have PDP applied?
-
No. Currently that is the layout. You could submit an idea to the to request this functionality.
-
Using fixed functions!
-
Okay so they would have to hit their attainment for all of their KPI's to count as attained? For example: Customer A has 2 rows of data. In one row they attained and in one they didn't - overall as a customer have they hit their KPI? Would they be a 0 or a 1 in the numerator? Customer B has 2 rows of data. In both they…
-
You would add a separate beastmode for each line you want to display on the chart. I would recommend a stacked bar chart like the one in the screenshot I added above.
-
Yes there is! Here is an example of what it looks like: It isn't going to work with every chart type, but any chart type that allows for multiple series values you can do it. The beastmode is real easy too!
-
Are there multiple rows per customer? Or a single row per customer? If single row per customer, the beastmode would be: SUM(CASE WHEN (`Attained`/`KPI`) >= 1 THEN 1 ELSE 0 END) / COUNT(DISTINCT `Customer ID`)
-
Multi-select filter cards will show filter selections without removing the remaining values. Drop-down filter cards will also keep remaining values with multiple selections. Now, if you have multiple filters on a page, the only way to keep sub-category values in a second filter would be to turn off filter interactions…
-
Where is your data coming from? What connector (if any) are you using in Domo? You may be able to avoid build a recursive dataset depending on how you are ingesting the data. You can use the "Append" update method instead of "replace" on many connectors in Domo. If not, @ArborRose method is the option.
-
Beyond that you are getting creative. Using a DDX brick within a dashboard to embed an app/other dashboard for example.
-
You can use inline editor: Also, a new feature is coming, that I can't talk about yet, that will make this much easier to do!
-
SUM(MAX(Days_In_Service) FIXED(BY Unit#)) / COUNT(DISTINCT Unit#)
-
@MarkSnodgrass that is a bummer. @SLam I would recommend submitting an idea in the
-
You could use a dataset view to save on credits. Unfortunately there isn't a way to do this using a beastmode. Data is missing and the only way to get it there is in an ETL/Dataset view.
-
Yep! You can use tooltips to accomplish this: