Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Crystal Reports design problem
Anand Tamariya wrote:
> I have a stored proc which returns some values for last two dates. I
> wish to summarize it in a tabular form with the change in the value in
> the last column.
>
> Rows returned:
> date val1 val2
> 05/04 23 45
> 05/05 65 87
>
> Report format:
> 05/04 05/05 difference
> val1 23 65 -42
> val2 45 87 42
>
> Can someone help me with this?
>
> Thanks,
> Anand
Is this an Oracle question? A Crystal Reports question? Are you returning an IN OUT ref cursor from a procedure or attaching directly to a table? And do you think the version information unimportant?
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Sat May 29 2004 - 12:54:52 CDT
![]() |
![]() |