In SSRS, I have a report for example:
Designation Type Amount
Admin1 Gift 50
Admin1 Payment 50
Admin1 Payment 50
Admin2 Gift 100
So basically Admin1 can receive a gift of $50 for example, and any additional payments made toward this same designation will be classified as a payment from then on, and I'd like to left indent the corresponding payments relating to the initial gift to look like so:
Designation Type Amount
Admin1 Gift 50
Admin1 Payment 50
Admin1 Payment 50
Admin2 Gift 100
My logic would be something like if the Designation is the same, and the Designation has a Type of Payment, then these have to be indented underneath the same Designation where the Type is Gift.
I've never worked with indentations before in SSRS, Is this possible to do?