Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

I have an rtf template, where a table has 6 fields to display in each column. If the first two field

Received Response
65
Views
3
Comments

Summary

I have an rtf template, where a table has 6 fields to display in each column. If the first two field have repetitive data, it has to be displayed only once in each page.

Content

I have an rtf template, where a table has 6 fields to display in each column. If the first two field have repetitive data, it has to be displayed only once in each page. Example Col1 Col2 Col3 Col4 Col5 Col6 ABC XYZ A ABC XYZ B ABC XYZ C ABC XYZ C Output should be like this. Col1 Col2 Col3 ABC XYZ  A                   B                   C                   C Is this possible?

Answers

  • Brajesh Shukla-95078
    Brajesh Shukla-95078 Rank 7 - Analytics Coach

    you can use for each group. If first two fields are repetitive then please create group for those to columns and create one group under this group which will hold renaming column

    image

  • Vinay A Sawant
    Vinay A Sawant Rank 2 - Community Beginner

    Do you have sample rtf template and xml then please upload

  • Brajesh Shukla-95078
    Brajesh Shukla-95078 Rank 7 - Analytics Coach

    Please find the sample

    RTF :

    image

    XML :

    image

    Sample Output image

    Only thing is you need to arrange/play with table inside table design so that it should look good.