on 2023 Jun 08 9:04 AM
Hello Experts,
I want to compare the same wage type (num/amount) between WPBP splits. How can I achieve this with PCR/Schema writing?
Many thanks in advance!
Request clarification before answering.
Create a pcr that will query that WT in the Input Table, after the point where it can have 2 or more occurrences.
Using Operation SPLIT, query if it is the first, second, third fourth, fifth or sixth split (you can query more splits if required). Depending on the result, create a temporary variable that will have the number of the split as part of the temporary variable, such as ABC1 (or ABC2).
In a subsequent pcr that will query that same WT, you can then query it's split, and then compare it's value (RTE, NUM or AMT) to that same value on the temporary variable of a different split.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
95 | |
10 | |
9 | |
9 | |
6 | |
6 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.