Click here to Skip to main content
15,900,482 members
Home / Discussions / Database
   

Database

 
AnswerRe: delete duplicate rows Pin
nelsonpaixao6-Oct-08 15:06
nelsonpaixao6-Oct-08 15:06 
Questionbackup restore Pin
ss4444443-Oct-08 7:49
ss4444443-Oct-08 7:49 
AnswerRe: backup restore Pin
Ashfield3-Oct-08 8:23
Ashfield3-Oct-08 8:23 
AnswerRe: backup restore Pin
Wendelius3-Oct-08 21:12
mentorWendelius3-Oct-08 21:12 
QuestionBackup and restore SQL database Pin
Rupesh Kumar Swami3-Oct-08 6:12
Rupesh Kumar Swami3-Oct-08 6:12 
AnswerRe: Backup and restore SQL database Pin
Wendelius3-Oct-08 21:20
mentorWendelius3-Oct-08 21:20 
GeneralRe: Backup and restore SQL database Pin
Rupesh Kumar Swami3-Oct-08 22:33
Rupesh Kumar Swami3-Oct-08 22:33 
GeneralRe: Backup and restore SQL database Pin
Wendelius3-Oct-08 22:46
mentorWendelius3-Oct-08 22:46 
GeneralRe: Backup and restore SQL database Pin
Rupesh Kumar Swami3-Oct-08 22:50
Rupesh Kumar Swami3-Oct-08 22:50 
GeneralRe: Backup and restore SQL database Pin
Wendelius3-Oct-08 23:03
mentorWendelius3-Oct-08 23:03 
GeneralRe: Backup and restore SQL database Pin
Rupesh Kumar Swami3-Oct-08 23:12
Rupesh Kumar Swami3-Oct-08 23:12 
GeneralRe: Backup and restore SQL database Pin
Wendelius3-Oct-08 23:24
mentorWendelius3-Oct-08 23:24 
GeneralRe: Backup and restore SQL database Pin
Rupesh Kumar Swami3-Oct-08 23:58
Rupesh Kumar Swami3-Oct-08 23:58 
GeneralRe: Backup and restore SQL database Pin
Wendelius4-Oct-08 0:46
mentorWendelius4-Oct-08 0:46 
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 

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.