Dear friends,
I have a infooject called zpnum. I want to display its text into the report. But the Pnumber is not unique so im unable to load records due to duplicate entry. My data source has the below fields.
For pgroup = 6, i hav Pnumber 100 and 130 which was already assigned to other pgroup, but with differnt decription.
Pgroup | Pnumber | Description | Lang |
1 | 100 | A | EN |
2 | 110 | B | EN |
4 | 130 | C | EN |
4 | 140 | D | EN |
6 | 100 | E | EN |
6 | 130 | F | EN |
I tried adding pgroup as compounding atttribute to pnumber and loaded the recods but load failed due to duplicate records.
If i use "handle duplicate records" options in DTP i will miss 2 records and only 4 records will be loaded.
Please suggest me how to handle this.
Thanks
Vjay