Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
RTF TEMPLATES

Summary
RTF TEMPLATES
Content
Hi All,
I have wrote an procedure for po details for approved status and incomplete status and saved the xml file and need to design an single rtf template and output of pdf should be in 1st page approved Po's and 2nd page should be incomplete Po's and 3rd should repeat for Approved Po's and 4th page should be incomplete Po's. Please give me any suggestions
Answers
-
I guess it's doable, You need to fetch approved and incomplete PO's in two separate groups.Your RTF template will be 2 pages with 2 layouts, first page layout for approved Po's and second for incomplete.
0 -
create an extra column in procedure which differentiate approved and incomplete po's and at template level we can filter approved po in 1st page and incomplete in 2nd page based on extra column by filtering at group level.
Ex:
1st page
<?for-each-group:G_1;./[extra_column='approved value']?> ---------extra column contains two values ,one is approved PO and 2nd is incomplete PO.
<?for-each-group:G_1;./[extra_column='incomplete value']?> .
Thanks
0 -
Hi All,
Hi All,
I have wrote an procedure for po details for approved status and incomplete status and saved the xml file and need to design an single rtf template and output of pdf should be in 1st page approved Po's and 2nd page should be incomplete Po's and 3rd should repeat for Approved Po's and 4th page should be incomplete Po's. Please give me any suggestions.
AS suggested I tried In all possiblie ways
I guess it's doable, You need to fetch approved and incomplete PO's in two separate groups.Your RTF template will be 2 pages with 2 layouts, first page layout for approved Po's and second for incomplete.
I tried ACCORDING TO above sceanrio but the rtf template by creating different groups as first page for one group and another page for another group is not working so please give me some suggestions to do it.
0