To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello everyone!
I have a basic calendar that contains columns like date, week, year and month - always as numbers.
Now I need a filter - based on a calculated column - to filter on the last 6 months.
How would you build that for a calculated column?
New column =
if([Date]>=date(year(Today),month(Today)-6,day(Today)), "Last 6 Month","Other")
Hi @joshua1990 ,
Try this code for a new calculated column:
User | Count |
---|---|
14 | |
11 | |
6 | |
6 | |
5 |
User | Count |
---|---|
29 | |
17 | |
11 | |
7 | |
5 |