hi guys,
I have a report with approx. 12 columns:
client |name |code|…
Test |John Doe |1234…
Test 2 |Jane Doe |4321
the name is coming from database/ table/ contact type field called “otherparty”
there is also contact type called “Agent”, this is where my problem starts, I need the name of the “Agent” to be displayed as a column like this:
client |name |code|… |Agent
Test |John Doe |1234… |Conor Duffy
Test 2 |Jane Doe |4321 |David Smith
but what happens at the moment is the agents display as a row and therefore create duplicated rows with all other info.
like this:
client |name |code|… |Agent
Test |John Doe |1234…
Test |Conor Duffy |1234…
Test 2 |Jane Doe |4321
Test 2 |David Smith |4321
Please help!
juguete (BOB member since 2017-01-26)