Javier, No questions. It works as advertised <g> Thanks!
> -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Claudine > Robbins > Sent: Thursday, January 13, 2005 8:57 AM > To: RBG7-L Mailing List > Subject: [RBG7-L] - RE: Choose Variable Usage > > Thanks Javier. I checked email until almost 2 am but didn't get yours. > I'll try your suggestion and will get back with questions... > > > -----Original Message----- > > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Javier > > Valencia > > Sent: Thursday, January 13, 2005 1:07 AM > > To: RBG7-L Mailing List > > Subject: [RBG7-L] - RE: Choose Variable Usage > > > > Claudine: > > You can use in many ways, for example you can print a report of just > these > > invoices: > > > > SET VAR varname = ('(' + .varname + ')') > > PRINT your report_name WHERE your_invoice_col IN &varname ORDER BY > > your_invoice_col ASC > > > > I will be up for a while, call me if you have questions... > > Javier, > > > > Javier Valencia, PE > > President > > Valencia Technology Group, L.L.C. > > 14315 S. Twilight Ln, Suite #14 > > Olathe, Kansas 66062-4578 > > Office (913)829-0888 > > Fax (913)649-2904 > > Cell (913)915-3137 > > ================================================ > > Attention: > > The information contained in this message and or attachments is intended > > only for the person or entity to which it is addressed and may contain > > confidential and/or privileged material. Any review, retransmission, > > dissemination or other use of, or taking of any action in reliance upon, > > this information by persons or entities other than the intended > recipient > > is prohibited. If you received this in error, please contact the sender > > and > > delete the material from all system and destroy all copies. > > ====================================================== > > > > -----Original Message----- > > From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of Claudine > > Robbins > > Sent: Thursday, January 13, 2005 12:51 AM > > To: RBG7-L Mailing List > > Subject: [RBG7-L] - Choose Variable Usage > > > > I just discovered the cool choose command to return a list of data. > This > > is > > my variable for a list of paid invoices: > > > > R>sho v varname > > D04-0975,D04-0976,D04-0977,D04 > > -0978,D04-0991,D04-0992,D04-09 > > 93,D04-0998,D04-0999,D04-1008, > > D04-1011,D04-1017,D04-1018,D04 > > -1019,D04-1020,D04-1021,D04-10 > > 27,D04-1029,D04-1036,D04-1043 > > > > Now, how can I use the data?
