Hi everyone,
brief description of the issue, I have a table in a business objects report and a cell has a formula but cell is showing blank however when I test this data in a separate tab i get values shown.
Details:
The calculation is the total value held against properties which share the same postcode, the value is blank but there is a formula in the cell.
the formula used is
=Sum([First].[Capital Balance] Where([BB_Flag] =1 And [vSamePostcodeFlag]=1) ForEach([First].[Loan Id];[vSecurityPostcode]))
vSecurityPostcode = Replace([Property PostCode];" ";"")
vSamePostcodeFlag =If( (Count([vSecurityPostcode];All) In([First].[Loan Id];[vSecurityPostcode]))> 1; 1;0)
When i remove the variables vSamePostcodeFlag & vSecurityPostcode then i get an overall value, so i put these into a separate report tab to see if the data changes.
In the table i put the account number, postcode and the postcode flag (redacted below):

The flag works correctly and only shows those values that have the same postcode, if i remove the vSecurityPostcode column from the table the flag becomes wrong and puts it against every account which it shouldnt do.
I think vSamePostcodeFlag is trying to reference vSecurityPostcode but since it is not in the main table the value is not showing. Is there any way around this ?
Thanks
Request clarification before answering.
If you think "vSecurityPostcode" is the problem, add it to the table and see the result. If the correct result is displayed, then you can hide the column with the "vSecurityPostcode".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.