Hello,
I'm trying to join two data files based on a field called Category. One of the files has a date. I want to find out the missing category for every month. Is there a way to join based on every month? like in SQL : JOIN ON Category groupby month(date).
Attached is a sample workflow. The expected results are as shown below.
| Month | Category |
| 02/2018 | ICU |
| 03/2018 | CHF |
| 03/2018 | Ventilator |