<?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 Link a field with a field value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Link-a-field-with-a-field-value/m-p/167240#M38883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;John Witherspoon wrote:&lt;BR /&gt;Tickets:&lt;BR /&gt;// convert procedure columns to rows&lt;BR /&gt;CROSSTABLE (ProcDesc,Flag)&lt;BR /&gt;LOAD&lt;BR /&gt; NroTicket&lt;BR /&gt;,[First procedure]&lt;BR /&gt;,[Second procedure]&lt;BR /&gt;,[Third procedure]&lt;BR /&gt;...&lt;BR /&gt;from ...\Tickets.qvd (QVD);&lt;BR /&gt;// remove rows where the flag isn't set&lt;BR /&gt;INNER JOIN (Tickets)&lt;BR /&gt;LOAD 1 as Flag&lt;BR /&gt;AUTOGENERATE 1;&lt;BR /&gt;// and drop the flag&lt;BR /&gt;DROP FIELD Flag;&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Many many thanks John W. I adapted it to my scheme...it works perfect!!!&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Mar 2011 21:23:33 GMT</pubDate>
    <dc:creator>sergio</dc:creator>
    <dc:date>2011-03-17T21:23:33Z</dc:date>
    <item>
      <title>Link a field with a field value</title>
      <link>https://community.qlik.com/t5/QlikView/Link-a-field-with-a-field-value/m-p/167238#M38881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all, i have a litle problem:&lt;/P&gt;&lt;P&gt;I have a table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN_Procedures:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ProcId,ProcDesc&lt;/P&gt;&lt;P&gt;1,First procedure&lt;/P&gt;&lt;P&gt;2,Second procedure&lt;/P&gt;&lt;P&gt;3,Third procedure&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;And then i have a table of data like this:&lt;/P&gt;&lt;P&gt;Tickets:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;NroTicket,&lt;/P&gt;&lt;P&gt;[First procedure],&lt;/P&gt;&lt;P&gt;[Second procedure],&lt;/P&gt;&lt;P&gt;[Third procedure],&lt;/P&gt;&lt;P&gt;...etc...&lt;/P&gt;&lt;P&gt;FROM ...\Tickets.qvd (qvd)&lt;/P&gt;&lt;P&gt;Where the table Tickets, in the fileds [First Procedure], [Second Procedure], etc. has values like 1 or 0 (like true or false).&lt;/P&gt;&lt;P&gt;Well, i need to link this 2 tables by he fields [First procedure] , [Second Procedure], etc... to create a pivot table like the following:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3834_sourceID:3834" /&gt;&lt;/P&gt;&lt;P&gt;And then if i do some click on the pivos table procedure it show me in other grafic the detail of the records of ticket for that selection.&lt;/P&gt;&lt;P&gt;But i couldn't. How can i do that thing. What can i use to convert the tables to do that??&lt;/P&gt;&lt;P&gt;Thanks to all in advance.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 18:58:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-a-field-with-a-field-value/m-p/167238#M38881</guid>
      <dc:creator>sergio</dc:creator>
      <dc:date>2011-03-17T18:58:33Z</dc:date>
    </item>
    <item>
      <title>Link a field with a field value</title>
      <link>https://community.qlik.com/t5/QlikView/Link-a-field-with-a-field-value/m-p/167239#M38882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tickets:&lt;BR /&gt;// convert procedure columns to rows&lt;BR /&gt;CROSSTABLE (ProcDesc,Flag)&lt;BR /&gt;LOAD&lt;BR /&gt; NroTicket&lt;BR /&gt;,[First procedure]&lt;BR /&gt;,[Second procedure]&lt;BR /&gt;,[Third procedure]&lt;BR /&gt;...&lt;BR /&gt;from ...\Tickets.qvd (QVD);&lt;/P&gt;&lt;P&gt;// remove rows where the flag isn't set&lt;BR /&gt;INNER JOIN (Tickets)&lt;BR /&gt;LOAD 1 as Flag&lt;BR /&gt;AUTOGENERATE 1;&lt;/P&gt;&lt;P&gt;// and drop the flag&lt;BR /&gt;DROP FIELD Flag;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 19:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-a-field-with-a-field-value/m-p/167239#M38882</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-03-17T19:44:54Z</dc:date>
    </item>
    <item>
      <title>Link a field with a field value</title>
      <link>https://community.qlik.com/t5/QlikView/Link-a-field-with-a-field-value/m-p/167240#M38883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;John Witherspoon wrote:&lt;BR /&gt;Tickets:&lt;BR /&gt;// convert procedure columns to rows&lt;BR /&gt;CROSSTABLE (ProcDesc,Flag)&lt;BR /&gt;LOAD&lt;BR /&gt; NroTicket&lt;BR /&gt;,[First procedure]&lt;BR /&gt;,[Second procedure]&lt;BR /&gt;,[Third procedure]&lt;BR /&gt;...&lt;BR /&gt;from ...\Tickets.qvd (QVD);&lt;BR /&gt;// remove rows where the flag isn't set&lt;BR /&gt;INNER JOIN (Tickets)&lt;BR /&gt;LOAD 1 as Flag&lt;BR /&gt;AUTOGENERATE 1;&lt;BR /&gt;// and drop the flag&lt;BR /&gt;DROP FIELD Flag;&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Many many thanks John W. I adapted it to my scheme...it works perfect!!!&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 21:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-a-field-with-a-field-value/m-p/167240#M38883</guid>
      <dc:creator>sergio</dc:creator>
      <dc:date>2011-03-17T21:23:33Z</dc:date>
    </item>
  </channel>
</rss>

