<?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 QSense load and filed name in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/QSense-load-and-filed-name/m-p/925903#M12773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'am using Qsense&lt;/P&gt;&lt;P&gt;And I would like to understand why :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=' ';&lt;BR /&gt;SET DecimalSep=',';&lt;BR /&gt;SET MoneyThousandSep=' ';&lt;BR /&gt;SET MoneyDecimalSep=',';&lt;BR /&gt;SET MoneyFormat='# ##0,00 €;-# ##0,00 €';&lt;BR /&gt;SET TimeFormat='hh:mm:ss';&lt;BR /&gt;SET DateFormat='DD/MM/YYYY';&lt;BR /&gt;SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff]';&lt;BR /&gt;SET MonthNames='janv.;févr.;mars;avr.;mai;juin;juil.;août;sept.;oct.;nov.;déc.';&lt;BR /&gt;SET DayNames='lun.;mar.;mer.;jeu.;ven.;sam.;dim.';&lt;BR /&gt;SET LongMonthNames='janvier;février;mars;avril;mai;juin;juillet;août;septembre;octobre;novembre;décembre';&lt;BR /&gt;SET LongDayNames='lundi;mardi;mercredi;jeudi;vendredi;samedi;dimanche';&lt;BR /&gt;SET FirstWeekDay=0;&lt;BR /&gt;SET BrokenWeeks=1;&lt;BR /&gt;SET ReferenceDay=0;&lt;BR /&gt;SET FirstMonthOfYear=1;&lt;BR /&gt;SET CollationLocale='fr-FR';&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'OTRS Prod';&lt;/P&gt;&lt;P&gt;in_map:&lt;BR /&gt;load ticket_id as id, create_time as create_time;&lt;BR /&gt;select ticket_id, min(create_time) as create_time&lt;BR /&gt;from ticket_history where &lt;BR /&gt;history_type_id=16 and (name like "\%\%Hotline\%\%%\%\%%\%\%%" or name like "\%\%D3 Alerts\%\%%\%\%%\%\%%")&lt;BR /&gt;group by id;&lt;/P&gt;&lt;P&gt;out_map:&lt;BR /&gt;load ticket_id as id, create_time as create_time;&lt;BR /&gt;select ticket_id, min(create_time) as create_time&lt;BR /&gt;from ticket_history where &lt;BR /&gt;history_type_id =16 and (name like "\%\%%\%\%Hotline\%\%%" or name like "\%\%%\%\%D3 Alerts\%\%%")&lt;BR /&gt;group by ticket_id;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give me only one table in_map ?&lt;/P&gt;&lt;P&gt;is it a bug or not ?&lt;/P&gt;&lt;P&gt;if I change the file name to be different is would create me two table ?!!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2015 12:19:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-10T12:19:44Z</dc:date>
    <item>
      <title>QSense load and filed name</title>
      <link>https://community.qlik.com/t5/App-Development/QSense-load-and-filed-name/m-p/925903#M12773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'am using Qsense&lt;/P&gt;&lt;P&gt;And I would like to understand why :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=' ';&lt;BR /&gt;SET DecimalSep=',';&lt;BR /&gt;SET MoneyThousandSep=' ';&lt;BR /&gt;SET MoneyDecimalSep=',';&lt;BR /&gt;SET MoneyFormat='# ##0,00 €;-# ##0,00 €';&lt;BR /&gt;SET TimeFormat='hh:mm:ss';&lt;BR /&gt;SET DateFormat='DD/MM/YYYY';&lt;BR /&gt;SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff]';&lt;BR /&gt;SET MonthNames='janv.;févr.;mars;avr.;mai;juin;juil.;août;sept.;oct.;nov.;déc.';&lt;BR /&gt;SET DayNames='lun.;mar.;mer.;jeu.;ven.;sam.;dim.';&lt;BR /&gt;SET LongMonthNames='janvier;février;mars;avril;mai;juin;juillet;août;septembre;octobre;novembre;décembre';&lt;BR /&gt;SET LongDayNames='lundi;mardi;mercredi;jeudi;vendredi;samedi;dimanche';&lt;BR /&gt;SET FirstWeekDay=0;&lt;BR /&gt;SET BrokenWeeks=1;&lt;BR /&gt;SET ReferenceDay=0;&lt;BR /&gt;SET FirstMonthOfYear=1;&lt;BR /&gt;SET CollationLocale='fr-FR';&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'OTRS Prod';&lt;/P&gt;&lt;P&gt;in_map:&lt;BR /&gt;load ticket_id as id, create_time as create_time;&lt;BR /&gt;select ticket_id, min(create_time) as create_time&lt;BR /&gt;from ticket_history where &lt;BR /&gt;history_type_id=16 and (name like "\%\%Hotline\%\%%\%\%%\%\%%" or name like "\%\%D3 Alerts\%\%%\%\%%\%\%%")&lt;BR /&gt;group by id;&lt;/P&gt;&lt;P&gt;out_map:&lt;BR /&gt;load ticket_id as id, create_time as create_time;&lt;BR /&gt;select ticket_id, min(create_time) as create_time&lt;BR /&gt;from ticket_history where &lt;BR /&gt;history_type_id =16 and (name like "\%\%%\%\%Hotline\%\%%" or name like "\%\%%\%\%D3 Alerts\%\%%")&lt;BR /&gt;group by ticket_id;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give me only one table in_map ?&lt;/P&gt;&lt;P&gt;is it a bug or not ?&lt;/P&gt;&lt;P&gt;if I change the file name to be different is would create me two table ?!!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 12:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QSense-load-and-filed-name/m-p/925903#M12773</guid>
      <dc:creator />
      <dc:date>2015-09-10T12:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: QSense load and filed name</title>
      <link>https://community.qlik.com/t5/App-Development/QSense-load-and-filed-name/m-p/925904#M12774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If two load statements have identical output fields, the tables will be concatenated into one table. So, if you want two tables, you should use other aliases for the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 12:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QSense-load-and-filed-name/m-p/925904#M12774</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-09-10T12:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: QSense load and filed name</title>
      <link>https://community.qlik.com/t5/App-Development/QSense-load-and-filed-name/m-p/925905#M12775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok thks henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the table table of the load is useless ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 14:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QSense-load-and-filed-name/m-p/925905#M12775</guid>
      <dc:creator />
      <dc:date>2015-09-25T14:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: QSense load and filed name</title>
      <link>https://community.qlik.com/t5/App-Development/QSense-load-and-filed-name/m-p/925906#M12776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so the table name of the load is useless ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 14:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QSense-load-and-filed-name/m-p/925906#M12776</guid>
      <dc:creator />
      <dc:date>2015-09-25T14:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: QSense load and filed name</title>
      <link>https://community.qlik.com/t5/App-Development/QSense-load-and-filed-name/m-p/925907#M12777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not useless &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; but it doesn't influence how the loaded data is stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 14:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QSense-load-and-filed-name/m-p/925907#M12777</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-09-25T14:50:41Z</dc:date>
    </item>
  </channel>
</rss>

