Formula setup on the crystal report
5 pts.
0
Q:
Formula setup on the crystal report
I want to generate error on the report viewer when sum of the specific column is not equal to the sum of the other specific column.How can i solve this?
ASKED: Jul 29 2009  12:21 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
365 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
I'm assuming you are creating running totals for the sums of the columns.
So then just create a formula that has


if {sum column1} <> {sum column2} then
"Error Message"


Not sure if that answers your question.
Last Answered: Jul 30 2009  4:46 PM GMT by Jade1977   365 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0