I was recently tasked to make changes to an existing application.
Unfortunately, at some point the procedure that I have to change was wrapped and the employee who did it left the company sometime ago.
Is there any way to "unwrap" a stored proc?
Thanks so much for the input!
I tried the 1st suggestion before I saw the others and although all look like they'd work, the previous/next option does the trick.
One group based on receipt id - descending sort (combination of datetimeseqno)
In the GH1 suppress formula:
previous({receipt_id})...
I need to create a receipt format which includes a group to summarize only the latest receipt info on the customer record. All previous receipts are to be sub-totalled together into the report footer section.
The customer could have multiple receipts on a day, each with multiple transactions...
I have many compiled reports which users run from a menu. How can I stop users from accessing the checkbox to "Modify selection formula"? I don't want them changing parameters which control data selection and ultimately page headers, groups etc.
I expanded on this formula in case this is ever a 1 page report. I was getting Page 1 of 0.
if TotalPageCount <> 1 then
"Page " + ToText(PageNumber,0,"") + " of " + ToText((TotalPageCount -1),0,"") else
"Page " +...
My report uses GF1 to list summaries of transaction amts by district groups. I need a new page after each GF1 summary section, but not for the final district summary since the report footer has the grand total for all districts. I can do this using the GF1 "new page after" value with...
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.