Jun 29, 2005 #1 BHAT100 Programmer Dec 5, 2002 115 CA I have parameter as {?Location} = {iv30300.locncode} when I am using following formula. it gives me error "a number,currency,string is required" {?Location} in [{IV30300.TRXLOCTN},{IV30300.TRNSTLOC}] Thanks for help -b
I have parameter as {?Location} = {iv30300.locncode} when I am using following formula. it gives me error "a number,currency,string is required" {?Location} in [{IV30300.TRXLOCTN},{IV30300.TRNSTLOC}] Thanks for help -b
Jun 29, 2005 #2 hilfy Active member Oct 31, 2003 2,564 US Try this: Code: {?Location} = {IV30300.TRXLOCTN} or {?Location} = {IV30300.TRNSTLOC} -Dell A computer only does what you actually told it to do - not what you thought you told it to do. Upvote 0 Downvote
Try this: Code: {?Location} = {IV30300.TRXLOCTN} or {?Location} = {IV30300.TRNSTLOC} -Dell A computer only does what you actually told it to do - not what you thought you told it to do.
Jun 29, 2005 #3 synapsevampire Programmer Mar 23, 2002 20,180 US Please post technical information. What TYPE of parameter is it? What TYPE is the field you're referencing? They have to be the same data type, which is probably your difficulty. In either case the formula appears to be doing nothing: {?Location} in [{IV30300.TRXLOCTN},{IV30300.TRNSTLOC}] If you're trying to limit the rows try: {IV30300.TRXLOCTN} = {?Location} or {IV30300.TRNSTLOC} = {?Location} -k Upvote 0 Downvote
Please post technical information. What TYPE of parameter is it? What TYPE is the field you're referencing? They have to be the same data type, which is probably your difficulty. In either case the formula appears to be doing nothing: {?Location} in [{IV30300.TRXLOCTN},{IV30300.TRNSTLOC}] If you're trying to limit the rows try: {IV30300.TRXLOCTN} = {?Location} or {IV30300.TRNSTLOC} = {?Location} -k