Search found 37 matches
- Wed Aug 05, 2009 4:48 pm
- Forum: R&R ReportWorks Users
- Topic: Runtime input list
- Replies: 10
- Views: 6141
=========> RE: Runtime input list
Wow.____I am, yet again, awed and dazzled by your brilliance.____It seems to work beautifully, and it^s certainly one of the most creative solutions I^ve ever seen... that should go down in the R&R Hacks Hall of Fame.____Good work and thanks again, Kathleen. I^m looking forward to the next chall...
- Tue Aug 04, 2009 12:18 pm
- Forum: R&R ReportWorks Users
- Topic: Runtime input list
- Replies: 10
- Views: 6141
======> RE: Runtime input list
Hmm, this sorta works. If give 1624,18595 as the custlist, grabs records for 2, 18, 1624, 18595. What happened?____Can you explain that syntax? I tried looking for it in the help file and didn^t see anything...____Thanks__Miken
- Tue Aug 04, 2009 10:54 am
- Forum: R&R ReportWorks Users
- Topic: Runtime input list
- Replies: 10
- Views: 6141
====> RE: Runtime input list
**BUMP____Sorry... any more ideas? Is it not do-able?____Thanks__Miken
- Fri Jul 31, 2009 3:38 pm
- Forum: R&R ReportWorks Users
- Topic: Runtime input list
- Replies: 10
- Views: 6141
====> RE: Runtime input list
That^s closer, but it^s still not working... now it will accept a single customer number, but not multiple.____So if I enter ^100^, it will give the records for customer 100. If I enter ^200^, it will give the records for customer 200. However, if I enter ^100^, ^200^ (or 100, 200) I get no records....
- Wed Jul 29, 2009 5:33 pm
- Forum: R&R ReportWorks Users
- Topic: Runtime input list
- Replies: 10
- Views: 6141
==> RE: Runtime input list
I tried that and I think I have a type problem. The CUSTNUM field in the table is numeric.____Here^s my calculated field:____inlist(CUSTNUM, custlist) > 0__... with custlist being the string entered in by the user____That obviously won^t work because they are two different types. So I tried:____inli...
- Tue Jul 28, 2009 4:57 pm
- Forum: R&R ReportWorks Users
- Topic: Runtime input list
- Replies: 10
- Views: 6141
Runtime input list
Hi... is there any way to have the user enter a list of values at run time? I know how to have the RRS file prompt for a single value, but I need the user to be able to enter a list of customer numbers.____Thanks
- Tue May 12, 2009 1:25 pm
- Forum: R&R ReportWorks Users
- Topic: Alternating shaded lines
- Replies: 1
- Views: 1664
Alternating shaded lines
Hi Kathleen - been a while!____I^d like to revisit the old topic of alternating shaded lines... many moons ago you posted this on the topic:____"You need to create two identical band lines.____On one of them add a box and set its color to yellow. ____Then create a calculated field with the expr...
- Wed Oct 29, 2008 12:32 pm
- Forum: R&R ReportWorks Users
- Topic: Print one record based on another
- Replies: 7
- Views: 4176
======> RE:
Brilliant, as usual.____Thanks again!____MikeN
- Mon Oct 13, 2008 9:29 am
- Forum: R&R ReportWorks Users
- Topic: Print one record based on another
- Replies: 7
- Views: 4176
====> RE:
I see what you^re saying but it doesn^t work because it^s not an "either/or" situation. It^s a "choose one of many" situation. Let me expand on the table...____item, start, end, price__-----------------------__WidgetA,,,$10__WidgetA, 10/1/08, 10/10/08, $9__WidgetA, 10/15/08, 10/2...
- Tue Aug 19, 2008 8:37 am
- Forum: R&R ReportWorks Users
- Topic: Print one record based on another
- Replies: 7
- Views: 4176
==> Print one record based on another
Like I said, printing the "sale" record when the date is valid is easy enough, I just don^t get how to NOT print the regular record. Let me give you an example:____ITEM START END PRICE__---- ----- --- -----__WidgetA $10__WidgetA 8/1/08 8/5/08 $8______The record without a date range is the ...