Hi all,
Kindly help me out...
In the context I have a outertable and an innertable
I had defined the where conditions so that my output should look like below
item 1 (outer table values)
(no entries to match item1) so it is blank
item 2 (outertable values)
item2name qty weight (inner table valeus)
but the actual output is printed like below:
item 1 (outer table values)
item2name qty weight (inner table valeus)
item 2 (outertable values)
The problem is, I have only one entry in inner table for item2. There is no entries for item1.
The where condition is not satisfied in runtime and it is giving wrong output...
Please guide me where I had made the mistake...
Thanks in advance,
Jaffer Ali.S