Hi,
I'm using CR XI with an Excel Database. I've tried a few ways to do this, but I was given an example where this worked, so now this is what I'm trying:
I need to consolidate data from 3 columns. The database must stay in Excel, so a Command Object based on Access is out of the question. The following Formula supposedly works in another report:
if {TestDB_.Major 1} = "Improper APR" then 1 +
if {TestDB_.Major 2} = "Improper APR" then 1 +
if {TestDB_.Major 3} = "Improper APR" then 1
Where TestDB is the table and Major 1-3 are the separate columns. I can get an individual count for each column, but I continue to get a Zero result for a Sum field of this formula.
Ideas?
Thanks,
Joe
I'm using CR XI with an Excel Database. I've tried a few ways to do this, but I was given an example where this worked, so now this is what I'm trying:
I need to consolidate data from 3 columns. The database must stay in Excel, so a Command Object based on Access is out of the question. The following Formula supposedly works in another report:
if {TestDB_.Major 1} = "Improper APR" then 1 +
if {TestDB_.Major 2} = "Improper APR" then 1 +
if {TestDB_.Major 3} = "Improper APR" then 1
Where TestDB is the table and Major 1-3 are the separate columns. I can get an individual count for each column, but I continue to get a Zero result for a Sum field of this formula.
Ideas?
Thanks,
Joe