Newbie Question

daN baueR dan at onlinemgt.com
Thu Jan 8 09:06:31 PST 2015


On Thu, Jan 8, 2015 at 11:01 AM,  <CKelly at affiliatedtrans.com> wrote:
> I recently started at a company utilizing FilePro.
>
> I am able to export ALL records without issue using a command as follows.
>
> /u/appl/fp/rreport vregstr -f CAK_Data1 -a -u -p /tmp/cak_output -pc "nocodes"
>
> But I would like to limit the results based on a dynamic selection Field 60 eq "ReadyToProcess"
>
> I can do this via the request output application via a selector sentence but how can I do it via script?
>
>
>
> Christopher A. Kelly   |   IT Development / Administration   |   Affiliated Transportation Systems, Inc.   |   ckelly at affiliatedtrans.com<mailto:ckelly at affiliatedtrans.com>   |   888.668.2874 x102
>
>

The easiest way (in my opinion) would be to create and name a
selection set. Depending on what you're looking for in field 60.
Something like:

60 eq Y

Save that with a name of 'vregstr' for instance and then your script
line would just have to change to:

/u/appl/fp/rreport vregstr -f CAK_Data1 -s vregstr -u -p
/tmp/cak_output -pc "nocodes"

I suggest using the same name for the selection set to remind you at a
later date that it's associated with a specific report.

Dan Bauer
dan at onlinemgt.com


More information about the Filepro-list mailing list