REPORT [message #460999] |
Wed, 16 June 2010 01:14 |
bramhireddy
Messages: 14 Registered: May 2010 Location: Hyderabad
|
Junior Member |
|
|
Hai
I want to create a report by using one field and one text as columns name in layout but display the all the columns. I mension the 5 column names in query.how can I write function in summary column.
|
|
|
|
Re: REPORT [message #461019 is a reply to message #461012] |
Wed, 16 June 2010 02:40 |
bramhireddy
Messages: 14 Registered: May 2010 Location: Hyderabad
|
Junior Member |
|
|
PLS FIND THE ATTACHMENT TEST_REPORT.IN LAYOUT I HAVE ONLY ONE FIELD IN REPEATING FRAME AND TEXT PRESENT IN INNER MAIN FRAME.
MY QUESTION IS I WANT TO DISPLAY THE THREE ITEMS(SEE IN QUERY)IN REPORT.HOW CAN I WRITE FUNCTION IN FORMULA COLUMN.
GIVE ME ANY SUGGESIONS ANY CHANGERS IN REPORT.
|
|
|
Re: REPORT [message #461037 is a reply to message #461019] |
Wed, 16 June 2010 04:11 |
cookiemonster
Messages: 13962 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
1) Do not post in upper case.
2) You have given us no details on what you want the function to do.
3) What is the problem with putting the items on the report? You just create field for each and link it to the item in the data model.
|
|
|
Re: REPORT [message #461131 is a reply to message #461037] |
Wed, 16 June 2010 12:50 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
[I don't have Reports Builder here so - no use of RDF until tomorrow]
Where is sample output I asked for? (nicely formatted)
bramhireddyHow can I write function in formula column?
What "function"? One of Oracle built-in functions (such as TO_CHAR, MAX, AVG etc.) or your own function (which is created as, for example, "CREATE FUNCTION my_function RETURN NUMBER AS ..."? Built-ins are used as usual - no difference. You have to follow all the rules that apply to their use.
A "formula column", actually, IS a function. No problem either.
Shortly - I don't know what bothers you.
|
|
|