Can you access fields in a nested reports in a DataWindow?

I have a DataWindow with a nested report in the detail band.  This report
has a totals column in it.  I was wondering if there was some way, without
using another nested report, to give a Grand Total at the end of the report
based on the values in the nested report.


0
Rich
1/18/1999 2:11:55 AM
📁 sybase.powerbuilder.datawindow
📃 28057 articles.
⭐ 5 followers.

💬 1 Replies
👁️‍🗨️ 796 Views

Off the top of my head, it seems you should be able to script this.  That is,
you can access the values in the nested report, sum them, and then insert them
into a computed column on the parent datawindow.  You also may be able to
included a computed column on the parent datawindow that does the calculation
for you.

On Mon, 18 Jan 1999 11:41:55 +0930,
 in powersoft.public.powerbuilder.datawindow
Rich Vita <[email protected]> wrote: 
>I have a DataWindow with a nested report in the detail band.  This report
>has a totals column in it.  I was wondering if there was some way, without
>using another nested report, to give a Grand Total at the end of the report
>based on the values in the nested report.
>
>

--
Bruce Armstrong [TeamPS]                | Romac/Source International
mailto:[email protected]   | mailto:[email protected]
                                        | http://www.romac-source.com

Preach the gospel at all times. If necessary, use words. [Francis of Assisi]
http://www.harvest.org/text/knowgod.html
0
Bruce
1/20/1999 8:06:27 PM