"All" option in report parameter

Hi
I created 4 parameters for my report.
Those default selected are the 1st value in database so if click "submit query" its not display ALL
so now i wanna create an "All" option for each parameter and make it default so it make easier to users if they want to display all
How to create this "All" option?
Thank you

Hi,
First thing is that hopefully your query has been done is such a way that it can show all.
If not you can use the parameter along with NVL as follows :
where column_code = nvl (:test_parameter, column_code)
user13010403 wrote:Those default selected are the 1st value in database so if click "submit query" its not display ALLI am not sure what you meant by this, I think you are using Report Parameter form.
For the test_parameter in the query for the list of values use such a type of query:
select column_code,  column_name
from  table_name
union
select null, '***All***'
from dual
order by 2Note: using *** before All will place it first for ordering
Hope this helps
Best Regards
Arif Khadas
Also for List of Values for parameter check 'Hide first Column'
Edited by: Arif Khadas on May 5, 2010 1:23 PM

Similar Messages

  • Query option in report parameter

    I've created a report with a bind variable.
    When I run the parameter form, I see "Query options" and the filed for my bind variable.
    Obviously I'm missing something, but where can I change the font (color and typeface) of the text "Query options"
    Ton

    What values are you passing for &p_emp?
    SQL> select * from hr.employees where &p_emp;
    Enter value for p_emp: rownum <=5
    old   1: select * from hr.employees where &p_emp
    new   1: select * from hr.employees where rownum <=5
    EMPLOYEE_ID FIRST_NAME           LAST_NAME                 EMAIL                     PHONE_NUMBER         HIRE_DATE           JOB_ID   
            100 Steven               King                      SKING                     515.123.4567         17-06-1987 00:00:00 AD_PRES
            101 Neena                Kochhar                   NKOCHHAR                  515.123.4568         21-09-1989 00:00:00 AD_VP    
            102 Lex                  De Haan                   LDEHAAN                   515.123.4569         13-01-1993 00:00:00 AD_VP    
            103 Alexander            Hunold                    AHUNOLD                   590.423.4567         03-01-1990 00:00:00 IT_PROG
            104 Bruce                Ernst                     BERNST                    590.423.4568         21-05-1991 00:00:00 IT_PROG
    5 rows selected.
    SQL> select * from hr.employees where &p_emp;
    Enter value for p_emp: 1
    old   1: select * from hr.employees where &p_emp
    new   1: select * from hr.employees where 1
    select * from hr.employees where 1
    ERROR at line 1:
    ORA-00920: invalid relational operatorKeep in mind:
    Report Builder-related questions can be posted @ the Reports forum: Reports

  • Adding All Records In Report Parameter

    This is in addition to my previous post.
    I have this code as the source to a lov
    SELECT l.extkey||' - '||l.longdescr a, l.clocid b
    from udm_cloc l, udm_cust c, udm_lde lde
    where l.custid = c.custid
    and c.ldeid = lde.ldeid
    and lde.ldekey = :F140_LDEKEY
    and l.closedate is null
    and l.orddcid = :P9_DCID
    union
    select 'ALL Records' a, -1 b from dual
    ORDER by 2It is working fine except I need to change the ORDER BY clause to
    ORDER BY to_number(l.extkey) asc
    When I do that, I get an error
    LOV query is invalid, a display and a return value are needed, the column names need to be different. If your query contains an in-line query, the first FROM clause in the SQL statement must not belong to the in-line query.
    Cheers
    Gus

    Gus C wrote:
    This is in addition to my previous post.
    I have this code as the source to a lov
    SELECT l.extkey||' - '||l.longdescr a, l.clocid b
    from udm_cloc l, udm_cust c, udm_lde lde
    where l.custid = c.custid
    and c.ldeid = lde.ldeid
    and lde.ldekey = :F140_LDEKEY
    and l.closedate is null
    and l.orddcid = :P9_DCID
    union
    select 'ALL Records' a, -1 b from dual
    ORDER by 2It is working fine except I need to change the ORDER BY clause to
    ORDER BY to_number(l.extkey) asc
    When I do that, I get an error
    LOV query is invalid, a display and a return value are needed, the column names need to be different. If your query contains an in-line query, the first FROM clause in the SQL statement must not belong to the in-line query.Create your query as an in-line view, including any additional columns required for sorting, and perform the sort and final LOV projection in the outer query:
    select
              lov_label
            , lov_value
    from
              (select
                        deptno || ' - ' || ename                lov_label
                      , empno                                   lov_value
                      , /* to_number here if required */ deptno lov_sort
              from
                        emp
              union all
              select
                        '- All -'
                      , null
                      , null
              from
                        dual)
    order by
              lov_sort nulls first

  • Parameter List displaying all the values on Parameter form

    Dear All...If I uncheck the "Restrict List to predetermined values" option, then report parameter form displays all the values on web parameter form instead of displaying those values in the List Item. Is it the Default behaviour of Oracle Reports 10g or Can I control it anyway because if I've 1000 entries in a list, then displaying all those values openly on the form is an ugly thing and it increases the size of parameter form very much.

    Hello,
    A solution is provided in the Note :
    Note.465886.1 How to Implement an Alternate Solution to Unrestricted List Of Values (LOV) in Parameter Form on the Web:
    regards

  • Two report parameter with or condition /either should be selected

    hello,
    In my ssrs report builder 3 i am creating report for sharepoint list,where i have placed 2 report parameters ,when i select only one parameter it gives error as please give value for parameter,but if checked allow blank or allow null ,i am getting all values
    as report parameter is null or blank as the value of the report parameter is null or blank.
    so i need to select only one parameter and if i didnt give any value in another parameter it should take all values from the list.
    please help.
    thanks

    Hi Krishnakumar_DeV,
    If we are use SharePoint list as datasource, we have two method to add dataset parameter.
    Method1: Add filter in the dataset Query Designer dialog box.
    In this situation, it is defied a single-value parameter in the report.
    Method2: We can add a multi-values dataset parameter to filter data. Then, try to setting the default values for these parameters to work around your issue.
    Reference:
    http://technet.microsoft.com/en-us/library/aa337432(v=sql.105).aspx
    If you have any questions, please feel free to let me know.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Using (Select All) for report parameter

    Hi there,
    I am Looking for assistance in making the the (Select All) option work for a particular report. The parameter is for product families (which there are about 47 unique results for). The report is also influenced by two other parameters, one being a date type
    i.e 'MTD' 'YTD' 'MAT'. When a long date type such as MAT is selected, selecting all families causes the report to get stuck in an endless loop.
    I've tried creating my own <Select All'> item in the parameter dataset, then I have the opposite issue, the <Select All> selection works perfectly but when I try and tick two or more product families I recieve the following error:
    "An expressions of non-boolean type specified in a context where a condition is expected, near ',' "
    Parameter Dataset:
    SELECT '<Select All>' AS family_description, '<Select All>' AS family_code
    UNION ALL
    SELECT DISTINCT family_description, family_code
    FROM dim_item AS item
    ORDER BY family_description
    Snippet From Main Report Dataset:
    Where
    sales.oe_branch_code IN (@Branch)
    And
    sales.order_status <> 'X' and sales.line_status <> 'X'
    AND (item.family_code IN (@Family) OR @Family = '<Select All>')
    Any help is appreciated
    Thanks Kindly
    SQL Novice

    Hi KCBA,
    I have check the query you have provided the issue cause by the query "
    AND (item.family_code
    IN (@Family)
    OR @Family =
    '<Select All>')" you are using which is incorrect.
    If the parameter @Family have set as "Allow multiple values" then you don't need to add new label "Select All" for the multiple value parameter already have this section, if the parameter @Family is not the multiple values
    parameter and you want to select all the values or just select one, you can modify the query as below which will works fine:
    "AND (item.family_code =
    (@Family) OR
    @Family = '<Select All>'
    If you are using the stored procedure and have issue about add multiple value parameter in the where clause, you are take reference to below similar case about how to create an function to make it work:
    Passing multi-value parameter in stored procedure ssrs
    If I have some misunderstanding, please try to provide more details information about the relationship of all the parameters (Cascading or not ), current result  you have got and expect result you want(Snapshot).
    Any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Multiple select queries used in Excel BI report ,fetching data from Sharepoint DB(SP2010_Prod_ProjectServer) causing blockage on DB ,when more than one workbook(same copy of Excel BI Report) refreshed using Refresh All option.

    I am using mutiple select queries to fetch data from Project Server 2010 DB(its sharepoint DB) and these queries fetch data in Excel BI report by establishing connection with DB using instance name and all. I have enhance all these select queries and data
    is being fetched in secs. but when more than one copy of same Excel BI report is refreshed using 'Refresh All' option, then these select queries cause blockage on DB.
    Please let me know mitigation for this blockage issue.
    Should I use begin transaction and commit transaction statements/ shared lock statements.
    please reply

    Hi,
    run same query at the same time?

  • Ssrs 2008 'select all' option to be selected for a parameter

    In a new ssrs 2008 report, the problem is all reports are not selected from the parameter called 'report' when the report runs automatically.  When the report executes, there is nothing displayed in the parameter selection  dropdown box. The user
    has to click the down arrow to select which reports they want to execute.
    Here is the siutation for the ssrs 2008 report:
    In a new SSRS 2008 report, I want to be able to allow the user to select which report they  would like to see generated by selecting the report name from a dropdown list. This is a multi-valued parameter and the parameter name is called 'report'. I
    would like the default value to be for all 5 reports to be selected.
    All 5 reports will be on the 'main' report. There will be no subreports. Each report will have its own unique matrix and the matrix will be visibile based upon what is selected in the parameter called 'report'.
    My question is how can I make the 'default' value for the parameter called 'report' have all the reports selected?
     Normally to get all multivalued parameter values selected you create a dataset and run a query against a table. However in this case, there is no table to query. The user just selects what report(s) they want executed.
    Here is the code that is used:
    1.Right-click the multiple parameter ‘repot’ to open the Properties dialog box.
    2.Specify the values below in the Available values:
     Label: report1                                                
    Value: report1
     Label: report2                                                
    Value: report2
     Label: report3                                                
    Value: report3
     Label: report4                                                
    Value: report4
     Label: report5                                                
    Value: report5
    3.Specify the values below as the Default Values:
     report1   report2   report3   report4   report5
    4.Right-click the ‘report1’ to open the Tablix Properties dialog box.
    5.Select Visibility in the left pane, type the expression below in the “Show or hide based on an expression” textbox:
     =iif(InStr(join(Parameters!report.Value,","),"report1")>0,false,true)
    6.Use the expressions below to control the visibility of the ‘report2’, ‘report3’, ‘report4’, ’report5’:
     =iif(InStr(join(Parameters!report.Value,","),"report2")>0,false,true)
     =iif(InStr(join(Parameters!report.Value,","),"report3")>0,false,true)
     =iif(InStr(join(Parameters!report.Value,","),"report4")>0,false,true)
     =iif(InStr(join(Parameters!report.Value,","),"report5")>0,false,true)
    Thus can you tell me how all values from the 'report' parameter can be selected automatically  when the ssrs report is executed?

    Pass default value as below and see
    =Split("Report1,Report2,Report3,Report4,Report5",",")
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Crystal report paramater not showing all document number in parameter

    Hi,
    Customer is using Crystal report 2008 add on. The DO is having Doc Number in crystal report parameter. Eg DO in system had reached #1000 but it crystal report parameter user can only view DO up to 800. Is there any limitation in Crystal parameter if the records are many? How to resolve?
    Regards
    Thomas

    DO=Delivery Order in Sales A/R module.
    Customer is using Crystal report to print Delivery Order. DO DocNum is parameter in Crystal report for user to select which DO to print out but the selection list did not show all DO No.
    I saw similar question in forum. I had added "MaxRowsetRecords" ='99999999' into registry but the parameter still doesn't show all the DONo.
    I am using Type=REG_DWORD, value data=99999999 in registry and in crystal report the DocNum parameter is having "Dynamic" type.
    Don't know whether the setting is correct. Sorry I am not a Tech guy.
    Please advise.
    Regards
    Thomas

  • None of the vertical pictures will import.  I don't even get the black screens so can't even try the edit option that others suggest.  Sounds like we all have to report it to apple to get a fix?????

    I Cannot import any vertical pictures.  I don't even get a black screen and therefore can't edit.  After downloading from the camera the vertices pictures show with a red ! And won't import.  Sounds like we all have to report this to apple ....but anyone had same issue and how can I fix, we are on trip and need to clear the camera for more photos.

    This topic belongs in the iPhoto for iOS community.  I've asked the hosts to move it there.

  • I have SSRS parametarized report in that one data set have repeated values with query parameter . but while am mapping that query parameter to report parameter i need to pass distinct values. How can i resolve this

    I have SSRS parametarized report in that one data set have repeated values with query parameter . but while am mapping that query
    parameter to report parameter i need to pass distinct values. How can i resolve this

    Hi nancharaiah,
    If I understand correctly, you want to pass distinct values to report parameter. In Reporting Service, there are only three methods for parameter's Available Values:
    None
    Specify values
    Get values from a query
    If we utilize the third option that get values from a dataset query, then the all available values are from the returns of the dataset. So if we want to pass distinct values from a dataset, we need to make the dataset returns distinct values. The following
    sample is for your reference:
    Select distinct field_name  from table_name
    If you have any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • I am unable to get order by column name in oracle report parameter form

    i created query like following in query builder
    SELECT CASE_NO, COURT_ID, CASE_TYPE,
    INITCAP(PLAINTIFF) PLAINTIFF,INITCAP( DEFENDENT) DEFENDENT,
    INITCAP(COUNSEL) COUNSEL, START_DATE, PREVIOUS_HEARING_DATE,
    NEXT_HEARING_DATE,INITCAP( DESCRIPTION) DESCRIPTION,
    INITCAP(RELIEF) RELIEF,INITCAP(EXTENT) EXTENT,
    DECREE_DATE,INITCAP(STATUS) STATUS,INITCAP( LOCATION) LOCATION,
    LEGAL_FILE_NO, MSNO
    FROM L_CASE_MASTER_MAIN
    WHERE to_char(NEXT_HEARING_DATE,'DD-MON-YYYY')=:P_NHD ORDER BY :P_COL
    and i created parameter form for these two bind variables :P_NHD,:P_COL
    in,:P_COL i wrote lov as Select trim(COLUMN_NAME) from user_tab_columns where table_name='L_CASE_MASTER_MAIN'  to get all the columns.
    in parameter form i am able to get all the columns but when i am generating report it is not giving results as per my ordered column.
    kindly let me know the solution
    Report Version :Oracle Reports 11g
    Db Version:Oracle  11g

    Hi,
    Ordering the column first takes place from the Data Model Itself.
    Please Check your column ordering in the report data model. If it is not ordered in a right way then Rearrange it.
    Remove your order by in query...
    If any issues... let me know
    Regards,
    Soofi

  • Report Parameter Default Value at runtime

    Post Author: DMiller
    CA Forum: .NET
    Hi,
    I need to be able to create new parameters at runtime and have been somewhat successful in this endeavor. I have one remaining issue that I am hoping that somebody can help me with. Let me explain.
    When you create a parameter from within the Crystal XI designer, you are able to specify a number of default values that will display as a list box at runtime. Eg. ParameterName is MaritalStatus and default values are ("Married", "Single", "Divorced" etc). There is also the ability to specify the Default Value in the Value Options area of the screen. This value could be set to any one of the default values above - let's say that I set it to "Single". By setting the Default Value, this causes the Parameter Fields screen, at runtime, to "Select" the specific default value set above - in this case "Single", instead of showing "..." as the parameter value.
    The default value setting in the Value Options is beneficial when you have reports that are usually run with certain parameter values and only occasionally these need to change. Instead of having to specify every parameter value, the user only has to set the ones that have not been defaulted or they want to change.
    So, I have been successful in creating the parameters at runtime and successfully running the report. I have been unsuccessful in setting the "Default Value" as seen in the Value Options area. I have tried a number of properties on the report parameter object and have not found anything to set this.
    Does anybody know how to set the "Default Value" as seen in the Value Options area in the designer at runtime?
    Thanks for any help.

    Post Author: JerryB
    CA Forum: .NET
    You have described my scnario to a tee.  Did you ever figure out how to get the single default value that is available in the "value options" area when working within the Crystal Reports development environment.  I am using VB.Net and have a nice report menu form and viewer but recently a user ask me to set the default value in one of my combo boxes and I have been unsuccessful in finding the correct property to use.

  • SSAS report action to pass multi-value list of dimention key values to a SSRS report parameter

    This was originally posted on StackOverflow and suggested I try here as well.
    I want to create a report action in an SSAS OLAP cube that generates a list of formatted values to pass into an SSRS report parameter that accepts a multi-valued parameter list.  This would be applied at the
    cell level in the SSAS action.  I have found a solution that gets me most of the way:
    How to Pass Multiple Values from an SSAS Report Drill Through Action to an SSRS Multi-Value Parameter, but not quite.  The action does appear in Excel and works
    if I run the action from a cell that is at or below the dimension attribute I am generating the list for, in this case,
    Account Key.
    Below is a link to a screen capture (unable to embed it due to lack of reputation) showing the action and dimension structure in Excel.  The action works as long as I run it at the
    Account Key level or below.  I want to be able to run it at higher levels, such as
    Account Major and still have it generate all then related Account Key values for the SSRS report parameter.  Running it at the higher
    Account Major level does not trigger the report to run.
    Excel Action Screen Shot:
    http://i.stack.imgur.com/QCGSp.png
    Below is the MDX I am using to generate the value for the report parameter:
    UrlEscapeFragment(
    GENERATE(
    DESCENDANTS(
    [Account].[Account Key].CurrentMember,
    [Account].[Account Key].[Account Key]
    [Account].[Account Key].CURRENTMEMBER.Name,
    "&rp:Account="
    I am hoping that I can somehow modify the MDX above to make it return all the
    Account Keys for any attribute of the Account dimension when ran from any measure cell, not just when ran at self and children of
    Account Key in the pivot table.
    Also, if it helps, I can execute the following MDX query on the cube and get the results I am looking for.
    WITH MEMBER [Measures].[Account Key List] as
    GENERATE(
    DESCENDANTS([Account].[Account].CurrentMember, [Account].[Account].[Account]),
    [Account].[Account].CURRENTMEMBER.NAME,
    "&rp:Account=")
    SELECT {[Measures].[Account Key List]} on 0,
    ([Account].[Account Company Number].[Account Company Number],[Account].[Account Major].[Account Major]
    ) on 1
    FROM [Company 10 Action Demo]
    Below are partial results:
    10.116&rp:Account=10.116.010
    10.117&rp:Account=10.117.010&rp:Account=10.117.020
    10.120&rp:Account=10.120.005&rp:Account=10.120.006&rp:Account=10.120.010&rp:Account=10.120.020&rp:Account=10.120.030&rp:Account=10.120.040&rp:Account=10.120.050&rp:Account=10.120.060&rp:Account=10.120.380&rp:Account=10.120.999
    10.123
    Questions
    Any ideas what I might need to do to get Account Key to be returned for any attribute of the
    Account dimension?
    Would I possibly have to alter my Account dimension in the cube to get this to work?
    Thanks in advance.
    Edit 1 - Adventure Works Cube Version
    I was unable to get the suggested answer with the "Exists" function to work.  To better demonstrate this issue, I have recreated it using the Adventure Works Cube.
    I will focus on the Customer dimension, specifically the Customer and
    Education attributes.  I created a report action called Test Report Action.  Below is the XML created for it in the cube.
    <Action xsi:type="ReportAction" dwd:design-time-name="f35ad5ee-5167-4fb8-a0e0-0a74cc6e81c6">
    <ID>Report Action 1</ID>
    <Name>Test Report Action</Name>
    <TargetType>Cells</TargetType>
    <Target></Target>
    <Type>Report</Type>
    <ReportServer>SQLSERVER</ReportServer>
    <Path>ReportServer?/Test Report</Path>
    <ReportParameters>
    <ReportParameter>
    <Name>Test Customer Existing</Name>
    <Value>UrlEscapeFragment(
    GENERATE(
    EXISTING DESCENDANTS(
    [Customer].[Customer].CurrentMember,
    [Customer].[Customer].[Customer]
    [Customer].[Customer].CURRENTMEMBER.Name,
    "&amp;rp:Customer="
    )</Value>
    </ReportParameter>
    </ReportParameters>
    <ReportFormatParameters>
    <ReportFormatParameter>
    <Name>rs:Command</Name>
    <Value>Render</Value>
    </ReportFormatParameter>
    <ReportFormatParameter>
    <Name>rs:Renderer</Name>
    <Value>HTML5</Value>
    </ReportFormatParameter>
    </ReportFormatParameters>
    </Action>
    Below are the steps to re-create the issue.
    Connect to the cube in Excel
    Add dimension Customer -> More Fields -> Customer
    Add measure Internet Sales -> Internet Sales Amount
    Right-click Internet Sales Amount cell, select "Additional Actions" -> "Test Report Action" and see customer values created for URL 
    When the action is ran at this point with Customer, I see the values created in the URL shown message box (since there is no SSRS report server at location specified).
    Now the part I'm unable to resolve
    Remove the Customer dimension and add Customer -> Demographic -> Education
    Right-click Internet Sales Amount cell, select "Additional Actions" -> "Test Report Action"
    Nothing happens. If I ran the action on the cell next to "Bachelors", I would want it to build up all the list of all the "Customers"  that make up the "Bachelors" in the
    Customer dimension as part of the report parameter.  If no attributes where used in the cube from the
    Customer dimension for that cell, then I would like it to return "All Customers", or something similar to show that all customers are included in the aggregations.
    I am not too MDX savvy, thus far.  I think I need to somehow join the
    Customers to Internet Sales Amount in the Generate function portion.  I have tried several different combinations of the
    Customer dimension and Internet Sales Amount, along with various functions to see if I could get this to work with no success.  I am hoping that someone more knowledgeable the me will have a solution.   If you need more details,
    please ask and I will provide them.

    Simon,
    Thanks for you help with this.  This morning I found a workaround.  Below describes what that is.
    What I ended up doing was getting a list of values from a degenerate dimension that I could use to pass to SSRS to get a list of transactions for a report.  Below is how I did this, in relation to the Adventure Works cube using the degenerate dimension
    Internet Order Details.
    WITH MEMBER [Measures].[Order Param List] AS
    GENERATE(
    EXISTS([Internet Sales Order Details].[Sales Order Number].[Sales Order Number].Members, ,
    "Internet Sales"),
    [Internet Sales Order Details].[Sales Order Number].CurrentMember.Name,
    "&rp:OrderNum=")
    SELECT {[Measures].[Order Param List], [Measures].[Internet Sales Amount]} ON 0
    ,([Date].[Calendar].[Date]) ON 1
    FROM [Adventure Works]
    This will get a list of Sales Order Number in a text string, separated by "&rp:OrderNum=" for each measure of
    Internet Sales. This would allow me to create an SSRS report to bring back detail information for each
    Sales Order Number. Below are some sample results.
    May 16, 2007 SO50493&rp:OrderNum=SO50494&rp:OrderNum=SO50495&rp:OrderNum=SO50496&rp:OrderNum=SO50497&rp:OrderNum=SO50498&rp:OrderNum=SO50499&rp:OrderNum=SO50500 $12,157.80
    May 17, 2007 SO50501&rp:OrderNum=SO50502&rp:OrderNum=SO50503&rp:OrderNum=SO50504&rp:OrderNum=SO50505&rp:OrderNum=SO50506&rp:OrderNum=SO50507&rp:OrderNum=SO50508 $13,231.62
    May 18, 2007 SO50509&rp:OrderNum=SO50510 $4,624.91
    With this, I can then create a Report Action in SSRS with a Parameter Value of
    UrlEscapeFragment(
    GENERATE(
    EXISTS([Internet Sales Order Details].[Sales Order Number].[Sales Order Number].Members, ,
    "Internet Sales"),
    [Internet Sales Order Details].[Sales Order Number].CurrentMember.Name,
    "&rp:OrderNum=")
    The way I was going about it before was flawed, as I was trying to get a list of the granular values from each dimension used to build the measure value and pass each one of those as separate parameters. I just needed to set something unique for each fact
    measure transaction that represents the value and uses that in a query parameter for the SSRS report.

  • Report parameter does not show up in rtf template

    Hi all
    I was able to produce an rtf file based on the XML bellow. I could create the header with the customer name and the invoice list with the totals. However, I already tried by any means to insert the AS_OF_DATE parameter in the rtf template but it never appears. Do I have to put it between a <?for-each?> <?end for-each?>. This must be a simple question but I’m very new to this.
    Thanks in advance for any help.
    Octavio
    <?xml version="1.0"?>
    <!-- Generated by Oracle Reports version 6.0.8.27.0 -->
    <ARXAGMW>
    <LIST_G_SETUP>
    <G_SETUP>
    <COMPANY_NAME>TUI Portugal, SA.</COMPANY_NAME>
    <COAID>101</COAID>
    <FUNCTIONAL_CURRENCY>EUR</FUNCTIONAL_CURRENCY>
    <IN_SET_OF_BOOKS_ID>50</IN_SET_OF_BOOKS_ID>
    <FUNCTIONAL_CURRENCY_PRECI>2</FUNCTIONAL_CURRENCY_PRECI>
    <CONVERT_FLAG>Y</CONVERT_FLAG>
    <LIST_G_SEL_CREDIT_OPTIONS>
    <G_SEL_CREDIT_OPTIONS>
    <INCLUDE_CREDIT_HIGH>Y</INCLUDE_CREDIT_HIGH>
    <IN_ON_ACCOUNT_LOW>N</IN_ON_ACCOUNT_LOW>
    <CREDIT_OPTION_MEANING>Age</CREDIT_OPTION_MEANING>
    <LIST_G_SEL_OPTIONS>
    <G_SEL_OPTIONS>
    <PRINT_ON_ACCOUNT_FLAG></PRINT_ON_ACCOUNT_FLAG>
    <SORT_OPTION>C</SORT_OPTION>
    <SUMMARY_OPTION>I</SUMMARY_OPTION>
    <FORMAT_DETAILED></FORMAT_DETAILED>
    <INVOICE_TYPE_PRINT></INVOICE_TYPE_PRINT>
    <CUSTOMER_NAME_PRINT></CUSTOMER_NAME_PRINT>
    <BALANCE_DUE_PRINT></BALANCE_DUE_PRINT>
    <LIST_G_COMPANY_CUST>
    </LIST_G_COMPANY_CUST>
    <LIST_G_COMPANY_INV>
    <G_COMPANY_INV>
    <COMPANY_INV>01</COMPANY_INV>
    <LIST_G_INV_INV>
    <G_INV_INV>
    <SORT_FIELD1_INV></SORT_FIELD1_INV>
    <INV_TID_INV>*</INV_TID_INV>
    <SORT_FIELD2_INV>10FC</SORT_FIELD2_INV>
    <LIST_G_CUST_INV>
    <G_CUST_INV>
    <CUST_NAME_INV>Academia Contemporânea do Espectáculo</CUST_NAME_INV>
    <CUST_NO_INV>1011</CUST_NO_INV>
    <CUST_ID_INV>*</CUST_ID_INV>
    <CUST_STATE_INV></CUST_STATE_INV>
    <CUST_CITY_INV>Porto</CUST_CITY_INV>
    <CONTACT_SITE_ID_INV>*</CONTACT_SITE_ID_INV>
    <LIST_G_SITE_INV>
    <G_SITE_INV>
    <ADDR_ID_INV>*</ADDR_ID_INV>
    <AMT_DUE_REMAINING_INV>*</AMT_DUE_REMAINING_INV>
    <LIST_G_1>
    <G_1>
    <INVNUM>10FC*526</INVNUM>
    <CONS_BILLING_NUMBER></CONS_BILLING_NUMBER>
    <LIST_G_INVOICE>
    <G_INVOICE>
    <DUE_DATE_INV>26-OCT-07</DUE_DATE_INV>
    <INVOICE_TYPE_INV>10FC</INVOICE_TYPE_INV>
    <CLASS_INV>INV</CLASS_INV>
    <PAYMENT_SCHED_ID_INV>*</PAYMENT_SCHED_ID_INV>
    <DAYS_PAST_DUE2>*</DAYS_PAST_DUE2>
    <AMOUNT_ADJUSTED_INV></AMOUNT_ADJUSTED_INV>
    <AMOUNT_APPLIED_INV></AMOUNT_APPLIED_INV>
    <AMOUNT_CREDITED_INV></AMOUNT_CREDITED_INV>
    <GL_DATE_INV>26-SEP-07</GL_DATE_INV>
    <DATA_CONVERTED_INV></DATA_CONVERTED_INV>
    <PS_EXCHANGE_RATE_INV>1</PS_EXCHANGE_RATE_INV>
    <B0_INV>0</B0_INV>
    <B1_INV>0</B1_INV>
    <B2_INV>0</B2_INV>
    <B3_INV>0</B3_INV>
    <B4_INV>1</B4_INV>
    <B5_INV>0</B5_INV>
    <B6_INV>0</B6_INV>
    <COMP_AMT_DUE_REM_INV>181.54</COMP_AMT_DUE_REM_INV>
    <C_DATA_CONV_FLAG_INV>0</C_DATA_CONV_FLAG_INV>
    <C_AMT_DUE_REM_INV>181.54</C_AMT_DUE_REM_INV>
    <C_AMT_DUE_REM_INV_DSP> 181.54 </C_AMT_DUE_REM_INV_DSP>
    <C_AMOUNT_CH_INV>0</C_AMOUNT_CH_INV>
    <C_AMOUNT_CR_INV>0</C_AMOUNT_CR_INV>
    <C_AMOUNT_RISK_INV>0</C_AMOUNT_RISK_INV>
    <C_AMOUNT_CLAIM_INV>0</C_AMOUNT_CLAIM_INV>
    <C_INV_BALANCE>181.54</C_INV_BALANCE>
    <C_COMP_BAL_INV>181.54</C_COMP_BAL_INV>
    <C_INV_BALANCE_DSP> 181.54 </C_INV_BALANCE_DSP>
    <C_INV_B0>0</C_INV_B0>
    <C_INV_B0_DSP> </C_INV_B0_DSP>
    <C_INV_B1>0</C_INV_B1>
    <C_INV_B1_DSP> </C_INV_B1_DSP>
    <C_INV_B2>0</C_INV_B2>
    <C_INV_B2_DSP> </C_INV_B2_DSP>
    <C_INV_B3>0</C_INV_B3>
    <C_INV_B3_DSP> </C_INV_B3_DSP>
    <C_INV_B4>181.54</C_INV_B4>
    <C_INV_B4_DSP> 181.54 </C_INV_B4_DSP>
    <C_INV_B5>0</C_INV_B5>
    <C_INV_B5_DSP> </C_INV_B5_DSP>
    <C_INV_B6>0</C_INV_B6>
    <C_INV_B6_DSP> </C_INV_B6_DSP>
    </G_INVOICE>
    </LIST_G_INVOICE>
    <CONS_BILL_DISP>10FC*526</CONS_BILL_DISP>
    </G_1>
    </LIST_G_1>
    <PERCENT_B0_ADDR>0</PERCENT_B0_ADDR>
    <PERCENT_B1_ADDR>0</PERCENT_B1_ADDR>
    <PERCENT_B2_ADDR>0</PERCENT_B2_ADDR>
    <PERCENT_B3_ADDR>0</PERCENT_B3_ADDR>
    <PERCENT_B4_ADDR>100</PERCENT_B4_ADDR>
    <PERCENT_B5_ADDR>0</PERCENT_B5_ADDR>
    <PERCENT_B6_ADDR>0</PERCENT_B6_ADDR>
    <SET_PERCENT_ADDR>0</SET_PERCENT_ADDR>
    <TOTAL_SITE_AMT>181.54</TOTAL_SITE_AMT>
    <TOTAL_SITE_AMT_DSP> 181.54 </TOTAL_SITE_AMT_DSP>
    <TOTAL_SITE_B0>0</TOTAL_SITE_B0>
    <TOTAL_SITE_B0_DSP> 0.00 </TOTAL_SITE_B0_DSP>
    <TOTAL_SITE_B1>0</TOTAL_SITE_B1>
    <TOTAL_SITE_B1_DSP> 0.00 </TOTAL_SITE_B1_DSP>
    <TOTAL_SITE_B2>0</TOTAL_SITE_B2>
    <TOTAL_SITE_B2_DSP> 0.00 </TOTAL_SITE_B2_DSP>
    <TOTAL_SITE_B3>0</TOTAL_SITE_B3>
    <TOTAL_SITE_B3_DSP> 0.00 </TOTAL_SITE_B3_DSP>
    <TOTAL_SITE_B4>181.54</TOTAL_SITE_B4>
    <TOTAL_SITE_B4_DSP> 181.54 </TOTAL_SITE_B4_DSP>
    <TOTAL_SITE_B5>0</TOTAL_SITE_B5>
    <TOTAL_SITE_B5_DSP> 0.00 </TOTAL_SITE_B5_DSP>
    <TOTAL_SITE_B6>0</TOTAL_SITE_B6>
    <TOTAL_SITE_B6_DSP> 0.00 </TOTAL_SITE_B6_DSP>
    <C_SITE_PAYMENTS_DSP> 0.00 </C_SITE_PAYMENTS_DSP>
    <C_SITE_PAYMENTS>0</C_SITE_PAYMENTS>
    <C_SITE_RISK>0</C_SITE_RISK>
    <C_SITE_CREDITS>0</C_SITE_CREDITS>
    <C_SITE_CREDITS_DSP> 0.00 </C_SITE_CREDITS_DSP>
    <C_SITE_BALANCE>181.54</C_SITE_BALANCE>
    <C_SITE_BALANCE_DSP> 181.54 </C_SITE_BALANCE_DSP>
    <SEL_CONTACT_INV> </SEL_CONTACT_INV>
    <C_CONTACT_NAME_INV></C_CONTACT_NAME_INV>
    <C_CONTACT_PHONE_INV></C_CONTACT_PHONE_INV>
    <C_CONTACTS_INV></C_CONTACTS_INV>
    </G_SITE_INV>
    </LIST_G_SITE_INV>
    <D_CUST_NAME_INV>Academia Contemporânea do</D_CUST_NAME_INV>
    <TOTAL_INV_AMT>181.54</TOTAL_INV_AMT>
    <TOTAL_INV_AMT_DSP> 181.54 </TOTAL_INV_AMT_DSP>
    <TOTAL_INV_B0>0</TOTAL_INV_B0>
    <TOTAL_INV_B0_DSP> 0.00 </TOTAL_INV_B0_DSP>
    <TOTAL_INV_B1>0</TOTAL_INV_B1>
    <TOTAL_INV_B1_DSP> 0.00 </TOTAL_INV_B1_DSP>
    <TOTAL_INV_B2>0</TOTAL_INV_B2>
    <TOTAL_INV_B2_DSP> 0.00 </TOTAL_INV_B2_DSP>
    <TOTAL_INV_B3>0</TOTAL_INV_B3>
    <TOTAL_INV_B3_DSP> 0.00 </TOTAL_INV_B3_DSP>
    <TOTAL_INV_B4>181.54</TOTAL_INV_B4>
    <TOTAL_INV_B4_DSP> 181.54 </TOTAL_INV_B4_DSP>
    <TOTAL_INV_B5>0</TOTAL_INV_B5>
    <TOTAL_INV_B5_DSP> 0.00 </TOTAL_INV_B5_DSP>
    <TOTAL_INV_B6>0</TOTAL_INV_B6>
    <TOTAL_INV_B6_DSP> 0.00 </TOTAL_INV_B6_DSP>
    <SUM_INV_BALANCE>181.54</SUM_INV_BALANCE>
    <SUM_INV_BALANCE_DSP> 181.54 </SUM_INV_BALANCE_DSP>
    <SUM_ONACC_CR_INV>0</SUM_ONACC_CR_INV>
    <SUM_ONACC_CR_INV_DSP> 0.00 </SUM_ONACC_CR_INV_DSP>
    <ONACC_CONV_CH_INV> </ONACC_CONV_CH_INV>
    <ONACC_CONV_CR_INV> </ONACC_CONV_CR_INV>
    <ONACC_CONV_RISK_INV></ONACC_CONV_RISK_INV>
    <SUM_ONACC_CH_INV>0</SUM_ONACC_CH_INV>
    <SUM_ONACC_CH_INV_DSP> 0.00 </SUM_ONACC_CH_INV_DSP>
    <SUM_ONACC_RISK_INV>0</SUM_ONACC_RISK_INV>
    <SUM_ONACC_RISK_INV_DSP> 0.00 </SUM_ONACC_RISK_INV_DSP>
    <SUM_CLAIM_INV>0</SUM_CLAIM_INV>
    <SUM_CLAIM_INV_DSP> 0.00 </SUM_CLAIM_INV_DSP>
    <SEL_PERCENT_INV>0</SEL_PERCENT_INV>
    <PERCENT_B0_INV>0</PERCENT_B0_INV>
    <PERCENT_B1_INV>0</PERCENT_B1_INV>
    <PERCENT_B2_INV>0</PERCENT_B2_INV>
    <PERCENT_B3_INV>0</PERCENT_B3_INV>
    <PERCENT_B4_INV>100</PERCENT_B4_INV>
    <PERCENT_B5_INV>0</PERCENT_B5_INV>
    <PERCENT_B6_INV>0</PERCENT_B6_INV>
    </G_CUST_INV>
    </LIST_G_CUST_INV>
    <C_LABEL2_INV>Total For Type</C_LABEL2_INV>
    <C_LABEL3_INV>Type</C_LABEL3_INV>
    <FLEX_TYPE_INV>10FC</FLEX_TYPE_INV>
    <TOTAL_INV_INV_AMT>181.54</TOTAL_INV_INV_AMT>
    <TOTAL_INV_INV_AMT_DSP> 181.54 </TOTAL_INV_INV_AMT_DSP>
    <TOTAL_INV_INV_B0>0</TOTAL_INV_INV_B0>
    <TOTAL_INV_INV_B0_DSP> 0.00 </TOTAL_INV_INV_B0_DSP>
    <TOTAL_INV_INV_B1>0</TOTAL_INV_INV_B1>
    <TOTAL_INV_INV_B1_DSP> 0.00 </TOTAL_INV_INV_B1_DSP>
    <TOTAL_INV_INV_B2>0</TOTAL_INV_INV_B2>
    <TOTAL_INV_INV_B2_DSP> 0.00 </TOTAL_INV_INV_B2_DSP>
    <TOTAL_INV_INV_B3>0</TOTAL_INV_INV_B3>
    <TOTAL_INV_INV_B3_DSP> 0.00 </TOTAL_INV_INV_B3_DSP>
    <TOTAL_INV_INV_B4>181.54</TOTAL_INV_INV_B4>
    <TOTAL_INV_INV_B4_DSP> 181.54 </TOTAL_INV_INV_B4_DSP>
    <TOTAL_INV_INV_B5>0</TOTAL_INV_INV_B5>
    <TOTAL_INV_INV_B5_DSP> 0.00 </TOTAL_INV_INV_B5_DSP>
    <TOTAL_INV_INV_B6>0</TOTAL_INV_INV_B6>
    <TOTAL_INV_INV_B6_DSP> 0.00 </TOTAL_INV_INV_B6_DSP>
    <TOTAL_INV_INV_BALANCE>181.54</TOTAL_INV_INV_BALANCE>
    <TOTAL_INV_INV_CREDIT>0</TOTAL_INV_INV_CREDIT>
    <TOTAL_INV_INV_RISK>0</TOTAL_INV_INV_RISK>
    <TOTAL_INV_INV_CLAIM>0</TOTAL_INV_INV_CLAIM>
    <TOTAL_INV_INV_CASH>0</TOTAL_INV_INV_CASH>
    <SET_PERCENT_INV_INV>0</SET_PERCENT_INV_INV>
    <SUM_PERCENT_B0_INV>0</SUM_PERCENT_B0_INV>
    <SUM_PERCENT_B1_INV>0</SUM_PERCENT_B1_INV>
    <SUM_PERCENT_B2_INV>0</SUM_PERCENT_B2_INV>
    <SUM_PERCENT_B3_INV>0</SUM_PERCENT_B3_INV>
    <SUM_PERCENT_B4_INV>100</SUM_PERCENT_B4_INV>
    <SUM_PERCENT_B5_INV>0</SUM_PERCENT_B5_INV>
    <SUM_PERCENT_B6_INV>0</SUM_PERCENT_B6_INV>
    </G_INV_INV>
    </LIST_G_INV_INV>
    <TOTAL_COMPANY_INV_AMT>181.54</TOTAL_COMPANY_INV_AMT>
    <TOTAL_COMPANY_INV_AMT_DSP> 181.54 </TOTAL_COMPANY_INV_AMT_DSP>
    <SET_GSUM_INV_AMT> 181.54 </SET_GSUM_INV_AMT>
    <SET_GSUM_INV_B0> 0.00 </SET_GSUM_INV_B0>
    <SET_GSUM_INV_B1> 0.00 </SET_GSUM_INV_B1>
    <SET_GSUM_INV_B2> 0.00 </SET_GSUM_INV_B2>
    <SET_GSUM_INV_B3> 0.00 </SET_GSUM_INV_B3>
    <SET_GSUM_INV_B4> 181.54 </SET_GSUM_INV_B4>
    <SET_GSUM_INV_B5> 0.00 </SET_GSUM_INV_B5>
    <SET_GSUM_INV_B6> 0.00 </SET_GSUM_INV_B6>
    <SET_PAY_CR_MEMOS_INV> 0.00 </SET_PAY_CR_MEMOS_INV>
    <SET_RISK_INV> 0.00 </SET_RISK_INV>
    <SET_CLAIM_INV> 0.00 </SET_CLAIM_INV>
    <SET_GPERCENT_INV>0</SET_GPERCENT_INV>
    <SET_GSUM_INV_BALANCE> 181.54 </SET_GSUM_INV_BALANCE>
    </G_COMPANY_INV>
    </LIST_G_COMPANY_INV>
    <SET_SEL_OPTIONS>1</SET_SEL_OPTIONS>
    </G_SEL_OPTIONS>
    </LIST_G_SEL_OPTIONS>
    <SET_CREDIT_OPTIONS>Age</SET_CREDIT_OPTIONS>
    </G_SEL_CREDIT_OPTIONS>
    </LIST_G_SEL_CREDIT_OPTIONS>
    <CA_FUNCTIONAL_CURRENCY>EUR</CA_FUNCTIONAL_CURRENCY>
    <ACCT_BAL_APROMPT>Empresa</ACCT_BAL_APROMPT>
    <ACCT_FLEX_BAL_SEG>c.SEGMENT1</ACCT_FLEX_BAL_SEG>
    <ACCT_BAL_LPROMPT>Empresa</ACCT_BAL_LPROMPT>
    <REPORT_NAME></REPORT_NAME>
    <SUB_TITLE>22-FEB-08</SUB_TITLE>
    <APP_MAX_ID></APP_MAX_ID>
    <ADJ_MAX_ID>74399</ADJ_MAX_ID>
    <PS_MAX_ID></PS_MAX_ID>
    <SET_UNID_PHRASE>Unidentified Payments</SET_UNID_PHRASE>
    <SET_BUCKET_TITLES>1</SET_BUCKET_TITLES>
    <SET_FTR_LABEL></SET_FTR_LABEL>
    <SET_COLUMNS>1</SET_COLUMNS>
    <SET_CURRENCY>EUR</SET_CURRENCY>
    <UNID_CH>0</UNID_CH>
    </G_SETUP>
    </LIST_G_SETUP>
    <RP_COMPANY_NAME>TUI Portugal, SA.</RP_COMPANY_NAME>
    <RP_REPORT_NAME>Aging - 7 Buckets Report</RP_REPORT_NAME>
    <RP_DATA_FOUND></RP_DATA_FOUND>
    <RP_SUBTITLE> 22-FEB-08</RP_SUBTITLE>
    <AS_OF_DATE>22-FEB-08</AS_OF_DATE>
    <UNID_PHRASE>Unidentified Payments</UNID_PHRASE>
    <SHORT_UNID_PHRASE>Unidentified Payme</SHORT_UNID_PHRASE>
    <TOP0>Não</TOP0>
    <TOP1>Até</TOP1>
    <TOP3>Até</TOP3>
    <TOP2>Até</TOP2>
    <TOP4>Até</TOP4>
    <TOP5>Mais de</TOP5>
    <TOP6>Em</TOP6>
    <BOT0>Vencido</BOT0>
    <BOT1>30 Dias</BOT1>
    <BOT2>60 Dias</BOT2>
    <BOT3>90 Dias</BOT3>
    <BOT4>180 Dias</BOT4>
    <BOT5>180 Dias</BOT5>
    <BOT6>Litígio</BOT6>
    <BUCKET_LINE_TYPE_0>CURRENT</BUCKET_LINE_TYPE_0>
    <BUCKET_LINE_TYPE_1>PAST</BUCKET_LINE_TYPE_1>
    <BUCKET_LINE_TYPE_2>PAST</BUCKET_LINE_TYPE_2>
    <BUCKET_LINE_TYPE_3>PAST</BUCKET_LINE_TYPE_3>
    <BUCKET_LINE_TYPE_4>PAST</BUCKET_LINE_TYPE_4>
    <BUCKET_LINE_TYPE_5>PAST</BUCKET_LINE_TYPE_5>
    <BUCKET_LINE_TYPE_6>DISPUTE_PENDADJ</BUCKET_LINE_TYPE_6>
    <BUCKET_DAYS_FROM_0>-99999999</BUCKET_DAYS_FROM_0>
    <BUCKET_DAYS_FROM_1>1</BUCKET_DAYS_FROM_1>
    <BUCKET_DAYS_FROM_2>31</BUCKET_DAYS_FROM_2>
    <BUCKET_DAYS_FROM_3>61</BUCKET_DAYS_FROM_3>
    <BUCKET_DAYS_FROM_4>91</BUCKET_DAYS_FROM_4>
    <BUCKET_DAYS_FROM_5>181</BUCKET_DAYS_FROM_5>
    <BUCKET_DAYS_FROM_6></BUCKET_DAYS_FROM_6>
    <BUCKET_DAYS_TO_0>0</BUCKET_DAYS_TO_0>
    <BUCKET_DAYS_TO_1>30</BUCKET_DAYS_TO_1>
    <BUCKET_DAYS_TO_2>60</BUCKET_DAYS_TO_2>
    <BUCKET_DAYS_TO_3>90</BUCKET_DAYS_TO_3>
    <BUCKET_DAYS_TO_4>180</BUCKET_DAYS_TO_4>
    <BUCKET_DAYS_TO_5>999999999</BUCKET_DAYS_TO_5>
    <BUCKET_DAYS_TO_6></BUCKET_DAYS_TO_6>
    <BUCKET_CATEGORY>DISPUTE_PENDADJ</BUCKET_CATEGORY>
    <GSUM_CUST_B0></GSUM_CUST_B0>
    <GSUM_CUST_B1></GSUM_CUST_B1>
    <GSUM_CUST_B2></GSUM_CUST_B2>
    <GSUM_CUST_B3></GSUM_CUST_B3>
    <GSUM_CUST_B4></GSUM_CUST_B4>
    <GSUM_CUST_B5></GSUM_CUST_B5>
    <GSUM_CUST_B6></GSUM_CUST_B6>
    <GSUM_CUST_PERCENT_B0></GSUM_CUST_PERCENT_B0>
    <GSUM_CUST_PERCENT_B1></GSUM_CUST_PERCENT_B1>
    <GSUM_CUST_PERCENT_B2></GSUM_CUST_PERCENT_B2>
    <GSUM_CUST_PERCENT_B3></GSUM_CUST_PERCENT_B3>
    <GSUM_CUST_PERCENT_B4></GSUM_CUST_PERCENT_B4>
    <GSUM_CUST_PERCENT_B5></GSUM_CUST_PERCENT_B5>
    <GSUM_CUST_PERCENT_B6></GSUM_CUST_PERCENT_B6>
    <GSUM_CUST_AMT></GSUM_CUST_AMT>
    <GSUM_CUST_BALANCE>0</GSUM_CUST_BALANCE>
    <GSUM_ONACC_AMT_CREDIT_CUST>0</GSUM_ONACC_AMT_CREDIT_CUST>
    <GSUM_ONACC_AMT_CASH_CUST>0</GSUM_ONACC_AMT_CASH_CUST>
    <GSUM_PAY_CR_CUST>0</GSUM_PAY_CR_CUST>
    <TEMP_SUM_CUST></TEMP_SUM_CUST>
    <GSUM_CUST_B0_DSP></GSUM_CUST_B0_DSP>
    <GSUM_CUST_B1_DSP></GSUM_CUST_B1_DSP>
    <GSUM_CUST_B2_DSP></GSUM_CUST_B2_DSP>
    <GSUM_CUST_B3_DSP></GSUM_CUST_B3_DSP>
    <GSUM_CUST_B4_DSP></GSUM_CUST_B4_DSP>
    <GSUM_CUST_B5_DSP></GSUM_CUST_B5_DSP>
    <GSUM_CUST_B6_DSP></GSUM_CUST_B6_DSP>
    <GSUM_CUST_AMT_DSP></GSUM_CUST_AMT_DSP>
    <GSUM_CUST_BALANCE_DSP></GSUM_CUST_BALANCE_DSP>
    <GSUM_PAY_CR_CUST_DSP></GSUM_PAY_CR_CUST_DSP>
    <C_DATA_CONV_GSUM></C_DATA_CONV_GSUM>
    <TEMP_ONACC_CR_CUST></TEMP_ONACC_CR_CUST>
    <TEMP_ONACC_CH_CUST></TEMP_ONACC_CH_CUST>
    <RP_FTR_LBL>Grand Total:</RP_FTR_LBL>
    <C_DATA_CONV_GSUM_INV></C_DATA_CONV_GSUM_INV>
    <GSUM_INV_B0>0</GSUM_INV_B0>
    <GSUM_INV_B1>0</GSUM_INV_B1>
    <GSUM_INV_B2>0</GSUM_INV_B2>
    <GSUM_INV_B3>0</GSUM_INV_B3>
    <GSUM_INV_B4>181.54</GSUM_INV_B4>
    <GSUM_INV_B5>0</GSUM_INV_B5>
    <GSUM_INV_B6>0</GSUM_INV_B6>
    <GSUM_INV_PERCENT_B1>0</GSUM_INV_PERCENT_B1>
    <GSUM_INV_PERCENT_B2>0</GSUM_INV_PERCENT_B2>
    <GSUM_INV_PERCENT_B0>0</GSUM_INV_PERCENT_B0>
    <GSUM_INV_PERCENT_B3>0</GSUM_INV_PERCENT_B3>
    <GSUM_INV_PERCENT_B4>100</GSUM_INV_PERCENT_B4>
    <GSUM_INV_PERCENT_B5>0</GSUM_INV_PERCENT_B5>
    <GSUM_INV_PERCENT_B6>0</GSUM_INV_PERCENT_B6>
    <GSUM_INV_AMT>181.54</GSUM_INV_AMT>
    <GSUM_INV_BALANCE>181.54</GSUM_INV_BALANCE>
    <GSUM_ONACC_AMT_CR_INV>0</GSUM_ONACC_AMT_CR_INV>
    <GSUM_ONACC_AMT_CH_INV>0</GSUM_ONACC_AMT_CH_INV>
    <GSUM_PAY_CR_INV>0</GSUM_PAY_CR_INV>
    <TEMP_SUM_INV>0</TEMP_SUM_INV>
    <GSUM_INV_BALANCE_DSP> 181.54 </GSUM_INV_BALANCE_DSP>
    <GSUM_PAY_CR_INV_DSP> 0.00 </GSUM_PAY_CR_INV_DSP>
    <GSUM_INV_B0_DSP> 0.00 </GSUM_INV_B0_DSP>
    <GSUM_INV_B1_DSP> 0.00 </GSUM_INV_B1_DSP>
    <GSUM_INV_B2_DSP> 0.00 </GSUM_INV_B2_DSP>
    <GSUM_INV_B3_DSP> 0.00 </GSUM_INV_B3_DSP>
    <GSUM_INV_B4_DSP> 181.54 </GSUM_INV_B4_DSP>
    <GSUM_INV_B5_DSP> 0.00 </GSUM_INV_B5_DSP>
    <GSUM_INV_B6_DSP> 0.00 </GSUM_INV_B6_DSP>
    <GSUM_INV_AMT_DSP> 181.54 </GSUM_INV_AMT_DSP>
    <TEMP_ONACC_CR_INV>0</TEMP_ONACC_CR_INV>
    <TEMP_ONACC_CH_INV>0</TEMP_ONACC_CH_INV>
    <C_PS_MAX_ID></C_PS_MAX_ID>
    <C_ADJ_MAX_ID>74399</C_ADJ_MAX_ID>
    <C_APP_MAX_ID></C_APP_MAX_ID>
    <C_CONVERT_FLAG>Y</C_CONVERT_FLAG>
    <C_CREDIT_OPTION_MEANING>Age</C_CREDIT_OPTION_MEANING>
    <C_FUNCTIONAL_CURRENCY>EUR</C_FUNCTIONAL_CURRENCY>
    <C_FORMAT_DETAILED></C_FORMAT_DETAILED>
    <C_SORT_OPTION>C</C_SORT_OPTION>
    <C_SUMMARY_OPTION>I</C_SUMMARY_OPTION>
    <REF_CURR_CODE_INV>EUR</REF_CURR_CODE_INV>
    <C_CUST_SUM_LBL></C_CUST_SUM_LBL>
    <C_ONACC_AMT_CR_CUST></C_ONACC_AMT_CR_CUST>
    <C_ONACC_AMT_CH_CUST></C_ONACC_AMT_CH_CUST>
    <C_ONACC_AMT_CR_INV>0</C_ONACC_AMT_CR_INV>
    <C_ONACC_AMT_CH_INV>0</C_ONACC_AMT_CH_INV>
    <C_CREDIT_APPLIED_LATE_CUST></C_CREDIT_APPLIED_LATE_CUST>
    <C_UNID_CH></C_UNID_CH>
    <C_CREDIT_APPLIED_LATE_INV>0</C_CREDIT_APPLIED_LATE_INV>
    <C_UNID_CH_INV>0</C_UNID_CH_INV>
    <C_SUMMARY_MEANING>Brief</C_SUMMARY_MEANING>
    <C_FORMAT_MEANING>Invoice Summary</C_FORMAT_MEANING>
    <SET_MEANINGS></SET_MEANINGS>
    <C_INDUSTRY_CODE>C</C_INDUSTRY_CODE>
    <C_COMPANY_TITLE></C_COMPANY_TITLE>
    <C_BAL_SEGMENT_LPROMPT></C_BAL_SEGMENT_LPROMPT>
    <C_PAYMENT_MEANING>Payment</C_PAYMENT_MEANING>
    <C_RISK_MEANING>Risk</C_RISK_MEANING>
    <C_ONACC_AMT_RISK_INV></C_ONACC_AMT_RISK_INV>
    <TEMP_ONACC_RISK_INV></TEMP_ONACC_RISK_INV>
    <C_RISK_OPTION_MEANING>Do Not Show</C_RISK_OPTION_MEANING>
    <GSUM_ONACC_AMT_RISK_INV>0</GSUM_ONACC_AMT_RISK_INV>
    <GSUM_RISK_INV_DSP> 0.00 </GSUM_RISK_INV_DSP>
    <GSUM_RISK_CUST_DSP></GSUM_RISK_CUST_DSP>
    <GSUM_ONACC_AMT_RISK_CUST>0</GSUM_ONACC_AMT_RISK_CUST>
    <CF_PAYMENT_MEANING>Payment</CF_PAYMENT_MEANING>
    <CF_RISK_MEANING></CF_RISK_MEANING>
    <CF_RISK_OPTION_MEANING></CF_RISK_OPTION_MEANING>
    <CF_ACCOUNTING_FLEXFIELD></CF_ACCOUNTING_FLEXFIELD>
    <GSUM_CLAIM_CUST_DSP></GSUM_CLAIM_CUST_DSP>
    <GSUM_CLAIM_AMT_CUST>0</GSUM_CLAIM_AMT_CUST>
    <GSUM_CLAIM_INV_DSP> 0.00 </GSUM_CLAIM_INV_DSP>
    <GSUM_CLAIM_AMT_INV>0</GSUM_CLAIM_AMT_INV>
    <C_CLAIM_OPTION_MEANING></C_CLAIM_OPTION_MEANING>
    </ARXAGMW>

    hi Rex,
    your requirement is u want to show your report parameter in rtf(template).
    create a placeholder column get your parameter in the placeholder column.
    and run the report to generate XMl.
    use the placeholder column in template to show parameter.
    Regards
    Rajesh

Maybe you are looking for

  • Downloaded Microsoft Security Essentials and Flash Player Quit Working

    Hi, i am running Win 7 (64bit), and recently got MSE as my only antivirus. Once i downloaded it, flash player files in youtube and other sites (even pictures you can click and zoom on) refuse to load and just lock the browser. This is happening in IE

  • Wondering if I sync my ipod music it would delete my pics.

    Ok so I have had an ipod for some time now but I had it on another computer. So this summer I got a new comp and my songs are all transfered to it but I got new songs but i'm scared that syncing my ipod with my new music will delete my pics that took

  • Updating Final Cut Pro with ARD 3

    when I try to push a FCP update using ARD, it will fail with no error message returned. All the other updaters will work with no issues, including other Pro Apps updaters, like DVD Studio Pro. I've had this problem with previous FCP updaters, so i'm

  • Types Of Special Stocks and Inforecords.

    Hi All Thanks for the help being done. What are the types of special stocks available? What are the types of inforecords? Vineeth.

  • TM can see a file saved in the future? I'm confused

    Hi All, I am have been using Time Machine for about a month. When I say using, I have never had to restore a file; my external drive just sits there doing its TM thing. Well, last night I needed to restore an important file and it didn't work. So eit