akdom
IS-IT--Management
- May 29, 2009
- 4
Crystal Reports Version 10
Just started to learn CR. I don't know if i should use a formula, or do a group to solve the following problem. Please show me step by step. Appreciate it.
I need to make a group which have the rows that have duplicates BOTH in COL1 and COL2. So I guess i need a formula which return a boolean when find a match in the other column.
Could you show me how to write a formula so
This is the output should look like:
(in these entries, either 1 or both fields have duplicates in the other column)
Just started to learn CR. I don't know if i should use a formula, or do a group to solve the following problem. Please show me step by step. Appreciate it.
Code:
--------------------
ID COL1 COL2
001 10 7777
002 9999 7777
003 7777 20
004 9999 30
005 40 9999
006 50 50
--------------------
I need to make a group which have the rows that have duplicates BOTH in COL1 and COL2. So I guess i need a formula which return a boolean when find a match in the other column.
Could you show me how to write a formula so
This is the output should look like:
Code:
--------------------
ID COL1 COL2
001 10 7777
002 9999 7777
003 7777 20
004 9999 30
005 40 9999
--------------------
(in these entries, either 1 or both fields have duplicates in the other column)