Hi ,
I am trying to remove duplicates .
I have two datasets.
One dataset consists of targeted customers for a campaign . Second one is the conversion data ( if the customer has come back and made a purchase).
I am using a parameter to set the time to purchase . so that user can filter the orders that ahppened within a time period after the customer was mailed .
The issue I am facing is there are duplicates for the same row. I want to find the total sales from these . But right Now if i am using sum , then it gives the sum of all sales from these duplicate rows. I only want the sum of sales of all unique rows.
Thanks,
Liya