<?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: MID / Textbetween Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/MID-Textbetween-Issue/m-p/747252#M669676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are joining with comman field name then this outer join should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not can you post your script.&lt;/P&gt;&lt;P&gt;So that it wiil become more clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Nov 2014 05:30:47 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2014-11-01T05:30:47Z</dc:date>
    <item>
      <title>MID / Textbetween Issue</title>
      <link>https://community.qlik.com/t5/QlikView/MID-Textbetween-Issue/m-p/747251#M669675</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 have 2 tables with the join Table1.Substring (col1,1,4) = Table2.ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing MID in the load statement for table 1 as:&amp;nbsp; Load MID (col1,1,4) AS ID. Would this join work? Because I cannot see both table's data together. Either one of the tables data is displayed. One of the table shows blank data when other one displays data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2014 05:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MID-Textbetween-Issue/m-p/747251#M669675</guid>
      <dc:creator>neha_potdar</dc:creator>
      <dc:date>2014-11-01T05:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: MID / Textbetween Issue</title>
      <link>https://community.qlik.com/t5/QlikView/MID-Textbetween-Issue/m-p/747252#M669676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are joining with comman field name then this outer join should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not can you post your script.&lt;/P&gt;&lt;P&gt;So that it wiil become more clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2014 05:30:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MID-Textbetween-Issue/m-p/747252#M669676</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-11-01T05:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: MID / Textbetween Issue</title>
      <link>https://community.qlik.com/t5/QlikView/MID-Textbetween-Issue/m-p/747253#M669677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;MID (col1,1,4)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;you could use&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;Left(col1,4)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2014 10:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MID-Textbetween-Issue/m-p/747253#M669677</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-11-01T10:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: MID / Textbetween Issue</title>
      <link>https://community.qlik.com/t5/QlikView/MID-Textbetween-Issue/m-p/747254#M669678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a small example to associate 2 table by ID (with left) , no join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Tmp1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;col1,b&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;00000000,z&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;11111111,a&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;22222222,d&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;33333333,t&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Tmp2:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;col2,c&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1111,a&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2222,d&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;3333,t&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;4444,m&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;5555,n&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Table1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &lt;STRONG&gt;left(col1,4) as ID,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; b&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Tmp1;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Table2:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &lt;STRONG&gt;col2 as ID,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; c&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Tmp2;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table Tmp1, Tmp2;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2014 12:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MID-Textbetween-Issue/m-p/747254#M669678</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-11-01T12:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: MID / Textbetween Issue</title>
      <link>https://community.qlik.com/t5/QlikView/MID-Textbetween-Issue/m-p/747255#M669679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried using Inline. It still does not join the 2 tables. The error is I can see only one table's data at a time. Below is the code used. Also, tried using left instead of MID&lt;/P&gt;&lt;P&gt;----------------------------------------&lt;/P&gt;&lt;P&gt;Tmp1: &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;load * inline [ &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;id1, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Col2 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;MainTable1: L&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;oad &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;left(id1,4) as ID, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Col2 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Resident Tmp1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SQL SELECT&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;id1, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Col2 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;FROM Table1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;DROP Table Tmp1;&lt;/P&gt;&lt;P&gt;--------------------------------------&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;MainTable2: L&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;oad id&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Col22&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;SQL SELECT&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;id, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Col22 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;FROM Table2;&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;Thanks for your earlier answers. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2014 23:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MID-Textbetween-Issue/m-p/747255#M669679</guid>
      <dc:creator>neha_potdar</dc:creator>
      <dc:date>2014-11-01T23:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: MID / Textbetween Issue</title>
      <link>https://community.qlik.com/t5/QlikView/MID-Textbetween-Issue/m-p/747256#M669680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, when looking at the table view (CTRL-T), are the two tables linked?&lt;/P&gt;&lt;P&gt;From your code snippet, I don't see a common key field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2014 23:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MID-Textbetween-Issue/m-p/747256#M669680</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-11-01T23:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: MID / Textbetween Issue</title>
      <link>https://community.qlik.com/t5/QlikView/MID-Textbetween-Issue/m-p/747257#M669681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed the query little bit. I am now loading data from the qvd file instead if using select in the same tab. I can see the physical join in table viewer but The tables are not joined. The QVD file just has select statement and qvw file has query as below. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;load&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;LEFT(id1,4) AS ID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[Col1], &lt;/P&gt;&lt;P&gt;[Col2]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2 already has ID field. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Nov 2014 00:05:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MID-Textbetween-Issue/m-p/747257#M669681</guid>
      <dc:creator>neha_potdar</dc:creator>
      <dc:date>2014-11-02T00:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: MID / Textbetween Issue</title>
      <link>https://community.qlik.com/t5/QlikView/MID-Textbetween-Issue/m-p/747258#M669682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide sample where join is not working? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Nov 2014 03:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MID-Textbetween-Issue/m-p/747258#M669682</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-11-02T03:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: MID / Textbetween Issue</title>
      <link>https://community.qlik.com/t5/QlikView/MID-Textbetween-Issue/m-p/747259#M669683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This got solved. I was making a wrong join. LEFT(id,4) takes 5 characters from left and 4. When I made this to 3, it extracted 4 characters from left. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for your answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 15:30:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MID-Textbetween-Issue/m-p/747259#M669683</guid>
      <dc:creator>neha_potdar</dc:creator>
      <dc:date>2014-11-03T15:30:22Z</dc:date>
    </item>
  </channel>
</rss>

