TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
mahesh waghela
NA
93
113.9k
Pass Total Value From Main To Sub Crystal Reports
Aug 28 2011 1:09 PM
The Crystal Reports Design by DataSet(ADO.NET)
There is no Datatype on Datatable of Dataset(UI) hence I think The Crystal Reports Should
consider the all Columns DataType as a string/Text. If So than what is the actual
solution?. Is it true?.
I am facing strange problem:
MyTable scenario is :
Table Name: ProfitLoss
Field
Datatype
Openstock
decimal
I am trying to pass Formula Field From main to Sub reports and typed the following code at editor pane of reports:
Main Reports
Formula Fields Working is AS Below:
The Following code is in Formula Field Name is
op
ToNumber
({
ProfitLoss
.openstock})
The Following code is in Formula Field Name is
op1
sum({
@op
})
The Following code is in Formula Field Name is
op2
WhilePrintingRecords
;
Shared
NumberVar
mytotal:= {
@op1
}
Sub Reports:
Formula Fields Working is AS Below:
The Following code is in Formula Field Name is
mm1
ToNumber
({
ProfitLoss
.puramt})
The Following code is in Formula Field Name is
mm2
sum({
@mm1
})
The Following code is in Formula Field Name is
mm
WhileprintingRecords
;
Shared
NumberVar
mytotal;
mytotal;
The Following code is in Formula Field Name is
TT
{
@mm2
}+{
@mm
}
It's shows SUB-Reports's Total Only. It's not calculating main form total…..
In Short Main Report's Total not returning or consider. In this case what is the solution?.
Reply
Answers (
0
)
How to limit inserting records in sql using dataadapter?
[Help] How to add new data into MySql with two Tables in C#