Hi Experts
I'm having an issue with one of my reports. I have a group by PackageID in to this group I have different ObjectId: 1000 refers to Agents
1001 refers to Policy
1015 refers to accounting
and there are certain conbinations like this one that is causing me a big issue
PackageID 2525
DomainId ObjetId
1000 98 (AgentId)
1001 98 (PolicyId)
1015 2200 (Acount Number)
My question is: How can I get only the Account Number on the detail section and at the same time show up the Policy number on the group header section? (Notice that the AgentId is equal PolicyId)
I'm having an issue with one of my reports. I have a group by PackageID in to this group I have different ObjectId: 1000 refers to Agents
1001 refers to Policy
1015 refers to accounting
and there are certain conbinations like this one that is causing me a big issue
PackageID 2525
DomainId ObjetId
1000 98 (AgentId)
1001 98 (PolicyId)
1015 2200 (Acount Number)
My question is: How can I get only the Account Number on the detail section and at the same time show up the Policy number on the group header section? (Notice that the AgentId is equal PolicyId)