on 2015 Apr 24 11:39 AM
Dear Experts,
I Have one clarification,
I want to export Chart of Accounts Split Up & Segregate Level Wise.
For Example Export Chart of Accounts in Excel.
All the ledger get in to single sheet.
I want to export as level wise?
Level 1: Asset Level 2 : Current Asset Level 3 : Stocks Level 4 : WIP Level 5 : Work in Progress
Like that i Want to segregate & Export
Please help me ??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hai Jo,
Thanks for the reply,
But My Requirement
If Asset Drawer,
Level 1: Asset Level 2 : Current Asset Level 3 : Stocks Level 4 : WIP Level 5 : Work in Progress
If Liability Drawer :
Level 1: Level 2: Level 3: Level 4: Level 5:
If Equity Drawer :
Level 1: Level 2: Level 3: Level 4: Level 5:
If Revenue Drawer :
Level 1: Level 2: Level 3: Level 4: Level 5:
If Expense Drawer :
Level 1: Level 2: Level 3: Level 4: Level 5:
Not Continuous & All the Drawer together & Export
I want Export Drawer wise as well as level wise.
Hi Yousuf, Please try below query . this will work if all your GL Accounts are level 5. Thanks Unnikrishnan Select E.AcctCode[Level1Code], E.AcctName[Level1Name] ,D.AcctCode[Level2Code], D.AcctName[Level2Name] ,C.AcctCode[Level3Code], C.AcctName[Level3Name] ,B.AcctCode[Level4Code], B.AcctName[Level4Name] ,A.AcctCode[Level5Code], A.AcctName[Level5Name] From OACT A Left Outer Join OACT B on A.FatherNum = B.AcctCode Left Outer Join OACT C on B.FatherNum = C.AcctCode Left Outer Join OACT D on C.FatherNum = D.AcctCode Left Outer Join OACT E on D.FatherNum = E.AcctCode Where A.Postable='Y'
Hi Yousuf As I said earlier this query will works only if you maintain all active GL accounts in one level. I made changes in query, now it will work in concept of your all active GL accounts are in level 4. Select --E.AcctCode[Level0Code], E.AcctName[Level0Name], D.AcctCode[Level1Code], D.AcctName[Level1Name] ,C.AcctCode[Level2Code], C.AcctName[Level2Name] ,B.AcctCode[Level3Code], B.AcctName[Level3Name] ,A.AcctCode[Level4Code], A.AcctName[Level4Name] From OACT A Left Outer Join OACT B on A.FatherNum = B.AcctCode Left Outer Join OACT C on B.FatherNum = C.AcctCode Left Outer Join OACT D on C.FatherNum = D.AcctCode --Left Outer Join OACT E on D.FatherNum = E.AcctCode Where A.Postable='Y' Thanks
Hi Yousuf
Please try now
Select
D.AcctCode[Level1Code], D.AcctName[Level1Name]
,C.AcctCode[Level2Code], C.AcctName[Level2Name]
,B.AcctCode[Level3Code], B.AcctName[Level3Name]
,A.AcctCode[Level4Code], A.AcctName[Level4Name]
From OACT A
Left Outer Join OACT B on A.FatherNum = B.AcctCode
Left Outer Join OACT C on B.FatherNum = C.AcctCode
Left Outer Join OACT D on C.FatherNum = D.AcctCode
Where A.Postable='Y'
thanks
Unnikrishnan
Dear Experts,
Its Very Urgent Basis. Please help me
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
94 | |
9 | |
8 | |
8 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.