Hello, I have a problem with my withholding tax formula. What's happening is that it seems to be sorting the amount of withholding tax, and all those not liable for withholding tax are placed at the bottom part, which distorts the breakdown of the computation.
it supposed to be like this.
But the output become like this.
This is the default script under Withholding Tax Row
this my Data Binding under withholding tax field
"$.PaymentAdvice.PaymentExplanation.Item[*].WithholdingTaxAmount"
This the default script & Data Binding under Payment Amount
"$.PaymentAdvice.PaymentExplanation.Item[*].NetAmount"
Views
Replies
Total Likes
Have you found any sorting scripts for the mentioned column? Share the form if you can (vkatoch07@gmail.com) will have a look.
Hi Sir, I already sent the form. Thank you!
There is no sorting script in the form. I tested with some test data and the issue is not replicated.
Can you please check your data if it is coming correctly? There is simple mapping in the form.
Send sample data and schema too.
Hi Sir, the Data Source being used is coming from SAP, so basically, the Withholding Tax Amount is already computed in SAP. In other words, the plan was to extract the details using Data Binding from Adobe LiveCycle Form. However, what happened is that the withholding tax amount did not sync properly based on the expected invoice. It seems that it sorted the amounts in ascending order and placed all zero withholding taxes at the bottom. This makes me wonder why, despite having data binding from the data source, the data is still not correctly synchronized.
$.PaymentAdvice.PaymentExplanation.Item[*].WithholdingTaxAmount
Isn't all your node inside the "PaymentAdvice.PaymentExplanation",
what is Item[*]?
I think the issue is in the schema structuring.
I think Item [*], this means that you can access each "Item" node and retrieve its values.
try to map your main row with $.PaymentAdvice.PaymentExplanation.Item[*]
and then individual fields with their corresponding node.
Hi Sir, thank you!! I've tried it, but it still didn't work. I think what's happening is that it's able to retrieve the data for the withholding tax, but it's not properly syncing it with the corresponding invoice."
Here's the sample data from SAP
then here's the SAP Output
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies