Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Field Not found - but not asked for...

Hi Guys,

I'm getting this error when loading from a resident table and i cannot figure out why. <ID> is not a field i've used or stated that i require.

Error is as follows;

Field not found - <ID>

SaveFile:

Load InboundCallTrackingTblID,

      CallID,

      CalledNumber,

      CallerNumber,

      AgentID,

      Action,

      Answered,

      AnsweredNoVoicemail,

      Missed,

      InternalOverFlowTimeOut,

      InternalOverFlowToLongWaiting,

      InternalOverFlowToManyWaiting,

      InternalOverFlowCalendar,

      InternalOverFlowHoliday,

      InternalOverFlowManual,

      InternalOverFlowNoAgent,

      ExternalOverFlowTimeOut,

      ExternalOverFlowToLongWaiting,

      ExternalOverFlowToManyWaiting,

      ExternalOverFlowCalendar,

      ExternalOverFlowHoliday,

      ExternalOverFlowManual,

      ExternalOverFlowNoAgent,

      StartTime,

      CallDate,

      CallHour,

      CallMinute,

      CallTime,

      CallTableDate,

      MinutesThirty,

      MinutesFifteen,

      EndTime,

      Duration,

      WaitDuration,

      HoldTimeDuration,

      SkillID,

      CallerTitle,

      CallerName,

      CallerSureName,

      CallerCompany,

      BrandExAdmin,

      CallerStreet,

      CallerZIP,

      CallerCity,

      CallerCountry,

      CallerPhone,

      VIPClassID,

      PhoneClassID,

      connected,

      TransferID1,

      TransferID2,

      TransferID3,

      TransferID4,

      PhoneCallStart,

      Classification,

      PickAgentName,

      PickMode

Resident Inbound

Where Date(CallTableDate) < '06/03/2014'

I'm not referencing a field called <ID> so where is it getting this from? I've also tried replacing the list with

LOAD *

but, again, it says it cannot find the field <ID>.

Anyone got any ideas?

Regards,

Nick

10 Replies
alec1982
Specialist II
Specialist II

I suggest you comment part of your script and load them one table at a time to insure which table has the error. most likely the issue in page 3 and the ID field doesn't exist in your database.