if the data above is several database rows then do this:
1) create a new report and a new formula with this syntax
split({yourbigtextfield},':')[1]
2) create a group on that formula
3) create another formula with this syntax
trim(split({yourbigtextfield},':')[2])
4) create a group on that formula