Welcome, Guest. Please Login.
05/19/24 at 02:13:20
News:
Home Help Search Login


Pages: 1
Send Topic Print
CR XI problem (Read 548 times)
Tim Goldstein
Full Member
***


'Cause sooner or
later everyone needs
a chief geek

Posts: 213
Gender: male
CR XI problem
02/16/06 at 11:42:21
 
Hope someonecan help.
 
Here's the problem.  Working on a drill down report where I look for all WIP variances within GLTRAN (use the GLACCT field) then I take that record and fild the associaed work order for the transaction.  Sound simple but BKGLTRANS.BKGL.TRN.INVC is a string and WORKORD.MTWO.WIP.WOPRE is a Double  so I do the following:
 
{WORKORD.MTWO_WIP_WOPRE} = val(left({BKGLTRAN.BKGL_TRN_INVC}, 6))  <-- 2 SP +#
 
This appears to work most of the time but every now and then I get one that's missing.  I looked in WORKORD and there is a prefix of 1160 there and I looked in BKGLTRAN and the entry is "__1160- 1____" It works for every thing except the example above and one other.
 
Any ideas would be a great help.
 
Tim
Back to top
 
 

Tim
Email WWW timgolds timgolds   IP Logged
Tim Goldstein
Full Member
***


'Cause sooner or
later everyone needs
a chief geek

Posts: 213
Gender: male
Re: CR XI problem
Reply #1 - 02/16/06 at 14:17:55
 
OK After doing some debugging,  it would appear CR is skipping the record on the data and not the "munge" will check for problems in the table.
Back to top
 
 

Tim
Email WWW timgolds timgolds   IP Logged
Pages: 1
Send Topic Print