Print Page | Close Window

crystal report showing incomplete data

Printed From: Crystal Reports Book
Category: Crystal Reports .NET 2003
Forum Name: Writing Code
Forum Discription: .NET 2003 programming API, report integration
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=4620
Printed Date: 04 May 2024 at 5:16pm


Topic: crystal report showing incomplete data
Posted By: yasinirshad
Subject: crystal report showing incomplete data
Date Posted: 25 Oct 2008 at 3:52am

Hi,

 I am looking for ways to debug my Crystal report. Sometimes when my application generates a report, the report only displays the top of the report with no results displayed at all. I am thinking that the reason for this is that my formula sometimes returns a value of ZERO. In turn this results in the report not being generated.

Here is my formula. Is there a way to step through the execution of this crystal reports code, without having to start my C#/ASP.NET application in the debugger?

 [code]iif ( mailto:%7b@RptMonth - {@RptMonth } <= mailto:%7b@CrtMonth - {@CrtMonth } AND mailto:%7b@RptYear%7d=2008.00,%7b@Amt%7d/1000,0%29%5b/code - {@RptYear}=2008.00,{@Amt}/1000,0)[/code ]

 I have tried stepping through the C#/ASP.NET code, but this is useless, becuase I am not able to trace into the Crystal report formula.

Someone please help.



-------------
Thanks,
Yasin.



Print Page | Close Window