<?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 Using DUAL function to link between sheets do not display correct text in XLS in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-DUAL-function-to-link-between-sheets-do-not-display/m-p/160120#M34499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I`m not sure would this help you or not.&lt;/P&gt;&lt;P&gt;Can you create a dummy column like &lt;STRONG&gt;EmpType as Type_Display&lt;/STRONG&gt; and use this for exporting and &lt;STRONG&gt;DUAL(EmpType, EmpID) as Type&lt;/STRONG&gt; for selection.&lt;/P&gt;&lt;P&gt;-Peterson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 May 2010 09:00:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-24T09:00:32Z</dc:date>
    <item>
      <title>Using DUAL function to link between sheets do not display correct text in XLS</title>
      <link>https://community.qlik.com/t5/QlikView/Using-DUAL-function-to-link-between-sheets-do-not-display/m-p/160116#M34495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an application where I need to link between sheets using a unique ID but linking to a sheet using a non-unique column.&lt;/P&gt;&lt;P&gt;See sample script below.&lt;/P&gt;&lt;P&gt;Using the Dual function, I'm able to link to another sheet when clicking on a non-unique column. My problem lies when I try to export&lt;/P&gt;&lt;P&gt;the data in Sheet1 to XLS, the column 'Type' is displaying the EmpID instead of the EmpType. Is there a way to have both functionality available - linking from one sheet to another using a unique ID but clicking on a non-unique column and have the XLS download displayed correctly ?&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;P&gt;Employee:&lt;BR /&gt;LOAD&lt;BR /&gt;DUAL(EmpType, EmpID) as Type&lt;BR /&gt;, *;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;EmpID,EmpName,EmpType&lt;BR /&gt;10, Andy, Regular&lt;BR /&gt;11, Anthony, Regular&lt;BR /&gt;12, Bruce, Contractor&lt;BR /&gt;13, John, Contractor&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Salary:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;EmpID,Salary&lt;BR /&gt;10,1000&lt;BR /&gt;11,2000&lt;BR /&gt;12,3000&lt;BR /&gt;13,4000&lt;BR /&gt;] ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 00:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-DUAL-function-to-link-between-sheets-do-not-display/m-p/160116#M34495</guid>
      <dc:creator />
      <dc:date>2010-05-21T00:13:56Z</dc:date>
    </item>
    <item>
      <title>Using DUAL function to link between sheets do not display correct text in XLS</title>
      <link>https://community.qlik.com/t5/QlikView/Using-DUAL-function-to-link-between-sheets-do-not-display/m-p/160117#M34496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anyone ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 06:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-DUAL-function-to-link-between-sheets-do-not-display/m-p/160117#M34496</guid>
      <dc:creator />
      <dc:date>2010-05-24T06:50:49Z</dc:date>
    </item>
    <item>
      <title>Using DUAL function to link between sheets do not display correct text in XLS</title>
      <link>https://community.qlik.com/t5/QlikView/Using-DUAL-function-to-link-between-sheets-do-not-display/m-p/160118#M34497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What is the use of dual function in this scenario. This will work without dual function. Your code should be as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Employee:&lt;BR /&gt;LOAD&lt;BR /&gt;EmpType as Type&lt;BR /&gt;, *;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;EmpID,EmpName,EmpType&lt;BR /&gt;10, Andy, Regular&lt;BR /&gt;11, Anthony, Regular&lt;BR /&gt;12, Bruce, Contractor&lt;BR /&gt;13, John, Contractor&lt;BR /&gt;];&lt;BR /&gt;Salary:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;EmpID,Salary&lt;BR /&gt;10,1000&lt;BR /&gt;11,2000&lt;BR /&gt;12,3000&lt;BR /&gt;13,4000&lt;BR /&gt;] ;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;-Peterson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 07:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-DUAL-function-to-link-between-sheets-do-not-display/m-p/160118#M34497</guid>
      <dc:creator />
      <dc:date>2010-05-24T07:15:25Z</dc:date>
    </item>
    <item>
      <title>Using DUAL function to link between sheets do not display correct text in XLS</title>
      <link>https://community.qlik.com/t5/QlikView/Using-DUAL-function-to-link-between-sheets-do-not-display/m-p/160119#M34498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The use of dual is to pass a unique ID to the other sheet. By default, if you select EmpType='Regular' on row 1 (Andy), the result will display 2 rows -- Andy and Anthony. I need to only display Andy and not both. Similarly, if I click on EmpType='Contractor' on row 4 (John), the result should only display John and not both Bruce and John. I hope I explained it clearly now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 07:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-DUAL-function-to-link-between-sheets-do-not-display/m-p/160119#M34498</guid>
      <dc:creator />
      <dc:date>2010-05-24T07:47:24Z</dc:date>
    </item>
    <item>
      <title>Using DUAL function to link between sheets do not display correct text in XLS</title>
      <link>https://community.qlik.com/t5/QlikView/Using-DUAL-function-to-link-between-sheets-do-not-display/m-p/160120#M34499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I`m not sure would this help you or not.&lt;/P&gt;&lt;P&gt;Can you create a dummy column like &lt;STRONG&gt;EmpType as Type_Display&lt;/STRONG&gt; and use this for exporting and &lt;STRONG&gt;DUAL(EmpType, EmpID) as Type&lt;/STRONG&gt; for selection.&lt;/P&gt;&lt;P&gt;-Peterson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 09:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-DUAL-function-to-link-between-sheets-do-not-display/m-p/160120#M34499</guid>
      <dc:creator />
      <dc:date>2010-05-24T09:00:32Z</dc:date>
    </item>
    <item>
      <title>Using DUAL function to link between sheets do not display correct text in XLS</title>
      <link>https://community.qlik.com/t5/QlikView/Using-DUAL-function-to-link-between-sheets-do-not-display/m-p/160121#M34500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Peterson. You gave me an idea here which leads me to my next question. Is there a way to display the EmpType in xls only, hiding it from the straight table while the Type need to be displayed in the straight table and hiding it from xls download ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 14:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-DUAL-function-to-link-between-sheets-do-not-display/m-p/160121#M34500</guid>
      <dc:creator />
      <dc:date>2010-05-24T14:39:28Z</dc:date>
    </item>
    <item>
      <title>Using DUAL function to link between sheets do not display correct text in XLS</title>
      <link>https://community.qlik.com/t5/QlikView/Using-DUAL-function-to-link-between-sheets-do-not-display/m-p/160122#M34501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again me to distrub you with one more idea for your question. &lt;IMG alt="Idea" src="http://community.qlik.com/emoticons/emotion-55.gif" /&gt; &lt;IMG alt="Geeked" src="http://community.qlik.com/emoticons/emotion-15.gif" /&gt; &lt;IMG alt="Beer" src="http://community.qlik.com/emoticons/emotion-22.gif" /&gt;&lt;/P&gt;&lt;P&gt;You can show the column in qlikview staright table and delete / hide same coulmn in xls using writting macros.&lt;/P&gt;&lt;P&gt;-Peterson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 06:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-DUAL-function-to-link-between-sheets-do-not-display/m-p/160122#M34501</guid>
      <dc:creator />
      <dc:date>2010-05-25T06:33:37Z</dc:date>
    </item>
  </channel>
</rss>

