Grouping in Cross Tab
Posted: Tue Sep 01, 2020 9:31 pm
Hello,
I would like to merge 5 columns (Type, Type2, Type3, Type4, Type5 ) in one one column name type. But the value (sum Hours) should calculate in Date column if select a date range in the report.
So It suppose to look like.
Worked Performed Location PO# Type Date Date Date
Ecowaste 1511 Eco Water truck Sum(Value) Sum(Value) Sum(Value)
Rock Truck Sum(Value) Sum(Value) Sum(Value)
Dump Truck Sum(Value) Sum(Value) Sum(Value)
* Sum(Value) == Hours1 + Hours2 + Hours3 + Hours3 + Hours5
I would like to merge 5 columns (Type, Type2, Type3, Type4, Type5 ) in one one column name type. But the value (sum Hours) should calculate in Date column if select a date range in the report.
So It suppose to look like.
Worked Performed Location PO# Type Date Date Date
Ecowaste 1511 Eco Water truck Sum(Value) Sum(Value) Sum(Value)
Rock Truck Sum(Value) Sum(Value) Sum(Value)
Dump Truck Sum(Value) Sum(Value) Sum(Value)
* Sum(Value) == Hours1 + Hours2 + Hours3 + Hours3 + Hours5