<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Field not found DLE in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Field-not-found-DLE/m-p/80639#M5324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you wanted to rename case id field, you may do like this whereever you have %CaseId present - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CaseID as &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;%CaseId&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;as of now its trying to search &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;%CaseId in your requests and helpdeskcases tables where it exists as CaseID, not as &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;%CaseId&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Apr 2018 16:57:04 GMT</pubDate>
    <dc:creator>Digvijay_Singh</dc:creator>
    <dc:date>2018-04-23T16:57:04Z</dc:date>
    <item>
      <title>Field not found DLE</title>
      <link>https://community.qlik.com/t5/App-Development/Field-not-found-DLE/m-p/80637#M5322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attached a screen shot of a data load error from the Data Load Editor.&amp;nbsp; I have three sections of code Main, DateBridge, and CanonicalCalender which I provided below.&amp;nbsp; Based on the attached screen shot and code below from the Data Load Editor, can you help me understand why I am getting this data load error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt;"&gt;Section: Main&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;LOAD&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;OwnerID,&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;"Case Owner",&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;"Case Owner Group",&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;"Employee Status"&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;FROM [lib://Data/HelpDeskCases.xlsx]&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;(ooxml, embedded labels, table is CaseLeads);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;LOAD&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;CaseID,&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;OwnerID,&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;RequestDate,&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Subject&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;FROM [lib://Data/HelpDeskCases.xlsx]&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;(ooxml, embedded labels, table is Requests);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;LOAD&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;CaseID,&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;"Case Aging",&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;"Case Closed Date",&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;"Case Count",&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;"Case Created Date",&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;"Case Duration Time",&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;"Case Is Closed",&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;"Case Record Type",&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;"Case Timetable",&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;"Case Timetable Rank",&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;CaseNumber,&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;"Cases Open/Closed",&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Priority,&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;"Priority Rank",&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;"Priority Sort",&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Status&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;FROM [lib://Data/HelpDeskCases.xlsx]&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;(ooxml, embedded labels, table is HelpDeskCases);&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt;"&gt;Section: DateBridge&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;// mapping tables&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;A:&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Mapping&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;LOAD&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;%CaseId,&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;RequestDate&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Resident Requests;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;B:&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Mapping&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;LOAD&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;%CaseId,&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;"Case Created Date"&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Resident HelpDeskCases;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;C:&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Mapping&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;LOAD&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;%CaseId,&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;"Case Closed Date"&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Resident HelpDeskCases;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;// end of mapping tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;// create DateBridge table&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;DateBridge:&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;LOAD&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;%CaseId,&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;ApplyMap('A',%CaseId,Null()) as CanonicalDate,&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;'RequestDate' as DateType&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Resident HelpDeskCases;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;LOAD&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;%CaseId,&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;ApplyMap('B',%CaseId,Null()) as CanonicalDate,&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;'Case Created Date' as DateType&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Resident HelpDeskCases;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;LOAD&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;%CaseId,&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;ApplyMap('C',%CaseId,Null()) as CanonicalDate,&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;'Case Closed Date' as DateType&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Resident HelpDeskCases;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt;"&gt;Section: CanonicalCalender&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;// create CanonicalCalendar&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;CanonicalCalendar:&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;LOAD CanonicalDate,&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Day(CanonicalDate) as Day,&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Month(CanonicalDate) as Month,&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Year(CanonicalDate) as Year,&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Date(MonthStart(CanonicalDate),'MMM-YYYY') as MonthYear&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Resident DateBridge;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 16:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-not-found-DLE/m-p/80637#M5322</guid>
      <dc:creator>leobrand</dc:creator>
      <dc:date>2018-04-23T16:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found DLE</title>
      <link>https://community.qlik.com/t5/App-Development/Field-not-found-DLE/m-p/80638#M5323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you're trying to load %caseId field from your first tables (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CaseLeads, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Requests, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;HelpDeskCases) which do not contain this field..&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 16:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-not-found-DLE/m-p/80638#M5323</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-04-23T16:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found DLE</title>
      <link>https://community.qlik.com/t5/App-Development/Field-not-found-DLE/m-p/80639#M5324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you wanted to rename case id field, you may do like this whereever you have %CaseId present - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CaseID as &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;%CaseId&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;as of now its trying to search &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;%CaseId in your requests and helpdeskcases tables where it exists as CaseID, not as &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;%CaseId&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 16:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-not-found-DLE/m-p/80639#M5324</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-04-23T16:57:04Z</dc:date>
    </item>
  </channel>
</rss>

