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 |
i have 100 pages output. i want to print 10 records per page in Template?
What do you understand by concurrent programs?
What are the validations you don in .CTL file in inbound interface process?
difference b/w procedures&functions
we have 10 records. It's occured error in 6th record how can u find and how to rectify that?
tell me the scenarios of the independent in reports
in reports token is casesensitive or not?
What are documents and test cases u followed.
Can you differentiate between mediator and osb?
CAN YOU CUSTOMISE THE COUTOMISE CUS_TOP
What is multoorg and what is it's level or structure
what is user exit and wat program do we write in user exit?