Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 49 Oracle Analytics and AI Sharing Center
- 19 Oracle Analytics and AI Lounge
- 287 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.3K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 110 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI 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