Hi,
I am getting duplicate rows from one reports query in database(Total records~20000), where as if i run the report in infoview it’s giving the exact records (~18). The same count, i.e. 18 i am getting when i add disctinct to the query and run against database.
It clears some where we have applied ‘NO DUPLICATES’ in the Webi report. But it’s an adhoc i am just developer and no where i have used any conditions to restrict duplicate values but still duplicates are getting eleminated fromt the report.
Can any body say any such option is there in Web intelligence which will automatically restircts the duplicates and if we have the option… .how to disable the same.
Thanks Swapnil, i got the option but when i disable or enable the same there is no change in the record count dispalying in the report. But where as if we don’t apply distinct in the report query when running agaist database it’s giving around 20,000 records.
My Database is showing me 10 Records,
But my WebI report showing 9 records.
I checked Universe and Report level for the duplicate rows.
But still getting only 9 records.
a) I checked the “Retrieve duplicate rows” in WebI → Query Properties.
b) Also checked the “Duplicate rows” in universe level object.
Double click Object → Properties → Edit → Options → then change into Duplicate rows.
(Attached the screenshot for this…)
Oneway to acheive this : If you add another coloumn like Serial No in the final table, then you can view the duplicate rows. But I require without adding any coloumn.