Click here to Skip to main content
       

Database

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
AnswerRe: SQL Query To select result for monthlymemberDavid Mujica10 Dec '12 - 3:16 
GeneralRe: SQL Query To select result for monthlymemberVishwaKL10 Dec '12 - 14:48 
GeneralRe: SQL Query To select result for monthlymemberShameel10 Dec '12 - 21:34 
GeneralRe: SQL Query To select result for monthlymemberJ4amieC11 Dec '12 - 0:11 
GeneralRe: SQL Query To select result for monthlymemberVishwaKL11 Dec '12 - 14:54 
AnswerRe: SQL Query To select result for monthlymemberMS SQL DEVELOPER10 Dec '12 - 23:35 
QuestionHow to get the closing balance to be the opening balance of the following monthmembervusamozi9 Dec '12 - 19:23 
select StockNumber,InventoryName,Year1,Month1,RECEIVE_FROM_PO,RECEIVE_XFER,RECEIVE_ADJ,
_RETURN,ADJUSTMENT,ISSUE,PT_ISSUE,TRANSFER, SUM(ABS(RECEIVE_FROM_PO + RECEIVE_XFER + RECEIVE_ADJ + _RETURN))
- SUM(ABS(ADJUSTMENT + ISSUE + PT_ISSUE + TRANSFER))
 as BALANCE, BALANCE as OPENING_BAL
into final2
from dbo.drug_summary$
GROUP BY StockNumber,InventoryName,Year1,Month1,RECEIVE_FROM_PO,RECEIVE_XFER,RECEIVE_ADJ,
_RETURN,ADJUSTMENT,ISSUE,PT_ISSUE,TRANSFER,BALANCE
Confused | :confused:
AnswerRe: How to get the closing balance to be the opening balance of the following monthmemberEddy Vluggen9 Dec '12 - 23:13 
AnswerRe: How to get the closing balance to be the opening balance of the following monthmember@AmitGajjar11 Dec '12 - 7:17 
QuestionSelect All Months and related datamemberVishwaKL6 Dec '12 - 22:21 
AnswerRe: Select All Months and related datamemberBlue_Boy7 Dec '12 - 1:18 
GeneralRe: Select All Months and related datamemberMycroft Holmes8 Dec '12 - 20:57 
GeneralRe: Select All Months and related datamemberVishwaKL9 Dec '12 - 19:06 
GeneralRe: Select All Months and related datamemberMycroft Holmes9 Dec '12 - 19:15 
GeneralRe: Select All Months and related datamemberVishwaKL9 Dec '12 - 19:19 
GeneralRe: Select All Months and related datamemberVishwaKL9 Dec '12 - 18:37 
GeneralRe: Select All Months and related datamemberDeepak Kr110 Dec '12 - 19:27 
GeneralRe: Select All Months and related datamemberVishwaKL10 Dec '12 - 19:31 
GeneralRe: Select All Months and related datamemberDeepak Kr110 Dec '12 - 21:02 
GeneralRe: Select All Months and related datamemberVishwaKL10 Dec '12 - 21:46 
GeneralRe: Select All Months and related datamemberDeepak Kr110 Dec '12 - 22:25 
QuestionSSRS 2005memberberba6 Dec '12 - 6:32 
AnswerRe: SSRS 2005memberDavid Mujica6 Dec '12 - 7:59 
AnswerRe: SSRS 2005memberdjj556 Dec '12 - 9:30 
AnswerRe: SSRS 2005memberMycroft Holmes6 Dec '12 - 16:57 

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


Advertise | Privacy | Mobile
Web01 | 2.6.130523.1 | Last Updated 25 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid