Visual Studio Answers
Home
»
Visual Studio
RSS
RDLC C# 2005 multiple datasets in one Table ReportItem
Good day
I have created two reports one that shows debits (which works 100%), and one that shows debits against credits per day. It shows total debits and total credits per day, ie one line per day. In the SQL database I have a table for debits and another for credits. There are also various rates on each table. Debits and Credits can be bought and sold on a regular basis. In the reports we reflect the weighted averages of the days transactions
SUM(rate * (bought - sold) / SUM(bought - sold)).
In the Debits report, I use the Debits dataset with the individual transactions as they appear in the DB. This approach works 100%. In the DebitsCredits report, I have created a View that combines the values from the two tables. Forcing me to join them per day (ie. getting totals per day, I lose the individual records). This approach gives me different results to the Debits report, wrong results, due to the fact that individual transactions "have beeen lost".
I thought of making use of the two individual tables, but cannot assign both datasets to the same RDLC table ReportItem. I also need to perform calculations between the two datasets (ie. creditamount - debitamount = balance).
Which other way can I bring the individual records of both table into the report and perform calculatins between them?
Many thanx.
1 Answer Found
Answer 1
Is there an rignt answer for the
problem
? Thanks very much!
Search for
RDLC C# 2005 multiple datasets in one Table ReportItem
Related Answers:
RDLC C# 2005 multiple datasets in one Table R...
RDLC reportitems #error when printed
Import multiple .csv to multiple sql 2005 tab...
Report with one List and multiple DataSets i...
Using Multiple Tables in RDLC
deleting records from multiple tables at once...
how to update the multiple table columns for ...
HOW TO DELETE MULTIPLE DUPLICATE RECORDS IN S...
Convert 2005 RDLC to 2008 using VS2010
Replicate Multiple Tables into ONE Table (Fro...
updating multiple rows for multiple columns o...
Error when export WinForm RDLC to Excel using...
Microsoft Visual Studio 2005 RDLC Crashes
How to link multiple DataSets then put data f...
Multiple datasets in one report
Multiple datasets in Chart
How do I add Prefiltering to Multiple Dataset...
Multiple DataSets in One Page
Single Row (Flat File) to Multiple DataSets
Dynamic Grouping with multiple datasets
Tagged:
rdlc
c#
2005
multiple
datasets
table
reportitem
microsoft technologies
sql server
visual studio
sharepoint
sharepoint 2010
wpf
wwf
c# programming
xml
wcf
vb.net
windows os
c++ programming
biztalk server
.net framework
azure
ms office
<< Previous
Next >>
Microsoft
|
Windows
|
Visual Studio
|
Follow us on Twitter