C# .NET - CR Formula
Asked By sreya gpal on 22-Jun-12 10:44 AM
My requirement is that in Crystal Report I'am displaying a value say(25000) in page header(This value may vary.)
In details Section
In the first row i want to display the value in the page header+some other value(25000+5000=30000) in the first row
In the` second row i want to display the value in the first row (30000+some other value).
How i can write the formula for this
D Company replied to sreya gpal on 23-Jun-12 10:43 AM
Hello,
how u are assigning the data to crystal table?
i think if u are having data table then in that table it self u can write the logic in such way that it carries the value of previous row and add it into next row.
something like this
select a.somcolmn1, a.somcolmn2, sum(b.somcolmn) as price
from TableName a cross join Sametable b
where b.Id <= a.Id
group by a.Id, a.somecolmn
then assign the entire table to crystal row
Thanks
D
Hi what is the code for printing page in Crystal report in ASP.Net 2.0 Anushree http: / / support.businessobjects.com / communityCS / TechnicalPapers / crnet_web_app_printing.pdf.asp keywords: C Printing page in crystal report, report, Crystal report, Printing web description: Printing page in crystal report Hi what is
I'm trying to build a Crystal Report. I have defined a dataset, created a Crystal Report (MyCrystalReport.rpt) page and a page with a CrystalReportViewer. I'm trying to push data into the dataset
hi, i use crystal report but not work page but i have this below error. . i am not understand this error please help me rpt: Unable to connect: incorrect log on parameters. Hi, Try this. If you are viewing crystal report using web application & used Crystal Report is using ODBC connection to connect to Database then
hi frds how to animate a crystal report in .aspx This is good article to show how can you imbeded chart in your crystal report page http: / / www.codeproject.com / KB / aspnet / Crstalreportusingvs2010.aspx keywords: ASP.NET report, crystal report description: How to animate a chart in crystal report hi frds how to
i am new to crystal report .ho0w to create crystal report in c# .net2.0.what are reference can i add?what are steps are available have covered here are : 1) Introduction 2) Getting a feel of it - Using an existing Crystal Report file in your .aspx page 3) Crystal Reports Walkthrough - using the Pull Model 4) Crystal
How do i programatically open a crystal report which I have named Example.rpt ? I need this kind of code because I would want to open this report when a user clicks some button? Any help? hi, first you must have a page, and in that page you must have a control which is : Crystal Report Viewer, set
Hi, I have problem to show Crystal Report. I have created Crystal Report Viewer and crystal Report and connection to database, Just I don't know how to load crystal Report from
hi experts, I have one crystal report contains sub report. When i run Crystal Report in local as well remote enviorment using crystal report tool, it works perfectly. But when I upload it on Crystal Report Repository server
At time execute more than one crystal report in single crystal report. For example , (book Issue report, return report , fine report) Then you should go for SUBREPORT in Crystal report. Just go thr these
hi I have installed crystal report in visual studio 2010. I want to create a report but don't know the procedure to create a report using crystal report. guide me Hi Swapneel, Hope this helps; sorry for the long post bit I get