Grouping in format data level of etext completes in warning when ran from EBS
I created a DATA LEVEL in an e text template to group the records by a specific field and added a table which references this new level created. When I use the template viewer, the file turns out perfectly. When I upload the template in EBS and run the process, it completes in warning and doesn't generate the file, just shows the xml. When I eliminate the table from the template, it works fine.
The data level is the following:
<DEFINE LEVEL> | GROUPED_EARNINGS |
<BASE LEVEL> | AC_EARNINGS |
<GROUPING CRITERIA> | REPORTING_NAME |
<GROUP SORT ASCENDING> | PROCESSING_PRIORITY, REPORTING_NAME |
<END DEFINE LEVEL> |