Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
How to divide 2 column values from different group in rtf template
Hi Experts,
I have below xml file in which in want to divide (gender/empcount) from 2 different groups(G_1 and G-2)
in simple we want to divide 2193/3399 and 1201/3399 to pull the percent value
Can you please help me how to write xml functions to achieve that.
Thanks,
Uday
<DATA_DS><EFF_DATE>2023-12-31T04:00:00.000+04:00</EFF_DATE><G_1><EMPCOUNT>3399</EMPCOUNT></G_1><G_2><GENDERCOUNT>2193</GENDERCOUNT><GENDER>Male</GENDER></G_2><G_2><GENDERCOUNT>1201</GENDERCOUNT><GENDER>Female</GENDER></G_2><G_2><GENDERCOUNT>5</GENDERCOUNT></G_2>
0