| Anonymous | Login | Signup for a new account | 2010-09-09 23:01 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0004625 | Clover Designer | (No Category) | public | 2010-07-23 17:08 | 2010-08-19 18:09 | |
| Reporter | twaller | |||||
| Assigned To | mzatopek | |||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | |
| Status | closed | Resolution | fixed | |||
| Platform | OS | OS Version | ||||
| Product Version | ||||||
| Target Version | rel-3-0-0 | Fixed in Version | rel-3-0-0 | |||
| Summary | 0004625: CTL2: I am unable to save invalid transformation code. | |||||
| Description | //#CTL2 recordName1 myRecord; integer count; // Transforms input record into output record. function integer transform() { count = lookup(simpleLookup0).count($0.Field2); printErr(count); myRecord = lookup(simpleLookup0).get($0.Field2); while ((count-1) > 0) { myRecord = lookup(simpleLookup0).next($0.Field2); printErr(myRecord); printErr(count); count--; } $0.Field1 = myRecord.Field1; $0.Field2 = myRecord.Field2; $0.field3 = $0.Field1; $0.field4 = $0.Field2; return 0; } moreover, the reason seems to be: Field 'Field' does not exist in record 'recordName3' after selecting Accept it anyway, OK button does nothing. When I write this code in the Source code tab, with next($0.Field2), it cannot be opened. Fatal error: Null. | |||||
| Tags | No tags attached. | |||||
| OTRS_Ticket_ID | ||||||
| Time estimate (manhours) | ||||||
| Time duration (manhours) | ||||||
| Completion status | 10 | |||||
| Attached Files | ||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2010-07-23 17:08 | twaller | New Issue | |
| 2010-07-23 17:37 | twaller | Note Added: 0008587 | |
| 2010-07-28 18:26 | mzatopek | Status | new => assigned |
| 2010-07-28 18:26 | mzatopek | Assigned To | => mzatopek |
| 2010-07-28 18:56 | mzatopek | Status | assigned => resolved |
| 2010-07-28 18:56 | mzatopek | Fixed in Version | => rel-3-0-0 |
| 2010-07-28 18:56 | mzatopek | Resolution | open => fixed |
| 2010-08-19 18:09 | twaller | Status | resolved => closed |
| Copyright © 2000 - 2010 MantisBT Group |