I want to be able to pass values from the details section of a subreport to my main report.
I have the subreport in Group Header 2. The field from the subreport is call DispenseDose.
For example, I have Product ID as a Group in my main report and subreport and i need to pass all of the values...
I have two subreports within the Details A section of main report.
Subreport 1 has a shared variable named MyTotal
Subreport 2 has two shared variables named MyTotal2 and MyTotal2a
On the main report, I have the formulas below->
@MainFormula
Whileprintingrecords;
Shared NumberVar myTotal...
Hi, I am trying to pass values from a subreport to the main report.
Main report shows current Quantitiy on Hand of a particular product.
Subreport shows Quantity on Hand on a particular date selected.
I want to show the Historical Qunatity from the subreport next to the current Quantity on the...
An associate is having an issue with the sections expert. When he righ-clicks on the left inside of a group header and clicks, section expert or suppress section, etc., it does not do anything. When he right-clciks within the group in the report and clicks section expert, it allows him to check...
I use the formula below to suppress leading zeros of a number but i want to replace the {FIELD1} with the (Sum of {FIELD1})
Is this possible?
WhileReadingRecords ;
StringVar text := Totext ( {FIELD1} , 4 , "" ) ;
NumberVar end := length ( text ) ;
NumberVar clip :=
(if Val (...
I wrote a utilization report. It is the total amount of a product used in a given time period. I want to show which product was used the most. To get the total used, I simply did a summary that is the sum of @totalused.
I can't figure out how to make it look at total used and bring back 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.