in one report using two layout models.if yes how to do
Answers were Sorted based on User's Feedback
Answer / vishnukant mishra
you can use one or more than one layout in one report By
using Aditional layout option from tool pallate
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / santosh kumar
Multiple layouts can be used for reports(xml)
Conditions can be used to choose particular layout "if"
EG:
WRITE LOOP
<FOR EACH:GROUP_NAME?>
IF "GIVE CONDITION" THEN
------- LAYOUT --------
ELSE
------ LAYOUT 2---------
END IF;
<? END FOR-EACH?>
| Is This Answer Correct ? | 0 Yes | 0 No |
In unix Schell sript what is very 1st line to be wriiten .
where is setup of business group done?
how can develope the po variance and po summary report? with tables mandatory columns and query please?
Is it possible calling from one report to another? if possible means tell me ?
3 Answers Intelligroup, Satyam,
FLEX FIELDS?
What is template?
what is instead of trigger. what is the use of that?
Types of cursors?
name all status attributes.
What is INBOUND and OUT BOUND? (Different types of interfaces)
17 Answers Accenture, Asian Paints, Inbound Solutions, Tech Mahindra,
If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?
What is the Use of User Exit in Oracle apps and when we are developeing the new report you need to pass one parameter called P_CONC_REQUEST_ID,what is the use of this parameter and is it mandatory.Can't we develop report without this User exit's and P_CONC_REQUEST_ID parameter