Comments
-
Thank you @GrantSmith exactly what I needed!
-
@dgsinclair are you sorting by anything? That will usually mess up totals.
-
@ozarkram I know you can use split_part or squash_whitespace in the formula tile of an ETL
-
@SS_domolearner what do you mean? For hover text, you can add in tooltip fields and add those in.
-
@VictorDector in the AppStore you can download some quickstarts, these are sample dashboards.
-
@RajNadar case when Model is null then 'Ignore' else 'Keep' end Then you can filter on Keep Alternatively, you could also do ifnull(Model, 'Blank') then filter out Blank
-
@alexk are you sorting on anything? Sometimes that can cause issues.
-
@JasonAltenburg yea I would do something with a BM that basically determines which one of the shifts is current (have one say current shift and then not current shift so you don't have issues with nulls ) then I would add that as a filter card to the top of the page as well as a filter card for the shifts. Select the…
-
Hi @RajNadar you need to change the drop-down at the top to Tables and then you should see it
-
@aroberthumes I think it depends on the card type. I have noticed a table card will only let you do the summary number but many other chart types (like a bar graph) will let you choose specific fields or calculations.
-
Personally, I like to do it in my ETLs to make the more common business names. I will also usually make any other data enhancements needed like joining with other workbench tables or adding in manual maps or date fields. The output of that flow is what I make public to my users, most people don't have access to the raw…
-
@Fadem your data is there it just can't show it all. Try doing an aggregation or providing filters for people when using the card and you will see all the data. You can also change what card type you are using. Are you using a Mega or Pivot table? I recommend using those and not the HTML table.
-
Appreciate the addition of points!
-
@louiswatson you can also do something like this IFNULL(`Region`, 'Not Mapped')
-
Do we need to complete the "How to keep Sensei Status" stuff right after the "How do I become a Sensei?" or is that like after you have been a Sensei for x amount of time.
-
@crico this is all I could find from an old Course Builder training I have. Maybe try the card ID of the course once you have created it in Domo.
-
@moneyshot try editing the card's background and make sure you don't have it on transparent. This could be causing your headers to be transparent. You will need to check this setting while editing in the desktop version. The only difference with editing on the mobile version is just moving cards around or hiding them. If…
-
Loved this event! Thank you so much for putting on something super fun. Would love to see this every year and a deep dive into that escape room. Dojo award ceremony for the win this year🤩
-
@MarkSnodgrass Thanks, this worked!!! My brain was hurting trying to figure this one out lol
-
-
@Jessemauser There should be a +/- sign to the right of the row. There is one to the left that does single rows and one to the right that does all rows.
-
@TheBardsGirl If users can change the month then I don't think an ETL would work cause it would not be fully dynamic. You could try to setup a beast mode that looks at min and max dates so it takes in whatever range they choose.
-
@KiranCheruku you can use this Activity log to somewhat get this info for now if you need it.
-
@GrantSmith it handles other sub questions ok when using other question types. We did put in a ticket to see if they can find out the issue so hopefully they can make the needed changes.
-
@user063136 There is a feature for regular tables where you can adjust column widths, however this same feature does not exist for Pivot tables so I would suggest seeing if you can change the table type. Alternatively there is also a setting for "Allow text to wrap", you can select that to ensure no values get cut off. If…
-
@Jbrorby I have noticed Domo has been slower this week compared to normal. I would check how many Beast modes are on the card as sometimes those can slow down performance. Maybe also try changing the cards to be driven from an ETL dataset rather than a view (some people have been noticing issues with views). Like Mark…
-
@Crystal_Z perhaps you do not need to switch datasets. You can have one card with summary views and another with detailed views. As long as the column you click on exists in both datasets then when you filter the summary one it should filter the detailed one.
-
@NathanDorsch Have you checked out Course Builder? Its a way you can create your own courses and then publish them as cards and you can even track training for them. I created these and require my users to complete them for training. Here is an older video I made that shows how I used Course Builder to implement training…
-
@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!