cancel
Showing results for 
Search instead for 
Did you mean: 

Webi Report: Remove Duplicate Values

Former Member
0 Kudos

I have a report with the following data:

Client Id

Date income added

Source of income

Monthly amount

Provider

I want to only display the rows where Date Income Added is unique. I want to see duplicate rows for Client ID, Source of Income, Monthly Amount, and Provider.

How do I go about accomplishing this?

Accepted Solutions (0)

Answers (1)

Answers (1)

amitrathi239
Active Contributor
0 Kudos

can you share sample data.

or try to add var=runningcount(Date income);(Date income))

Apply filter on var where equal to 1