Click here to Skip to main content
15,891,136 members
Home / Discussions / Database
   

Database

 
QuestionQueries for Searching and Advanced Searching Pin
ramkoti2-Oct-08 20:41
ramkoti2-Oct-08 20:41 
AnswerRe: Queries for Searching and Advanced Searching Pin
Ashfield2-Oct-08 21:01
Ashfield2-Oct-08 21:01 
GeneralRe: Queries for Searching and Advanced Searching Pin
ramkoti29-Oct-08 23:30
ramkoti29-Oct-08 23:30 
GeneralRe: Queries for Searching and Advanced Searching Pin
Ashfield30-Oct-08 10:08
Ashfield30-Oct-08 10:08 
QuestionConvert Font in SQL 2005 Pin
tungcan5diop2-Oct-08 20:36
tungcan5diop2-Oct-08 20:36 
AnswerRe: Convert Font in SQL 2005 Pin
Ashfield2-Oct-08 21:02
Ashfield2-Oct-08 21:02 
GeneralRe: Convert Font in SQL 2005 Pin
Paul Conrad3-Oct-08 6:44
professionalPaul Conrad3-Oct-08 6:44 
QuestionEvaluating Values Inside a SQL Report - Help! Pin
Juba2-Oct-08 17:54
Juba2-Oct-08 17:54 
I just started with SSRS and I created a report with the following structure:

MY MONTHLY EXPENSES

Total Income: $7,800.00

// Group by Week

Week: 1

Biller Name Amount Due Due Date
------------ ---------- ----------
Children's Savings $150.00 9/11/2008
Sam's Club $15.00 9/11/2008

Total Week 1: $165.00

Week 1 Balance: $7,635.00
-----------------------------------------

Week: 2

Biller Name Amount Due Due Date
------------ ---------- ----------
Tuition $80.00 8/5/2008
Cable $95.00 8/5/2008
Citibank $400.00 8/8/2008
Discover $200.00 8/6/2008
Water $35.00 8/7/2008
Bank of America $200.00 8/1/2008
Health Insurance $350.00 8/1/2008

Total Week 2: $1,360.00

Week 2 Balance: $6,440.00 (wrong!)...
-----------------------------------------

... and so on until the last week of the month. As you may noticed the second Week Balance is resulting from the subtraction of the Week Expense 2 value from the Total income what is incorrect since I previously subtract it from the previous week (total week 1), so it should be something like:

$7,635.00 (week balance 1) - $1,360 (total week 2) = $6,275 (week balance 2).

At the end of the report I'd like to have the remain balance. something like:

Remain Balance: (7,800 - (tw1 + tw2 + tw3 + tw4...))

My question is: How can I evaluate the value in Textboxes and make them interact inside he report so I can accomplish the right calculation?

It seems simple but I couldn't find a solution for this yet.

TIA for any suggestion! Smile | :)

"Blessed is the man who finds wisdom, the man who gains understanding."
Proverbs 3:13 Rose | [Rose]
GeneralRe: Evaluating Values Inside a SQL Report - Help! Pin
nelsonpaixao6-Oct-08 15:14
nelsonpaixao6-Oct-08 15:14 
Questionupgrading databse issue Pin
Yulianto.2-Oct-08 17:12
Yulianto.2-Oct-08 17:12 
AnswerRe: upgrading databse issue Pin
Ashfield2-Oct-08 21:04
Ashfield2-Oct-08 21:04 
AnswerRe: upgrading databse issue Pin
Ashfield2-Oct-08 21:09
Ashfield2-Oct-08 21:09 
GeneralRe: upgrading databse issue Pin
Yulianto.5-Oct-08 5:31
Yulianto.5-Oct-08 5:31 
GeneralRe: upgrading databse issue Pin
Ashfield5-Oct-08 9:07
Ashfield5-Oct-08 9:07 
GeneralRe: upgrading databse issue Pin
Yulianto.7-Oct-08 0:50
Yulianto.7-Oct-08 0:50 
AnswerUse upgrade scripts Pin
David Mujica3-Oct-08 3:28
David Mujica3-Oct-08 3:28 
QuestionProblem installin SQL Server Express 2005 with Advance Services SP1 Pin
Jassim Rahma2-Oct-08 14:34
Jassim Rahma2-Oct-08 14:34 
QuestionOracle Stored Proc should return null resultset, but first row of table is null [modified] Pin
Mel Padden2-Oct-08 6:13
Mel Padden2-Oct-08 6:13 
QuestionSQL Express 2005 problem Pin
Jassim Rahma2-Oct-08 2:59
Jassim Rahma2-Oct-08 2:59 
AnswerRe: SQL Express 2005 problem Pin
Ashfield2-Oct-08 3:15
Ashfield2-Oct-08 3:15 
QuestionHelp Optimizing the Following SP Pin
Vimalsoft(Pty) Ltd2-Oct-08 2:30
professionalVimalsoft(Pty) Ltd2-Oct-08 2:30 
AnswerRe: Help Optimizing the Following SP Pin
J4amieC2-Oct-08 3:11
J4amieC2-Oct-08 3:11 
AnswerRe: Help Optimizing the Following SP Pin
Ashfield2-Oct-08 3:12
Ashfield2-Oct-08 3:12 
AnswerUse SQL Server Management Studio to Optimize SQL statements Pin
David Mujica2-Oct-08 3:13
David Mujica2-Oct-08 3:13 
QuestionCommunication Layer between Application and SQL Server Pin
swjam1-Oct-08 21:55
swjam1-Oct-08 21:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.