<?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: why SegmentMap: table not generated in SQL mode ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/why-SegmentMap-table-not-generated-in-SQL-mode/m-p/772812#M666578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://about.modeanalytics.com/segment/" title="http://about.modeanalytics.com/segment/"&gt;Analyze your Segment SQL database with Mode&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2014 00:13:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-19T00:13:28Z</dc:date>
    <item>
      <title>why SegmentMap: table not generated in SQL mode ?</title>
      <link>https://community.qlik.com/t5/QlikView/why-SegmentMap-table-not-generated-in-SQL-mode/m-p/772808#M666574</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;&lt;/P&gt;&lt;P&gt;I have below script :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONNECT TO [Provider=SQLOLEDB.1;Persist Security Info=False;User ID=SA;Initial Catalog=andonDatabas;Data Source=Paul;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=PAUL;Use Encryption for Data=False;Tag with column collation when possible=False];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL select * from record_produksi_plc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SegmentMap:&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Original, New&lt;/P&gt;&lt;P&gt;5,Human error&lt;/P&gt;&lt;P&gt;39,Machine error&lt;/P&gt;&lt;P&gt;A2,Business Partner&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like to know why when QV run the SegmentMap: line , it does not create a table for SegmentMap ? can some one advise me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 23:24:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/why-SegmentMap-table-not-generated-in-SQL-mode/m-p/772808#M666574</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-11-18T23:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: why SegmentMap: table not generated in SQL mode ?</title>
      <link>https://community.qlik.com/t5/QlikView/why-SegmentMap-table-not-generated-in-SQL-mode/m-p/772809#M666575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mapping tables are automatically dropped at the end of the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 23:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/why-SegmentMap-table-not-generated-in-SQL-mode/m-p/772809#M666575</guid>
      <dc:creator />
      <dc:date>2014-11-18T23:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: why SegmentMap: table not generated in SQL mode ?</title>
      <link>https://community.qlik.com/t5/QlikView/why-SegmentMap-table-not-generated-in-SQL-mode/m-p/772810#M666576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your script at the end because you have the SegmentMap in the last tab&lt;/P&gt;&lt;P&gt;Qlik creates a mapping table&lt;/P&gt;&lt;P&gt;Qlik drop the mapping table&lt;/P&gt;&lt;P&gt;There is a problem in your script, you are using the SegmentMap in first tab but there isn't any SegmentMap until the last tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 23:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/why-SegmentMap-table-not-generated-in-SQL-mode/m-p/772810#M666576</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-11-18T23:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: why SegmentMap: table not generated in SQL mode ?</title>
      <link>https://community.qlik.com/t5/QlikView/why-SegmentMap-table-not-generated-in-SQL-mode/m-p/772811#M666577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reasons i put the mapping table at the end is because when i put at front i get error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for your comment :-&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.8000001907349px;"&gt;There is a problem in your script, you are using the SegmentMap in first tab but there isn't any SegmentMap until the last tab&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i not quite understand what you mean , how can i correct my mistake ? Mistake are proof that you are trying...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 23:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/why-SegmentMap-table-not-generated-in-SQL-mode/m-p/772811#M666577</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-11-18T23:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: why SegmentMap: table not generated in SQL mode ?</title>
      <link>https://community.qlik.com/t5/QlikView/why-SegmentMap-table-not-generated-in-SQL-mode/m-p/772812#M666578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://about.modeanalytics.com/segment/" title="http://about.modeanalytics.com/segment/"&gt;Analyze your Segment SQL database with Mode&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 00:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/why-SegmentMap-table-not-generated-in-SQL-mode/m-p/772812#M666578</guid>
      <dc:creator />
      <dc:date>2014-11-19T00:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: why SegmentMap: table not generated in SQL mode ?</title>
      <link>https://community.qlik.com/t5/QlikView/why-SegmentMap-table-not-generated-in-SQL-mode/m-p/772813#M666579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mapping Loads are for applymaps, They will do their job for applymap, if there is any. They won't show up in the data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 07:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/why-SegmentMap-table-not-generated-in-SQL-mode/m-p/772813#M666579</guid>
      <dc:creator />
      <dc:date>2014-11-19T07:24:57Z</dc:date>
    </item>
  </channel>
</rss>

