<?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: &amp;quot;Generic Fields not found.&amp;quot; Error in Qlik Sense. Debug not giving any helpful information in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/quot-Generic-Fields-not-found-quot-Error-in-Qlik-Sense-Debug-not/m-p/1823776#M1213801</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I wish to run Qliksense web app with Python script and automate the reporting process. Moreover i need to perform a bunch of operations on Excel sheets before exporting, for which I need to use VBA. I've tried using few libraries from GitHub but none of them seem to work with python.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.mybalancenow.ltd/" target="_self"&gt;&lt;SPAN&gt;MyBalanceNow&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jul 2021 03:56:04 GMT</pubDate>
    <dc:creator>James92</dc:creator>
    <dc:date>2021-07-23T03:56:04Z</dc:date>
    <item>
      <title>"Generic Fields not found." Error in Qlik Sense. Debug not giving any helpful information</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Generic-Fields-not-found-quot-Error-in-Qlik-Sense-Debug-not/m-p/1823377#M1213775</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am hoping anyone has an idea of debugging and troubleshooting this scenario. I created a Generic table as my data came in an unformatted list table format. I was able to create a consolidated Generic table with all of my fields, but now need to slice and dice further. I thought of now creating a CrossTable with specific fields I need to perform a count on. In my Script I receive a message "Generic Fields not Found." The issue is it doesn't point to any particular break point in my code. Is it valid to process a Generic Table, and then process a Cross Tab on that data?&lt;/P&gt;&lt;P&gt;If not, are there any ways within Qlik to simply perform operations on the resulting matrix from the Generic table? I am stuck here and would appreciate any help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 17:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Generic-Fields-not-found-quot-Error-in-Qlik-Sense-Debug-not/m-p/1823377#M1213775</guid>
      <dc:creator>ckulp</dc:creator>
      <dc:date>2021-07-20T17:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: "Generic Fields not found." Error in Qlik Sense. Debug not giving any helpful information</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Generic-Fields-not-found-quot-Error-in-Qlik-Sense-Debug-not/m-p/1823708#M1213794</link>
      <description>&lt;P&gt;The Generic Load prefix will produce several tables (one for each attribute name), so subsequent processing with CrossTab would be difficult as the CrossTab can only read one table at a time.&amp;nbsp; A workaround is to join the separate tables into one and then process.&amp;nbsp; That seems to be overly complicated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you provide some sample data that shows what you are trying to accomplish and perhaps we can come up with some suggestions?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 17:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Generic-Fields-not-found-quot-Error-in-Qlik-Sense-Debug-not/m-p/1823708#M1213794</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-07-21T17:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: "Generic Fields not found." Error in Qlik Sense. Debug not giving any helpful information</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Generic-Fields-not-found-quot-Error-in-Qlik-Sense-Debug-not/m-p/1823748#M1213798</link>
      <description>&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;I really appreciate the feedback here!! I provided some example code of what I am doing below which I have simplified for this purpose. For reference I am creating one consolidated table from the resulting tables in the Generic Load, and now want to perform a CrossTab on that resulting table (Seems possible although could use guidance). The reason for doing this may be hard to explain, but simply stated the original format of this survey is very sloppy, and there is data we need to ignore for our actual analysis. Joining the Generic Load tables helps, but still leaves difficulty in creating formulas on that data because it is one gigantic matrix. Performing a CrossTab to create just two columns would make analysis a lot easier in my opinion. (Also, I am a Qlik newbie so I may be missing something here)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;//Initial Data Load&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Survey_Answers]:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOAD surveyid,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;suvey_sectionid,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;survey_sectionname,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;survey_category&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;survey_questionid,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;survey_questionname,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;survey_answervalue,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;date;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SQL SELECT *,&lt;/SPAN&gt;&lt;SPAN&gt;FROM &amp;lt;ExternalDataSource&amp;gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;//Generic Load (Creates a table for each Survey Question with the answers as a value in that field&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Generic_Load_Survey_Answers]:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Generic LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;surveyid,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;survey_questionname,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;survey_answervalue&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Resident [Survey_Answers];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;//This code joins all of those disparate tables into one consolidated table which makes most calculations easier&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Generic_Survey_Answers_Join]:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOAD Distinct surveyid Resident [Survey_Answers];&lt;/SPAN&gt;&lt;SPAN&gt;For i=NoOfTables()-1 to 0 STEP -1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Let vTable = TableName($(i));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IF WildMatch('$(vTable)','Generic_Load_Survey_Answers.*') THEN&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LEFT JOIN ([Generic_Survey_Answers_Join]) LOAD * RESIDENT [$(vTable)];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Drop Table [$(vTable)];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ENDIF&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Next i&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;//This is the code that is not working for me. I would like to now unpivot specific columns as there are many fields (survey_questionname) in the above table we don't need. I hope to produce two columns from this CrossTable Load. One that only Includes questions we care about and answers we care about. These 10 questions below are not needed, and I want to remove from my&amp;nbsp;&lt;EM&gt;"&lt;/EM&gt;analysis" columns&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[Survey_CrossTable_Answers]:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CrossTable(Survey_Questions_UnPivot,Survey_Answers_UnPivot,10)&lt;/SPAN&gt;&lt;SPAN&gt;LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;surveyid,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;question1 as question1_CrossTab,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;question2 as question2_CrossTab,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;question3 as question3_CrossTab,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;question4 as question4_CrossTab,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;question5 as question5_CrossTab,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;question6 as question6_CrossTab,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;question7 as question7_CrossTab,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;question8 as question8_CrossTab,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;question9 as question9_CrossTab,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;question10 as question10_CrossTab,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Resident [Generic_Survey_Answers_Join];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*The error I get is "Generic Fields are not found", but I have cross-referenced my&lt;SPAN&gt;[Generic_Survey_Answers_Join] table&lt;/SPAN&gt;&amp;nbsp;and I see them in there&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 22:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Generic-Fields-not-found-quot-Error-in-Qlik-Sense-Debug-not/m-p/1823748#M1213798</guid>
      <dc:creator>ckulp</dc:creator>
      <dc:date>2021-07-21T22:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: "Generic Fields not found." Error in Qlik Sense. Debug not giving any helpful information</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Generic-Fields-not-found-quot-Error-in-Qlik-Sense-Debug-not/m-p/1823776#M1213801</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I wish to run Qliksense web app with Python script and automate the reporting process. Moreover i need to perform a bunch of operations on Excel sheets before exporting, for which I need to use VBA. I've tried using few libraries from GitHub but none of them seem to work with python.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.mybalancenow.ltd/" target="_self"&gt;&lt;SPAN&gt;MyBalanceNow&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 03:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Generic-Fields-not-found-quot-Error-in-Qlik-Sense-Debug-not/m-p/1823776#M1213801</guid>
      <dc:creator>James92</dc:creator>
      <dc:date>2021-07-23T03:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: "Generic Fields not found." Error in Qlik Sense. Debug not giving any helpful information</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Generic-Fields-not-found-quot-Error-in-Qlik-Sense-Debug-not/m-p/1823939#M1213811</link>
      <description>&lt;P&gt;Your issue is the third parameter to CrossTable. You have "10",&amp;nbsp; it should be "1".&amp;nbsp; This parm represents the number of fields that should be loaded as normal, not un-pivoted. In your case only the field "surveyid".&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 15:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Generic-Fields-not-found-quot-Error-in-Qlik-Sense-Debug-not/m-p/1823939#M1213811</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-07-22T15:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: "Generic Fields not found." Error in Qlik Sense. Debug not giving any helpful information</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Generic-Fields-not-found-quot-Error-in-Qlik-Sense-Debug-not/m-p/1823973#M1213814</link>
      <description>&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the quick follow up. I actually want those first 10 fields to be loaded as Normal and not un-pivoted. The reason being is I want to ignore all of those columns from my unpivoted field. Is that possible? I have done something similar in another application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 16:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Generic-Fields-not-found-quot-Error-in-Qlik-Sense-Debug-not/m-p/1823973#M1213814</guid>
      <dc:creator>ckulp</dc:creator>
      <dc:date>2021-07-22T16:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: "Generic Fields not found." Error in Qlik Sense. Debug not giving any helpful information</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Generic-Fields-not-found-quot-Error-in-Qlik-Sense-Debug-not/m-p/1824180#M1213831</link>
      <description>&lt;P&gt;Seeing as you have 11 fields in the Load, it &lt;EM&gt;should&lt;/EM&gt; work, but I don't know why it doesn't. Just as a test can you change the 10 to 9?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 16:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Generic-Fields-not-found-quot-Error-in-Qlik-Sense-Debug-not/m-p/1824180#M1213831</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-07-23T16:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: "Generic Fields not found." Error in Qlik Sense. Debug not giving any helpful information</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Generic-Fields-not-found-quot-Error-in-Qlik-Sense-Debug-not/m-p/1825003#M1213879</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Happy to report that this data transformation is working as conceived now. Rob, thank you so much for the help.&lt;/P&gt;&lt;P&gt;For this example, it should be&amp;nbsp;&lt;EM&gt;10&amp;nbsp;&lt;/EM&gt;fields in my above example. Simply put I have a lot of fields and miscounted by 1 and my load failed so that is an important lesson. thanks for checking my code !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 00:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Generic-Fields-not-found-quot-Error-in-Qlik-Sense-Debug-not/m-p/1825003#M1213879</guid>
      <dc:creator>ckulp</dc:creator>
      <dc:date>2021-07-28T00:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: "Generic Fields not found." Error in Qlik Sense. Debug not giving any helpful information</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Generic-Fields-not-found-quot-Error-in-Qlik-Sense-Debug-not/m-p/1876175#M1216679</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I want to utilize VBA. I've had a go at utilizing not many libraries from GitHub however not a single one of them appear to work with python.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://mythdhr.uno/my-apron-login/" target="_self"&gt;myapron&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://fmcdealer.run" target="_self"&gt;fmcdealer&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 14:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Generic-Fields-not-found-quot-Error-in-Qlik-Sense-Debug-not/m-p/1876175#M1216679</guid>
      <dc:creator>James12345</dc:creator>
      <dc:date>2021-12-30T14:26:21Z</dc:date>
    </item>
  </channel>
</rss>

