Hi Everyone,
I have Identified a field in the ECC table from which we extract the required information into Extract structure and then data source.
Field is called MID_RATING_TEXT which has the right text available for each employee.
For example:
Employee | RatingValue | MID_RATING_TEXT |
1 | 1 | Text1 |
2 | 2 | Text2 |
3 | 3 | Text3 |
4 | 4 | Text4 |
5 | 2 (Different Department) | ABC |
6 | 3 (Different Department) | GFD |
So a dumb question, At this moment we are using RatingValue (which has Text table) as Free Characteristic in BEx query. Instead of RatingValue can I use MID_RATING_TEXT itself in Free Characteristics(by mapping existing characteristic to MID_RATING_TXT) of BEx query and then use it in report to get correct Text Value for each employee.
Please correct me if you think its the crappy way of modelling.
Cheers
Sandeep