Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
HI
i have data with time column. i want to have new column which will divide calendar with 24 hour intervals starting at 09:00 of each day. like this:
01/01/2018 09:00
01/02/2018 09:00
01/03/2018 09:00
01/04/2018 09:00
.........
and in a pivot i will be able to stor data within thoes 24H intervals.
Solved! Go to Solution.
Hi @giorgilomidze,
You can add a calculated column like this.
Column = [Date] + time(9,0,0)
Best Regards
Dale
Hi @giorgilomidze,
You can add a calculated column like this.
Column = [Date] + time(9,0,0)
Best Regards
Dale
User | Count |
---|---|
66 | |
60 | |
47 | |
33 | |
32 |
User | Count |
---|---|
86 | |
75 | |
56 | |
50 | |
45 |