How do u print the data horizantally by using XML report?
EX:Suppose there is one table names as SAMPLE in that we
have only two columns say empno,ename.I want the output
like this,At run time user may enter 3 colums(i.e to data
print horizantally).
empno ename empno ename empno ename
100 aaa 101 bbb 102 ccc
103 ddd 104 eee 105 fff
No Answer is Posted For this Question
Be the First to Post Answer
What is relation between the window and canvas views?
Which parameter can be used to set read level consistency across multiple queries?
How can a cross product be created?
Can we use a restricted package procedure in ON-VALIDATE-FIELD Trigger ?
Deleting a page removes information about all the fields in that page ?
What is user exit.?
2 Answers IBM, Synergy, Zensar,
How we can migrate the 6i report to 10g reports. What steps need to reuired?
What is a record group?
i don't want to give the path of .Dat file in .Ctl file dynamically i want to give how
What is the difference between Anchoring Object and Enclosing Objects ?
in reports 1og.if we enter a query in list of values then parameter form displays a dropdown.in that if any ething is selected then that will display in the report.supp if i am not selected any value then it should display all the values.how it is possible?can any one help me........
suppose there are two textfields t1,t2 in form and we have some value in textfield t1.now the question is that how can we copy the value of the t1 to textfield t2?