Comments
-
Done!
-
@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.