Hello Ian and Lbass,
I took both of your suggestions. Here is what I did:
- Used the following SQL:
select BU as "Entity", 'A' as "Type",Affiliate as "Entity2", Amount
from Mytable
union
select Affiliate as "Entity", 'B' as "Type", BU as "Entity2", Amount
from Mytable
This results in the...
Thanks for your suggestion. The Bus Unit and Affiate values are actually characters ( as in GL01, GL02 etc). I'm somewhat confused as to how creating a formula field at the detail section and grouping by it, can enable the opposite Bus Unit/Affiliate to follow each other and calculate the...
Hello,
We are currently in the process of designing a report from a table that has the following sample data
Bus Unit Affiliate Amount
----------- ---------- ------------
01 02 2500
01 03 2330
01...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.