I have a problem in displaying the data in crystal report using left join. When i use "where no_barang = 2" in Phpmyadmin is working. But in crystalreport not working (the data is duplicate, and showing all data).
table "barang"
table "pelanggan"
table "pembelian"
This my code in crystalreport
I have trying to all combination settings in crystal report.
It duplicate in "nama_barang" and "harga_barang", should display data like this:
Please help me if anyone know? Full my source code is here