I have two tables and I am linking by CT Value. In Table 2 for each CT Value there can be multiple values per effective date. I want to pull in data without it doubling up into the detail of the report.
Table 2:
CT Value effectdate CT Attrib CT ATTrib Value
292635 7/1/2005 CITE2 007 003
292635 7/21/2011 CITE2 007 004
292635 7/1/2006 CITE3 111 012
292635 7/21/2011 CITE3 111 013
I want in a single row(record) for display purposes in the detail section of the report without doubling up:
CITE2 007 004 CITE3 111 013
I can easily pull in the two fields using the Maxeffect date formula but it causes two detail lines and all of my amounts for the other records in the first table double up. Can this be done with just a formula? I’m open to any solution but have stepped away from working with Crystal for a while.
Table 2:
CT Value effectdate CT Attrib CT ATTrib Value
292635 7/1/2005 CITE2 007 003
292635 7/21/2011 CITE2 007 004
292635 7/1/2006 CITE3 111 012
292635 7/21/2011 CITE3 111 013
I want in a single row(record) for display purposes in the detail section of the report without doubling up:
CITE2 007 004 CITE3 111 013
I can easily pull in the two fields using the Maxeffect date formula but it causes two detail lines and all of my amounts for the other records in the first table double up. Can this be done with just a formula? I’m open to any solution but have stepped away from working with Crystal for a while.