<?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 Format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272880#M622545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that your source DB shows formats of TBRKEY with and without leading zeros.&lt;/P&gt;&lt;P&gt;QV will use the text format it first encounters (in load order) for any given dual value's numeric value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Feb 2017 13:56:30 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2017-02-01T13:56:30Z</dc:date>
    <item>
      <title>Field Format</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272879#M622544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have a SQL-Table from which I need a field (TBRKEY).&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thus I request the data with:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14859566446338419" jivemacro_uid="_14859566446338419"&gt;
&lt;P&gt;TBPOSP_mit:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; load *; SQL select * from TBPOSP where TBTBGR = 'FRD' and TBSART = '122' and TBSPRA = '&amp;nbsp; ' and TBFIRM = '010';&lt;/P&gt;


&lt;/PRE&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I get the following result:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Attention to the format of TBRKEY!!!&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG __jive_id="151590" alt="TBPOSP_Mit.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/151590_TBPOSP_Mit.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But the whole where case is not possible in my specific case.&lt;/P&gt;&lt;P&gt;Thus I request the data with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14859564691281376 jive_text_macro" jivemacro_uid="_14859564691281376"&gt;
&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt;TBPOSP:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; load *; SQL select * from TBPOSP;&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After selecting the correct fields I get the following result:&lt;/P&gt;&lt;P&gt;Attention to the format of TBRKEY!!!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TBPOSP_Ohne.png" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/151591_TBPOSP_Ohne.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Why are there zeros in front of the numbers?&lt;/P&gt;&lt;P&gt;In my opinion I should get in both cases the same result, but as you can see here it is not.&lt;/P&gt;&lt;P&gt;Any ideas why this behavior is like this and workarounds?&lt;/P&gt;&lt;P&gt;If this may help, the TBRKEY-field is saved in a SQL database with a field length of 10 and the field type is alphanumeric.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 13:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272879#M622544</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T13:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Field Format</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272880#M622545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that your source DB shows formats of TBRKEY with and without leading zeros.&lt;/P&gt;&lt;P&gt;QV will use the text format it first encounters (in load order) for any given dual value's numeric value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 13:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272880#M622545</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-02-01T13:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Field Format</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272881#M622546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure that you really looked on the same field-values respectively records by your made selections? To check add just a rowno() as RowNo within the preceeding-part and add this field to your tablebox and then check again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 13:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272881#M622546</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-02-01T13:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Field Format</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272882#M622547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hej Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your fast reply.&lt;/P&gt;&lt;P&gt;But I load the data of the tables with two different SQL's. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. &lt;SPAN style="font-size: 10pt;"&gt;In case of the SQL with the where-cause I load only the nine rows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. In case of the SQL without the where-cause I load around 350.000 rows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this reason I don't think the rowno() can help me.&lt;/P&gt;&lt;P&gt;But of course I tried it. See the result in the following screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. without the where case:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TBPOSP_Ohne_Neu.png" class="jive-image image-1" height="180" src="https://community.qlik.com/legacyfs/online/151632_TBPOSP_Ohne_Neu.png" style="height: 180.209px; width: 287px;" width="287" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2. with the where case:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="TBPOSP_Mit_Neu.png" class="jive-image image-2" height="176" src="https://community.qlik.com/legacyfs/online/151633_TBPOSP_Mit_Neu.png" style="height: 176.134px; width: 285px;" width="285" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Any other ideas?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;- Emanuel&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 18:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272882#M622547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T18:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Field Format</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272883#M622548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your fast reply.&lt;/P&gt;&lt;P&gt;This was also my first gist. Therefore I checked my Database.&lt;/P&gt;&lt;P&gt;I have many different values (without the where-cause) in TBRKEY, but in the DB is never a leading zero in front of the numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I checked again the values in TBRKEY and there are also numbers which are smaller than 3 digits (e.g. "23") and there are no leading zeros. In the TBRKEY-field are also numbers that are much longer (e.g. "700000000").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully I understand your answer correct &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;If Qlik is formating my data wrong (and I think it does), how can I prevent Qlik from this?&lt;/P&gt;&lt;P&gt;Or do you have a workaround for me? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; - Emanuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 18:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272883#M622548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T18:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Field Format</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272884#M622549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same problem.&lt;/P&gt;&lt;P&gt;Have a look at this example excel input file, everything in text format:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/151638_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;the table box looks like that, because you have to distinct between text representation and number representation:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="151618" alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/151618_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;the solution is quite simple, just change the text representation of TRBKEY:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(TRBKEY) as TRBKEY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 18:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272884#M622549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T18:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Field Format</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272885#M622550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Robin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answer, unfortunately I have text values (A,B,C) in my TBRKEY.&lt;/P&gt;&lt;P&gt;But I fixed it with an if:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Isnum(TBRKEY),num(TBRKEY), TBRKEY) as TBRKEY_correct,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is in my opinion not the prettiest solution but it works.&lt;/P&gt;&lt;P&gt;Or do you have any better solutions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; - Emanuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 18:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272885#M622550</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T18:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Field Format</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272886#M622551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did you check you data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I asume you use something like an ODBC driver for connecting QlikVIew with your data base.&lt;/P&gt;&lt;P&gt;It could by the case that your "checking tool" doesn't show leading zeros but the ODBC driver does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try the same ODBC connection in combination with MS Access for example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 18:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272886#M622551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T18:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Field Format</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272887#M622552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To avoid this, I used the following tool: &lt;A href="http://portableapps.com/apps/development/database_browser_portable" title="http://portableapps.com/apps/development/database_browser_portable"&gt;http://portableapps.com/apps/development/database_browser_portable&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This don*t show the leading zeros. &lt;/P&gt;&lt;P&gt;Thus it seams that the ODBC driver is the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an idea how to disable this "feature" in the ODBC driver?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 18:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272887#M622552</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T18:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Field Format</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272888#M622553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think num(TRBKEY) should be sufficient, because for example num('A') = A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 18:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272888#M622553</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T18:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Field Format</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272889#M622554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately not, as you can see in the following screenshot. I removes my characters.&lt;/P&gt;&lt;P&gt;Don't understand why.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TBPOSP_Ohne_NUM_funkt.png" class="jive-image image-1" height="186" src="https://community.qlik.com/legacyfs/online/151641_TBPOSP_Ohne_NUM_funkt.png" style="height: 185.704px; width: 437px;" width="437" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 19:02:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272889#M622554</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T19:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Field Format</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272890#M622555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have no idea, I would just use num(TRBKEY) &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;, QlikView does the job for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 19:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272890#M622555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T19:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Field Format</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272891#M622556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the field is called TRBKEY, are there more as 1 table from your DB involved?&lt;/P&gt;&lt;P&gt;Have you checked the format in all tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 21:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272891#M622556</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-02-01T21:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Field Format</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272892#M622557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you can try with.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Alt(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TBRKEY&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TBRKEY&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) as &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TBRKEY_correct&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;It's seems a little pretty to me. &lt;/SPAN&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or: &lt;SPAN style="font-size: 10pt;"&gt;Alt(num(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TBRKEY)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TBRKEY&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) as &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TBRKEY_correct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 22:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272892#M622557</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-02-01T22:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Field Format</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272893#M622558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You were definite wright!&lt;/P&gt;&lt;P&gt;Qlik loads the first value and used the format on the other tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution:&lt;/P&gt;&lt;P&gt;Before the SQL load I used the Qlik-Cast.&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14860454194054880 jive_text_macro" jivemacro_uid="_14860454194054880"&gt;
&lt;P style="font-size: 13.3333px;"&gt;Result:&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;load *,text(TBRKEY) as myKey; SQL select * from TBPOSP;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now I always get the correct solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to your and the answer of the other people!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 14:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Format/m-p/1272893#M622558</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-02T14:24:16Z</dc:date>
    </item>
  </channel>
</rss>

