No.
They contain similar data values. Like for example:
Item1 may contain- "ADD-ONS", "ANALOGUE", "GATEWAY"
Item2 may contain- "GATEWAY", "ADD-ONS", "VOICEMAIL"
Item3 may contain- "ANALOGUE", "GATEWAY", "OS-DDI"
There are 3 other fields related to each of these named as
Item1-No, Item2-No, Item3-No which contains numeric value.
What I want is to count nos for each data value in Item1,Item2 and Item3. So after the report is run I should get some kind of following report:
Item No
---- --
ADD-ONS 15
GATEWAY 5
ANALOGUE 26
OS-DDI 20
I hope this is clear.
Please let me know if you have need any other info.
Thanks