There is no Dimension Value within the filter

Does anyone know what the following error means and how can i fix it:

There is no Dimension Value within the filter. Filters: Code: GCDCY-1336, Global Dimension No.:2

We were trying to import a file that contain various Codes in which the data goes to the Financial Management> Cash Management > Deposit > Change Batch screen.

My company has Nav 5.0 SP1

Thanks,

dmcruz

Welcome to DUG.

Check the code whether you have anywhere SETRANGE or GET statements without IF condition…

Close but no. That message is displayed when any FIND command (FIND, FINDFIRST, FINDLAST, FINDSET) that is done without an IF statement results in an empty record set. I believe when you do a FIND without an IF on an empty table you will also get that message.

When you do a GET without an IF statement on incorrect values it will tell you that the record does not exist. Different message.

Sorry…it was a typo…FIND** instead of SETRANGE… [|-)]

Thanks Denster for correcting…