Hi!
I am having trouble with getting a correct summary with distinct counting.
The issue revolves around counting how many times a social security number has been credit checked. The problem I am having is that if a socicial security number has been creditchecked 2 times in one day, this should count as one, in which I can use a distinct count. But if it has been credit checked 3 times yesterday and 1 time today, that should count as two. A distinct count on this field will give the value one when grouping on date, but on the next group which is per month, it also returns the value 1 and also the same per year. But I need to summarize all the distinct summaries pr day.
I am not a super user in Crystal Reports, but I have usually found a solution through reading. This problem however I cant find a solution to. I
Hope my question was understandable and that someone might be able to help.
I am having trouble with getting a correct summary with distinct counting.
The issue revolves around counting how many times a social security number has been credit checked. The problem I am having is that if a socicial security number has been creditchecked 2 times in one day, this should count as one, in which I can use a distinct count. But if it has been credit checked 3 times yesterday and 1 time today, that should count as two. A distinct count on this field will give the value one when grouping on date, but on the next group which is per month, it also returns the value 1 and also the same per year. But I need to summarize all the distinct summaries pr day.
I am not a super user in Crystal Reports, but I have usually found a solution through reading. This problem however I cant find a solution to. I
Hope my question was understandable and that someone might be able to help.