Search found 15 matches
- Tue Dec 28, 2004 3:42 pm
- Forum: R&R ReportWorks Users
- Topic: IIF Statement not working correctly
- Replies: 8
- Views: 4724
========> RE: IIF Statement not working
I solved the problem.. I flipped around the comparrison, and now it works.
- Mon Dec 27, 2004 5:25 pm
- Forum: R&R ReportWorks Users
- Topic: IIF Statement not working correctly
- Replies: 8
- Views: 4724
=======> RE: IIF Statement not working
**Correction to previous posting**____In the very last part of my previous posting, I said I was receiving an error message "Invalid Argument". That is incorrect. What^s happening is that when I set Period1=FiscDec04, it^s suppose to print out "December", but it is actually print...
- Mon Dec 27, 2004 4:09 pm
- Forum: R&R ReportWorks Users
- Topic: IIF Statement not working correctly
- Replies: 8
- Views: 4724
======> RE: IIF Statement not working
There are 12 date fields: FiscJan04, FiscFeb04, etc.____There are 3 period fields: Period1, Period2, Period3____These are all calculation fields. FiscJan04 contains the date range for our fiscal January month, FiscFeb04 contains the date range for our fiscal February Month, etc.____In order to get t...
- Wed Dec 15, 2004 10:08 am
- Forum: R&R ReportWorks Users
- Topic: IIF Statement not working correctly
- Replies: 8
- Views: 4724
====> RE: IIF Statement not working
Fiscxxx04 is returning data for a particular date range.____So.. if I make calculation field "Period_1" equal to calculation field "FiscJan04" and then I make Period_1 = True, the report will print sales figures for the month of January.____I^m trying to setup an IIF statement (i...
- Tue Dec 14, 2004 4:48 pm
- Forum: R&R ReportWorks Users
- Topic: IIF Statement not working correctly
- Replies: 8
- Views: 4724
==> RE: IIF Statement not working
Unfortunately, putting quotes around Fiscxxx04 did not work. I got the invalid argument error. Fiscxxx04 is also a calculation that contains an expression consiting of a date range. That might make a difference.
- Tue Dec 14, 2004 3:22 pm
- Forum: R&R ReportWorks Users
- Topic: IIF Statement not working correctly
- Replies: 8
- Views: 4724
IIF Statement not working correctly
I^m having a problem where the IIF statement doesn^t seem to be working correctly. When I setup my calculation fields like below, and then run the report, MonthP1 is returning "Jan" instead of "Oct". I^ve tried setting Period_1 to different expressions (FiscSep04, FiscNov04, Fisc...
- Fri Dec 03, 2004 1:26 pm
- Forum: R&R ReportWorks Users
- Topic: INLIST function
- Replies: 3
- Views: 2810
==> RE: INLIST function
When I try entering the function as:____INRANGE(post_date{1/1/2004},{1/29/2004})____I still receive the error message :Invalid Argument
- Thu Dec 02, 2004 5:00 pm
- Forum: R&R ReportWorks Users
- Topic: INLIST function
- Replies: 3
- Views: 2810
INLIST function
Can the inlist function work with dates? If so, how do you enter?____This is how I was doing it, and I was getting an invalid argument error message:____INLIST(post_date,01/01/2004,01/29/2004)____post_date is a field in the database.____I^m I entering it wrong? Or does this function just not work wi...
- Mon Nov 22, 2004 3:14 pm
- Forum: R&R ReportWorks Users
- Topic: Days between
- Replies: 1
- Views: 1432
Days between
I know it is possible to have the report count the number of days between two dates BUT can it also exclude Saturdays and Sundays? (so that it only counts weekdays)?____Thanks
- Mon Nov 22, 2004 2:53 pm
- Forum: R&R ReportWorks Users
- Topic: Print data in columns
- Replies: 1
- Views: 1435
Print data in columns
I^m trying to design a report that prints 3 columns:__Each column will who the same type of data but(Customer Invoice ID^s and Invoice Amounts), but from different time periods:____Column A = Column B = Column C = __October Data September Data August Data______Is it possible to do this?______Thanks