HI All,
I have a fact table which contacts one field called QTY. This field contacts both credits and debits like
ISBN QTY
12344 1
12344 -5
12344 10
12344 -2
12344 1
How can I create a measure or a calculated member of this to break it out into two columns like
ISBN Debit Credit
12344 1 0
12344 0 -5
12344 10 0
12344 0 -2
12344 1 0
thanks
I have a fact table which contacts one field called QTY. This field contacts both credits and debits like
ISBN QTY
12344 1
12344 -5
12344 10
12344 -2
12344 1
How can I create a measure or a calculated member of this to break it out into two columns like
ISBN Debit Credit
12344 1 0
12344 0 -5
12344 10 0
12344 0 -2
12344 1 0
thanks