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*/
Answers were Sorted based on User's Feedback
Answer / sovan
select supplier_name "supplier name" ,to_char
(trx_date,'mon/yy') "date",amount "amount"||'/*'||to_char(trx_date,'mon')||'
month total transactions */' from <Table_NAME>;
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / 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 |
Answer / ram
select supplier_name ,to_char
(sysdate,'mon/yy'),amount||'/*'||to_char(sysdate,'mon')||'
month total transactions */' from <Table_NAME>;
| Is This Answer Correct ? | 1 Yes | 1 No |
There are set of records to be processed from staging table into interface table. If one record fails the entire set of data should be rejected.
how can develope the po variance and po summary report? with tables mandatory columns and query please?
How can you achieve loose coupling in soa framework?
What is the most critical part which you had faced in your project ?
1 Answers LG, Satyam, Tech Mahindra,
Difference between triggers and procedures?
Name the different Cursor Attributes.
why r u transer the data base tables to flat file and what is use
Which oracle apps version you are very confident in?
Tell me some errors names and number what u got while developing the reports?
define steps of assigning items to an organization.
tell me the scenarios of between pages in reports
What is menu.