XML-Publisher how to display your input parameter

Marcos Claver 3
0 0
Read Time:50 Second

This week I have played a bit with XML-Publisher. The goal was take some reports and try to migrate them to XML-Publisher version. Yesterday I posted a blog about how you can setup a matrix report using the proper tags and references. I must say I was very content that it was possible and although it took me some time. After I accomplished the matrix layout the next question came up. How can I display the input parameters of the report in my report?

It is a very small trick you should understand. first you have to create a declaration and reference to your parameter in your report. Let us asume that my report accepts as input the parameter P_SUBMISSION_ID.
You create a tag in your RTF file with the following syntax:

<?param@begin:P_SUBMISSION_ID?>

We can now reference the parameter in our report by the syntax:

<?$P_SUBMISSION_ID?>

Example:
Parameter reference

This will result in the following layout:
Parameter result

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

3 thoughts on “XML-Publisher how to display your input parameter

  1. Thanks for the tip sister. I was having quite a lot of trouble displaying my input parameters since I am new to XML Publisher. This is gonna help me out a lot.
    Regina from New BMW

  2. Hai friends
    I am new to xml publisher.The article on ‘How to display input parameters is good’.I have a query on this.For my report,there are two input parameters (for dates).I am using FND_STANDARD_DATE value set for dates.Now I have to display these dates in the report.
    The problem is that FND_STANDARD_DATE converts the date that user enters into YYYY/MM/DD HH24:MI:SS format and the same is printed in the report.I am using to_char( to convert into DD-MON-YYYY format but it’s not working.How can i achieve this?

  3. Hello >>

    I’m new to XML-Publisher and i’m using Microsoft word for template creating.

    I’m facing some difficulties in creating a master-detail report…

    how can I accomplish that.. should I write one data model query that include everything or should I seperate them ???
    any help

Comments are closed.

Next Post

How to refer to an Attribute in the Currently Selected Table row in an ADF Faces page - implementing a Generic Row Reader

A very small article on a very trivial issue. I have a page with a Master-Detail construction with a (master) Table of Departments and a (detail) Table of Employees. My challenge here: how can I display the name of the currently selected Department in the heading for the Employees table? […]
%d bloggers like this: