<?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 Problem with field connection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-field-connection/m-p/151186#M716073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you need further information about my problem please let me know so I could explain it in a better way. I hope I get some help here.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2009 14:51:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-06T14:51:26Z</dc:date>
    <item>
      <title>Problem with field connection</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-field-connection/m-p/151183#M716070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I hope somebody could help me. I think to understand my problem please use me .qvw file&lt;/P&gt;&lt;P&gt;Problem how to get the Issuetype of the Links&lt;BR /&gt;This is a Testapplication. I have loaded the data into QlikView, than I have created a subfield "Issuelinks" to seperate the link entries. All the Issues are connected in a special way and I want to show these connections.&lt;BR /&gt;&lt;BR /&gt;Problem in Detail:&lt;BR /&gt;Now I have the Problem that I don't know what Issue Type the Issue Links are. For example TST-1 should be 'CR'.&lt;BR /&gt;I want to do this within the script.&lt;/P&gt;&lt;P&gt;For solutions please use my .qvw file. Thank you very much.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 22:46:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-field-connection/m-p/151183#M716070</guid>
      <dc:creator />
      <dc:date>2009-08-05T22:46:22Z</dc:date>
    </item>
    <item>
      <title>Problem with creating a field which should connects right to another field</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-field-connection/m-p/151184#M716071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see you qvw file. Did you published it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 22:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-field-connection/m-p/151184#M716071</guid>
      <dc:creator />
      <dc:date>2009-08-05T22:58:56Z</dc:date>
    </item>
    <item>
      <title>Problem with creating a field which should connects right to another field</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-field-connection/m-p/151185#M716072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sorry, I tried 10 times now to upload it to the Qlik Forum, I always got an error. Now it was working. Sorry for that!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 23:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-field-connection/m-p/151185#M716072</guid>
      <dc:creator />
      <dc:date>2009-08-05T23:08:24Z</dc:date>
    </item>
    <item>
      <title>Problem with field connection</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-field-connection/m-p/151186#M716073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you need further information about my problem please let me know so I could explain it in a better way. I hope I get some help here.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 14:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-field-connection/m-p/151186#M716073</guid>
      <dc:creator />
      <dc:date>2009-08-06T14:51:26Z</dc:date>
    </item>
    <item>
      <title>Problem with field connection</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-field-connection/m-p/151187#M716074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[Data]:&lt;BR /&gt;LOAD&lt;BR /&gt; "Issue Type"&lt;BR /&gt;,"Key"&lt;BR /&gt;,"Summary"&lt;BR /&gt;,ltrim(subfield("Issue Links", '.')) as "Issue Link"&lt;BR /&gt;INLINE [Issue Type, Key, Summary, Issue Links&lt;BR /&gt;Bug, TST-9, Bug QlikView,&lt;BR /&gt;Task, TST-8, Task Jira,&lt;BR /&gt;Task, TST-7, Task QlikView, TST-2&lt;BR /&gt;Bug, TST-6, Bug Ablöse MKS, TST-1&lt;BR /&gt;Bug, TST-5, Bug Jira, TST-4&lt;BR /&gt;Bug, TST-4, Bug QlikView, TST-5. TST-2&lt;BR /&gt;CR, TST-3, Bug Tracking Jira,&lt;BR /&gt;CR, TST-2, QlikView, TST-4. TST-7&lt;BR /&gt;CR, TST-1, Ablöse MKS, TST-6&lt;BR /&gt;];&lt;BR /&gt;LEFT JOIN ([Data])&lt;BR /&gt;LOAD&lt;BR /&gt; "Key" as "Issue Link"&lt;BR /&gt;,"Issue Type" as "Issue Link Type"&lt;BR /&gt;RESIDENT [Data]&lt;BR /&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Aug 2009 05:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-field-connection/m-p/151187#M716074</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-08-08T05:24:31Z</dc:date>
    </item>
    <item>
      <title>Problem with field connection</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-field-connection/m-p/151188#M716075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you I tested the solution that works fine for me! Everything is Ok!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 13:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-field-connection/m-p/151188#M716075</guid>
      <dc:creator />
      <dc:date>2009-08-10T13:31:03Z</dc:date>
    </item>
  </channel>
</rss>

