nitin
nitin

Reputation: 7

two diffrent datset to show values as subdata in crystal report

i have a problem i am creating a crystal report which have two dataset one of product and another one of quantity i want show it both but quantity below/diffrent column but match the product in the crystal report can it be done.

example

dataset1        dataset2
product price   quantity    person
     a  10        5          abc
     b  20        2          xyz
     c  15        9          lmn

but this is not what i am getting the unmatched result my both dataset is not merged they show unmatched result like if quantity is missing of b then c's data is shown in b's data

Upvotes: 0

Views: 311

Answers (2)

Marco Leo
Marco Leo

Reputation: 516

with the expirence that i h ave with cristal report,i can suggest to make just one dataset, that contains all the data you need to display, so crystal just need to render your data. If you can't change this maybe you can resolve that just grouping your data by "product" and moving in the header of the group the others field you need!!!

I hope it can help you!!!

Upvotes: 0

Related Questions