%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%>
truter.biz
Business Objects
::
Business Objects ::
All of the material below has been tested on Business Objects version 5i. (Click here for Designer Notes)
Using the "link" functionalityWhen using the link command in data provider: Uses the link options to "join" 2 queries (similar to a union , except, there are no restrictions with matching columns) - performs "union" between 2 variables e.g. I had to produce a Balance Sheet where even if the Account (e.g. Current Assets) had no records, a balance row with "Current Assets" still had to appear. The solution is to link the field that contains the definition to another table where all the types are defined.
Why is a numeric field summing itself?e.g. a period field is summing itself Reason: The period field had a definition of "Measure". If you change this to "Dimension" it will only display the single, distinct value.
|