Hello all,
I have an issue with group total value, I am using hierarchical grouping in my report, where the orders have "rejected" and "accepted", every group has only one "rejected", For that I have to take the amount associated with the "rejected" value and divide it amount associated with accepted.
1 100 acc (100/50(rej amount))
1 200 acc (200/50)
1 100 acc (100/50)
1 50 rej (50/50) (It can be 0 for a few groups)
1 0 acc (0/50)
1 200 acc (200/50)
2
2..etc...
Thanks in advance
I have an issue with group total value, I am using hierarchical grouping in my report, where the orders have "rejected" and "accepted", every group has only one "rejected", For that I have to take the amount associated with the "rejected" value and divide it amount associated with accepted.
1 100 acc (100/50(rej amount))
1 200 acc (200/50)
1 100 acc (100/50)
1 50 rej (50/50) (It can be 0 for a few groups)
1 0 acc (0/50)
1 200 acc (200/50)
2
2..etc...
Thanks in advance