How to report output like below
supplier name date amount
abc software jan/11 10000 /* jan month total transactions*/
abc software feb/12 30000 /* feb month total transactions*/
dell computers jan/13 45000 /* jan month total transactions*/
Answer Posted / aditya
Hi,
Just write a report function which takes the date and finds
the month then concatenate it with the text /* (<Month>)
month total transactions*/
Regards,
Aditya
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?
do you know is it possible to run the interface without using oracle apps?
Which oracle applications pl/sql standard apis you are familiar, have you used most of them?
What are the different components of soa suite?
what is pay run id ?
If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?
WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?
what is global tempory table?
what is the difference between request group and request security in oracle apps?
Tell me how to find the custom directory in front end?
What does appl_top directory contain?
Is soa a part of oracle fusion middleware?
Can we create tables in apps schema?
Tell me how to debug the report?
How to retry multiple errored workflow processes? What is the access level in workflow used for? How do you define start and end functions in workflow? How does they differ from normal functions? Give me some workflow tables? What is the difference between a function and notification in workflow? I have sent two different notifications to two different users and I want to wait till both they are approved to send 3rd notification. How can you achieve it? What is item type and item key in workflow? How do you use attribute values in workflow messages? How do you use lookups in workflow? What are roles in workflow and how they are used? How do you download or upload a workflow from a server? What are steps to customize the workflow? What functions can you perform from workflow administrator responsibility? To send an email to the user workflow notification is the only way or is there any other ways to send it? Give me some workflow standard procedures? How can you run/start/kickoff workflow? What is wf_engine package used for? How many processes can each workflow contain? What is Runnable option in workflow? At what level it exists? What are different types of attributes in workflow? How do you reassign a notification? What is process in workflow? How can you send direct oracle form link through workflow notifications? How can you send a notification to multiple users? Can you change the list dynamically? Can you send html code in workflow notification? I have sent two different notifications to two different users and I want to wait till atleast one is approved to send 3rd notification. How can you achieve it?