<?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 Crosstable Reference Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Crosstable-Reference-Field/m-p/690420#M1062684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added a field {AddYears(TRAINEESTARTDATE,TRAINEECONTRACTYEARS) AS "Trainee End Date"} to a table.&lt;/P&gt;&lt;P&gt;The TRAINEECONTRACTYEARS field is in a crosstable and this causes issues. I can't even open the application after adding this new field due to the crossed tabled reference field. How can I resolve this without affecting the current structure of the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Sep 2014 07:33:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-25T07:33:46Z</dc:date>
    <item>
      <title>Crosstable Reference Field</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-Reference-Field/m-p/690420#M1062684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added a field {AddYears(TRAINEESTARTDATE,TRAINEECONTRACTYEARS) AS "Trainee End Date"} to a table.&lt;/P&gt;&lt;P&gt;The TRAINEECONTRACTYEARS field is in a crosstable and this causes issues. I can't even open the application after adding this new field due to the crossed tabled reference field. How can I resolve this without affecting the current structure of the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 07:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-Reference-Field/m-p/690420#M1062684</guid>
      <dc:creator />
      <dc:date>2014-09-25T07:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable Reference Field</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-Reference-Field/m-p/690421#M1062685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you attach the script you are using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 07:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-Reference-Field/m-p/690421#M1062685</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-25T07:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable Reference Field</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-Reference-Field/m-p/690422#M1062686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Jagan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T_TRAINEES:&lt;BR /&gt;load distinct&lt;BR /&gt;TRAINEEBIUNIQUEID, //join&lt;BR /&gt;replace(replace(replace(replace(replace(replace(ASSESSORNAME,'CN=',''),'/OU=ZA/OU=ABAS/O=PwC',''),'/OU=ZA/OU=FIN/O=PwC',''),'/OU=ZA/OU=HR/O=PwC',''),'/OU=ZA/OU=Visitor/O=PwC',''),'/OU=ZA/OU=GTS/O=PwC','') As "Assessor",&lt;BR /&gt;replace(replace(replace(replace(replace(replace(EVALUATORNAME,'CN=',''),'/OU=ZA/OU=ABAS/O=PwC',''),'/OU=ZA/OU=FIN/O=PwC',''),'/OU=ZA/OU=HR/O=PwC',''),'/OU=ZA/OU=Visitor/O=PwC',''),'/OU=ZA/OU=GTS/O=PwC','') As "Evaluator",&lt;BR /&gt;OVERYR3TOTCOREHRS&amp;nbsp; As "TRAINEE_Overyr3totcorehrs",&lt;BR /&gt;OVERYR3TOTHRS&amp;nbsp;&amp;nbsp; As "TRAINEE_Overyr3tothrs",&lt;BR /&gt;OVERYR4TOTCOREHRS&amp;nbsp; As "TRAINEE_Overyr4totcorehrs",&lt;BR /&gt;OVERYR4TOTHRS&amp;nbsp;&amp;nbsp; As "TRAINEE_Overyr4tothrs",&lt;BR /&gt;OVERYR5TOTCOREHRS&amp;nbsp; As "TRAINEE_Overyr5totcorehrs",&lt;BR /&gt;OVERYR5TOTHRS&amp;nbsp;&amp;nbsp; As "TRAINEE_Overyr5tothrs",&lt;BR /&gt;STARTPERIOD&amp;nbsp;&amp;nbsp;&amp;nbsp; As "Trainee Start Period",&lt;BR /&gt;TRAINEECONTRACTYEARS As "Contract Yrs",&lt;BR /&gt;YEAR5MONTH04&amp;nbsp;&amp;nbsp;&amp;nbsp; As "Year5month4",&lt;BR /&gt;YEAR5MONTH04COREHRS&amp;nbsp; As "Year5month4corehrs",&lt;BR /&gt;YEAR5MONTH04TOTHRS&amp;nbsp; As "Year5month4tothrs",&lt;BR /&gt;YEAR5MONTH05&amp;nbsp;&amp;nbsp;&amp;nbsp; As "Year5month5",&lt;BR /&gt;YEAR5MONTH05COREHRS&amp;nbsp; As "Year5month5corehrs",&lt;BR /&gt;YEAR5MONTH05TOTHRS&amp;nbsp; As "Year5month5tothrs",&lt;BR /&gt;YEAR5MONTH06&amp;nbsp;&amp;nbsp;&amp;nbsp; As "Year5month6",&lt;BR /&gt;YEAR5MONTH06COREHRS&amp;nbsp; As "Year5month6corehrs",&lt;BR /&gt;YEAR5MONTH06TOTHRS&amp;nbsp; As "Year5month6tothrs",&lt;BR /&gt;YEAR5MONTH07&amp;nbsp;&amp;nbsp;&amp;nbsp; As "Year5month7",&lt;BR /&gt;YEAR5MONTH07COREHRS&amp;nbsp; As "Year5month7corehrs",&lt;BR /&gt;YEAR5MONTH07TOTHRS&amp;nbsp; As "Year5month7tothrs",&lt;BR /&gt;YEAR5MONTH08&amp;nbsp;&amp;nbsp;&amp;nbsp; As "Year5month8",&lt;BR /&gt;YEAR5MONTH08COREHRS&amp;nbsp; As "Year5month8corehrs",&lt;BR /&gt;YEAR5MONTH08TOTHRS&amp;nbsp; As "Year5month8tothrs",&lt;BR /&gt;YEAR5MONTH09&amp;nbsp;&amp;nbsp;&amp;nbsp; As "Year5month9",&lt;BR /&gt;YEAR5MONTH09COREHRS&amp;nbsp; As "Year5month9corehrs",&lt;BR /&gt;YEAR5MONTH09TOTHRS&amp;nbsp; As "Year5month9tothrs",&lt;BR /&gt;//YEAR5TOTCOREHRS&amp;nbsp;&amp;nbsp; As "Year5totcorehrs",&lt;BR /&gt;//YEAR5TOTHRS&amp;nbsp;&amp;nbsp;&amp;nbsp; As "Year5tothrs",&lt;BR /&gt;floor(DATECREATION) as&amp;nbsp; "Trainee Creation Date",&lt;BR /&gt;//Convert(Varchar(10),[DATECREATION],120) As&amp;nbsp; "Trainee Creation Date"&lt;BR /&gt;AddYears(TRAINEESTARTDATE,TRAINEECONTRACTYEARS) AS "Trainee End Date"&lt;BR /&gt;resident TRAINEE_TEMP;&lt;/P&gt;&lt;P&gt;drop table TRAINEE_TEMP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRAINEE_HRS:&lt;BR /&gt;CROSSTABLE (MonthNo, MonthYr, 2)&lt;BR /&gt;LOAD&lt;BR /&gt;TRAINEEBIUNIQUEID,&lt;BR /&gt;"Contract Yrs",&lt;BR /&gt;$(vMonth)&lt;BR /&gt;RESIDENT T_TRAINEES;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TOTALHRS:&lt;BR /&gt;CROSSTABLE (MonthNo, TotalHrs, 2)&lt;BR /&gt;LOAD&lt;BR /&gt;TRAINEEBIUNIQUEID,&lt;BR /&gt;"Contract Yrs",&lt;BR /&gt;$(vTotHrs)&lt;BR /&gt;RESIDENT T_TRAINEES;&lt;/P&gt;&lt;P&gt;COREHRS:&lt;BR /&gt;CROSSTABLE (MonthNo, CoreHrs, 2)&lt;BR /&gt;LOAD&lt;BR /&gt;TRAINEEBIUNIQUEID,&lt;BR /&gt;"Contract Yrs",&lt;BR /&gt;$(vCoreHrs)&lt;BR /&gt;RESIDENT T_TRAINEES;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 07:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-Reference-Field/m-p/690422#M1062686</guid>
      <dc:creator />
      <dc:date>2014-09-25T07:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable Reference Field</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-Reference-Field/m-p/690423#M1062687</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;Can you explain what you are trying to do with your actual data and your expected output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 07:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-Reference-Field/m-p/690423#M1062687</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-25T07:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable Reference Field</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-Reference-Field/m-p/690424#M1062688</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;The entire sript worked fine until I added the AddYears(TRAINEESTARTDATE,TRAINEECONTRACTYEARS) AS "Trainee End Date". I just want to add this one field to the script and add it to&amp;nbsp; multibox in the front end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 08:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-Reference-Field/m-p/690424#M1062688</guid>
      <dc:creator />
      <dc:date>2014-09-25T08:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable Reference Field</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-Reference-Field/m-p/690425#M1062689</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;I think that would not be the issue, try loading the script upto that table by giving &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exit Script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it reloads then that is not the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 08:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-Reference-Field/m-p/690425#M1062689</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-25T08:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable Reference Field</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-Reference-Field/m-p/690426#M1062690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I will try that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 09:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-Reference-Field/m-p/690426#M1062690</guid>
      <dc:creator />
      <dc:date>2014-09-25T09:09:27Z</dc:date>
    </item>
  </channel>
</rss>

