Example: I have infoject 0field1 is in the cube dimension.
Field1 has 7 character '21345678'.
I have to split this field and display in the report
21 - Division (first 2 character)
345- Branch (next 3 character)
678 - Dept (last 3 character)
Please provide some ideas