Search found 11 matches

by 325526
Thu Dec 21, 2023 12:55 am
Forum: Other Issues
Topic: Group Pay Code and Sum Pay Amount
Replies: 1
Views: 313

Re: Group Pay Code and Sum Pay Amount

Thank you! I tried with the code you provided and it is not adding up the amount. Its just pasting the value as below: <DETAIL xtt:separator="," xtt:endTag="&#xA;"> <EARN_3_CODE>I</EARN_3_CODE> <EARN_3_AMOUNT>15151515</EARN_3_AMOUNT> I found the different solution for this. T...
by 325526
Wed Nov 15, 2023 1:36 am
Forum: Other Issues
Topic: Group Pay Code and Sum Pay Amount
Replies: 1
Views: 313

Group Pay Code and Sum Pay Amount

Hi, I am trying to Sum the Pay Amount that belongs to the same Pay Code, but it has to exclude CYE, WCS and MBO pay reasons while summing. I am unable to sum the Pay Amount even if I am able to group it. Sample XML: <pi:Payroll_Extract_Employees xmlns:pi="urn:com.workday/picof"> <pi:PayGro...
by 325526
Mon Feb 17, 2020 12:23 pm
Forum: General XML Questions
Topic: How to write BreakPoint Condtions
Replies: 16
Views: 5131

Re: How to write BreakPoint Condtions

Hi Adrian,

Yes, we have proxy which filters some content.

Regards.
by 325526
Wed Feb 12, 2020 4:46 pm
Forum: General XML Questions
Topic: How to write BreakPoint Condtions
Replies: 16
Views: 5131

Re: How to write BreakPoint Condtions

Hi Adrian,

Web browser: Firefox
OS: Windows 10

Regards.
by 325526
Wed Feb 12, 2020 12:41 pm
Forum: General XML Questions
Topic: How to write BreakPoint Condtions
Replies: 16
Views: 5131

Re: How to write BreakPoint Condtions

OxygenXML Video.PNG
OxygenXML Video.PNG (17.86 KiB) Viewed 4604 times
Hi Adrian,

Yes, I want to create XSD from scratch.
I tried to open the link you provided but i an unable to open it. Its blank. Please advise.

Regards.
by 325526
Fri Jan 24, 2020 4:56 am
Forum: General XML Questions
Topic: How to write BreakPoint Condtions
Replies: 16
Views: 5131

Re: How to write BreakPoint Condtions

Hi Adrian,

The below condition worked.
Thank you very much for the help!!!

Would it be possible to provide me a document/link for how to create XSD so that I can use it as reference.

Regards.
by 325526
Thu Jan 23, 2020 6:12 pm
Forum: General XML Questions
Topic: How to write BreakPoint Condtions
Replies: 16
Views: 5131

Re: How to write BreakPoint Condtions

Hi Adrian,

The break point condition count(Identifier[Identifier_Type='ABC']) > 1 isn't working for me.
Its working only if i provide count(Identifier/Identifier_Type) > 1. For a particular type isn't working. Please advise.

Regards.
by 325526
Thu Jan 23, 2020 3:41 pm
Forum: General XML Questions
Topic: How to write BreakPoint Condtions
Replies: 16
Views: 5131

Re: How to write BreakPoint Condtions

Hi Adrian, I will update it to v19.1. I am able to get the variables now in the variable view as break point was placed on a variable. Thank you for the help. If i want to spit the record which has more than one identifier/identifier_type = "ABC" then the break point condition would be cou...
by 325526
Thu Jan 23, 2020 12:33 pm
Forum: General XML Questions
Topic: How to write BreakPoint Condtions
Replies: 16
Views: 5131

Re: How to write BreakPoint Condtions

Hi Adrian,

The Version of Oxygen i am using is XML Editor 19.0.
I am using Saxon-HE 9.7.0.15 to debug.

I tried setting the optimization level to 0 but still not able to see anything in Variable view.

Regards.
by 325526
Wed Jan 22, 2020 5:23 pm
Forum: General XML Questions
Topic: How to write BreakPoint Condtions
Replies: 16
Views: 5131

Re: How to write BreakPoint Condtions

Hi,

Thank you Adrian. The break point condition worked.
I am facing another issue:
When breakpoints are placed and execution stops at a break point, some variables must be there in the Variables view, correct? But i don't see any variables in the Variables view.
by 325526
Thu Jan 16, 2020 5:22 pm
Forum: General XML Questions
Topic: How to write BreakPoint Condtions
Replies: 16
Views: 5131

How to write BreakPoint Condtions

I have XML and XSLT code with below structure. I want to know how to write Breakpoint condition to spit out the record which has multiple national ID (identifier_Type = 'ABC')? XML Code: <pi:PayGroup> <pi:Header> <pi:Version/> <pi:Payroll_Company_ID> </pi:Payroll_Company_ID> <pi:Payroll_Company_Name...