I have:
--
WhilePrintingRecords;
Shared CurrencyVar Receipts;
Receipts := Sum ({Ac_Client_Ledger_Transactions.Client_Credit}, {Matters.Number});
--
as my variable declared, this is located in Group Footer #2 on my subreport and this:
--
WhilePrintingRecords;
Shared CurrencyVar Receipts;
--
as my...
The 'On-demand' sub-report link is placed in the Page Header on the main form, and the field where I'm calling the shared variable to is in the Group Header #2.
I have done as stated in your reply and the figure produced in the variable in the sub report is correct, but when I enter the formula into the main report it just gives me £0.00
You can create a subreport containing solely the children details and link the subreport to your main report via an identical field relating the two table details. If you do not select the "On-demand" check box when creating the subreport the function will place the body of the...
I have a subtotal field in a subreport, which exported it's data into an ODBC file. A field on the main report extracts the exported data from the table and shows the data as part of a table.
Now this data that is exported from the subreport is constantly being updated. So will the exported...
I have tried to do as you suggest, but it does not see the summarized total from the tables. My sub-report has the main table with all the information for totaling, but does not have the fields included in the report, as this causes problems with the multiple values in the details section of...
I have one report which can be used as a sub report and the groups all have subtotals. These subtotals are required in a second report, but without the rest of the details!
I have tried to create a variable, which gives the correct outcome in the report, but when I try to bring it up on the...
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.