Hello All,
I'm using Jdev version 12.2.1.2.0
I Have a parent table and a Child Table, in the Parent Table I have 3 transient attribute to calculate the Sum of The Child Table
I got the Sum using groovy syntax ChildTable.sum("Attribute")
It works Fine when Running the App module in JPR
I Created a JSF Page and Dropped the VO to the page as a stacked Bar Chart, Choosed The 3 Transient Attribute as Bars and one attribute as Axis,
when I run the Page , i got the following Error
Illegal character in path at index 21: file:/C:/Users/Hammam Delmar/AppData/Roaming/JDeveloper/system12.2.1.2.42.161008.1648/o.j2ee/drs/Application3/ViewControllerWebApp.war/WEB-INF/classes/model/FamilyViewRow.bcs |
|
| |
| |
Reviewing the bcs file, i found no errors and again it works fine when ruun it in Jpr
Someone Can Help me With That
Thanks
Hammam