Search found 7 matches
- Tue Jul 17, 2012 9:54 am
- Forum: R&R ReportWorks Users
- Topic: cross-tabulating reports
- Replies: 0
- Views: 2392
cross-tabulating reports
aFor the purpose of this report I need to export in cross-tabulated format. With a column for each month. The only way I can get this to work is to set up a calculation for each field. ____JuneName: iif(NameMonth=^June^,TrimLeft,^ ^)__JulyName: iif(NameMonth=^July^,TrimLeft,^ ^) ____With the report_...
- Thu Dec 29, 2011 11:01 am
- Forum: R&R ReportWorks Users
- Topic: Linking Table with calculated Fields
- Replies: 0
- Views: 2170
Linking Table with calculated Fields
Using Version 12.0.002 __I am linking 2 tables with a calculated field where the first column on the link to table has a certain value like A,B,C, D. then the next Colum is the exact Match to my other table. So the Calculation looks like "A"+VVEND(6 character field). Then a Scan Link and a...
- Mon Mar 23, 2009 4:42 pm
- Forum: R&R ReportWorks Users
- Topic: Calculated Field Formula IIF
- Replies: 6
- Views: 3938
======> RE: Calculated Field Formula IIF
Arrggg. That is so simple, that worked thanks so much.
- Sun Mar 22, 2009 12:59 pm
- Forum: R&R ReportWorks Users
- Topic: Calculated Field Formula IIF
- Replies: 6
- Views: 3938
====> RE: Calculated Field Formula IIF
nope, invalid argument.
- Tue Mar 17, 2009 11:21 am
- Forum: R&R ReportWorks Users
- Topic: Calculated Field Formula IIF
- Replies: 6
- Views: 3938
==> RE: Calculated Field Formula IIF
Unit Field ^R3****^ represent the actual unit types.
- Mon Mar 16, 2009 11:40 am
- Forum: R&R ReportWorks Users
- Topic: New to R&R RW - Break Out
- Replies: 6
- Views: 3958
==> RE: New to R&R RW - Break Out
Are you using table In_Trn only or are you using In_res or In_guest too?
- Fri Mar 13, 2009 6:02 pm
- Forum: R&R ReportWorks Users
- Topic: Calculated Field Formula IIF
- Replies: 6
- Views: 3938
Calculated Field Formula IIF
I am trying to create a calculated field that will return the result of another Calculated field,R_Split, if the conditions are met, if they are not met then it would be blank. I can get it to work in all ways but the R_Split portion.______IIF(UNIT= ^R4*****^ OR UNIT =^R3*****^ OR UNIT= ^R2*****^ OR...