Home > Archive > Cobol > July 2005 > When your end users insist on having a report writer, what do you use?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
When your end users insist on having a report writer, what do you use?
|
|
| Shawn Belt 2005-07-25, 10:01 pm |
| I have Googled this group on this subject but any info seemed to be
older posts. I'm hoping for some newer information.
We use RM Cobol, Relativity, and SCO.
Thanks for any suggestions.
| |
| HeyBub 2005-07-25, 10:01 pm |
| Shawn Belt wrote:
> I have Googled this group on this subject but any info seemed to be
> older posts. I'm hoping for some newer information.
>
> We use RM Cobol, Relativity, and SCO.
>
> Thanks for any suggestions.
We wrote our own. Not perfect, but users can:
Decide what goes on a "line," including calculations (i.e., on-hand x
retail)
Filter the input (i.e., on-hand < 0 and current sales > 0 and vendor =
"xyz"). Filter can include calculations.
Select the order of output (sort on any field), with three levels of
sorting, ascending or descending
Select field for sub-total breaks
Select destination: Screen, printer, or file
If file, text, tab, CSV, or other. Select name and destination.
Then, just to make it fair, let them assign a name to the report and use
it again in the future.
We haven't gussied-up the printed report - it's pretty vanilla. No sense
going overboard.
Some ideas anyway.
| |
| Pete Dashwood 2005-07-25, 10:01 pm |
|
"Shawn Belt" <sbelt@dpcsystems.com> wrote in message
news:id00e15iq5jsgs08vck68gi5kvf4vljv1d@
4ax.com...
>I have Googled this group on this subject but any info seemed to be
> older posts. I'm hoping for some newer information.
>
> We use RM Cobol, Relativity, and SCO.
>
> Thanks for any suggestions.
Crystal Reports. Brilliant for any relational DB and more besides... I
believe it runs on your platform but you'd need to check...
Pete.
|
|
|
|
|