+ All Categories
Home > Documents > FSG Advanced

FSG Advanced

Date post: 16-Oct-2015
Category:
Upload: vijianand
View: 50 times
Download: 1 times
Share this document with a friend
Description:
FSG Advanced
Popular Tags:

of 8

Transcript

While developing reports in Oracle General Ledger using FSG (Financial Statement Generator) you may have to develop a report in which you have to display Debit and Credit in a separate column

While developing reports in Oracle General Ledger using FSG (Financial Statement Generator) you may have to develop a report in which you have to display Debit and Credit in a separate column. We can set Dr/Cr of two columns but if any account will have values in both Dr and Cr then both values will be displayed instead of net Dr or Cr. It is not as simple as it seems to be. We will use a trick to get the result.

For this demonstration I have used user operations/welcome of 11.5.10.2 vision instance. After login switch to General Ledger responsibility,

Row Set

1 - First of all we will create a Row Set using form,

GL: Reports > Define > Rowset

INCLUDEPICTURE "http://www.erpstuff.com/forums/uploaded/admin/FSG01.JPG" \* MERGEFORMATINET

Click on Defines Rows after providing required information.

2 - Now we will define a Row Set,

3 - Enter required information and then click on Account Assignments (B),

4 - Enter relevant accounts, save and close the form.

Column Set

5 - Now we will define Column Set and will use the trick,

GL: Reports > Define > Column Set

6 - Click on Define Columns after entering required information. We will define three columns. The first will have the Net balance and we will hide this column as this column will have both Debit & Credit amount in single column.

7 - Our 2nd column will be the Debit column.

8 - Click on Calculations (B) and here we will use the following formula,

=ABS (Column1 + Column1 / 2) -- ABS = Absolute

9 - Create another column for Credit amount,

10 - Enter required information and click on Calculations (B) and enter the following formula,

=ABS (Column1 - Column1 / 2) -- Here we have used minus

Save and close the form and come back to main form.

11 - Click on Build Column Set (B),

scroll to the right and click on Create Default Heading.

12 - Update the column titles as shown on the following screen.

Save and close all the forms.

13 - Now submit the report by defining a report or you can submit an Adhoc report and here is the result,

I hope you will have enjoyed this demonstration.


Recommended