Click here to Skip to main content
15,914,905 members
Home / Discussions / Database
   

Database

 
AnswerRe: Reading Columns Pin
anup keshari30-Mar-09 22:33
anup keshari30-Mar-09 22:33 
GeneralRe: Reading Columns Pin
ffowler31-Mar-09 2:05
ffowler31-Mar-09 2:05 
QuestionLooking for a Web/SQL reporting subsystem Pin
Max Stayner30-Mar-09 9:47
Max Stayner30-Mar-09 9:47 
AnswerRe: Looking for a Web/SQL reporting subsystem Pin
Mycroft Holmes30-Mar-09 21:45
professionalMycroft Holmes30-Mar-09 21:45 
QuestionSumming Amount by Group field Pin
BijayaSharma30-Mar-09 9:36
BijayaSharma30-Mar-09 9:36 
AnswerRe: Summing Amount by Group field Pin
Anubhava Dimri31-Mar-09 1:09
Anubhava Dimri31-Mar-09 1:09 
GeneralRe: Summing Amount by Group field Pin
BijayaSharma31-Mar-09 4:19
BijayaSharma31-Mar-09 4:19 
GeneralRe: Summing Amount by Group field Pin
BijayaSharma1-Apr-09 6:28
BijayaSharma1-Apr-09 6:28 
Hi Everybody,

I am working on the proble With the first query. I am not sure why I am not getting the Sum Amount by Institute(Inst)
Just to get Total Amount by Institute. I created another Query that is:

SELECT Institutions.IName,
Sum(Proposal.Amount) AS SumOfAmount,
Proposal.sid
FROM Proposal INNER JOIN (Institutions INNER JOIN Div ON Institutions.IID = Div.IID) ON Proposal.PID = Div.PID

GROUP BY Institutions.IName, Proposal.sid
HAVING (((Proposal.sid)=1 Or (Proposal.sid)=2));

Datasetview of the above Query is:

Inst SumAmount SID(status)
Del 14,00,000 funded
comp 12,00,000 not-funded

But when I assign this to Combo box at the Footer of Institute Group. I am not getting the accepcted result. I am getting this one.

Del = 500,000
Comp = 1200,000

Could onyone help me why this is happening?Confused | :confused:
I am counting on you, my project is due comming Monday. help Needed!

thank you
Bijaya Cry | :((
QuestionHow do i display Values Horizonatally In Crystal Reports Pin
Veerkumar Patil30-Mar-09 4:31
Veerkumar Patil30-Mar-09 4:31 
AnswerRe: How do i display Values Horizonatally In Crystal Reports Pin
anup keshari30-Mar-09 4:58
anup keshari30-Mar-09 4:58 
QuestionAbout Database Certifcation Pin
Isaac Gordon30-Mar-09 2:03
Isaac Gordon30-Mar-09 2:03 
AnswerRe: About Database Certifcation Pin
Eddy Vluggen30-Mar-09 3:14
professionalEddy Vluggen30-Mar-09 3:14 
QuestionDeploying SQL Server Pin
kbalias30-Mar-09 1:16
kbalias30-Mar-09 1:16 
AnswerRe: Deploying SQL Server Pin
Vimalsoft(Pty) Ltd30-Mar-09 4:00
professionalVimalsoft(Pty) Ltd30-Mar-09 4:00 
AnswerRe: Deploying SQL Server Pin
Mycroft Holmes30-Mar-09 21:56
professionalMycroft Holmes30-Mar-09 21:56 
QuestionHow to run exe file using xp_cmdshell Pin
Krushna Sahu30-Mar-09 0:08
Krushna Sahu30-Mar-09 0:08 
AnswerRe: How to run exe file using xp_cmdshell Pin
knagnayak30-Mar-09 0:15
knagnayak30-Mar-09 0:15 
GeneralRe: How to run exe file using xp_cmdshell Pin
Krushna Sahu30-Mar-09 2:55
Krushna Sahu30-Mar-09 2:55 
QuestionSQL Server Memory Usage Problem Pin
VikashGohil29-Mar-09 22:16
VikashGohil29-Mar-09 22:16 
AnswerRe: SQL Server Memory Usage Problem Pin
Lambin6-Apr-09 18:24
Lambin6-Apr-09 18:24 
QuestionService Account - Account Name Pin
sawerr29-Mar-09 6:57
sawerr29-Mar-09 6:57 
Questionsql noob question on COUNT Pin
Eytukan29-Mar-09 4:12
Eytukan29-Mar-09 4:12 
AnswerRe: sql noob question on COUNT Pin
ed575629-Mar-09 4:24
ed575629-Mar-09 4:24 
GeneralRe: sql noob question on COUNT Pin
Eytukan29-Mar-09 4:29
Eytukan29-Mar-09 4:29 
GeneralRe: sql noob question on COUNT Pin
ed575629-Mar-09 6:54
ed575629-Mar-09 6:54 

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.