Beast mode for custom year
I would like to create a custom year starting August 15th and ending August 14th.
We work with schools and the August 15th date is typically week and day 1 for the "School Year"
Is there a way I can take the date a case was created and convert it to be the day/week of the School Year?
Comments
-
I'm not a big fan of hard coding in static logic to set attributes on given date ranges, as it inserts overhead to maintain and you have to continually apply it forward over time. That said, I have had to do it before. Doing it in ETL is the most cumbersome way to apply attributes to classify custom date ranges. You could do beast modes, it would be easier than ETL to update for future years but still not a fun way to do it.
Unless someone suggests a more automated fashion that could change date function parameters to use in beasts, I'd go for a csv upload or webform. Then you could join those date attributes against any dataset with dates, and it would be somewhat easy to update the table via copy/paste/filldown to do it again next school year. It's not a perfect solution, but it's easy to understand (if you want to train someone else to own it going forward) and allows you to make things as custom as desired each year.
You'd have a row for each day if you needed it down to that granularity. Maybe add SchoolWeek if that's valuable to you.
Date SchoolDay SchoolWeek SchoolYear
8/15/18 1 1 2018
8/16/18 2 1 2018
...
9/28/18 44 7 2018
...
Then in your ETLs just join this on the date field of your other datasets and you'd have SchoolDay/SchoolWeek as an available field to do things with on your cards.
1 -
I'd do something like @Billobi recommends. Alternatively, consider reaching out to Domo and they might be able to set you up with a custom fiscal calender. Lots of customers have done this.
Aaron
MajorDomo @ Merit Medical
**Say "Thanks" by clicking the heart in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"0 -
Thanks, We are meeting with them in a few weeks and will as them what the best solution would be...
0 -
A Fiscal Calendar is always the best, but if you need something on the meanwhile you can do the following:
- Create a spreadsheet/dataset with two columns: Date and corresponding School Year.
- Join them using ETL.
Now you will have School Year Column
You will probably need the same spreadsheet for the fiscal calendar anyways.
0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 616 Datasets
- 2.2K Magic ETL
- 3.8K Visualize
- 2.5K Charting
- 738 Beast Mode
- 56 App Studio
- 40 Variables
- 684 Automate
- 176 Apps
- 452 APIs & Domo Developer
- 46 Workflows
- 10 DomoAI
- 35 Predict
- 14 Jupyter Workspaces
- 21 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 123 Manage
- 120 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive