<?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: Qlik Sense: Help required on Scripting in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Help-required-on-Scripting/m-p/100659#M6708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Qlik joins on common column name (natural join), you can't specify other condition, you should give the same name to join fields (you can set that in load script with alias - column1 as A).&lt;/P&gt;&lt;P&gt;2. you can use several expression in your load script, e.g.: if(column='Y','YES','NO'), you'll find all of them in official Qlik help website &lt;A href="https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/Scripting/functions-in-scripts-chart-expressions.htm" title="https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/Scripting/functions-in-scripts-chart-expressions.htm"&gt;https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/Scripting/functions-in-scripts-chart-expressions.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2018 10:11:58 GMT</pubDate>
    <dc:creator>undergrinder</dc:creator>
    <dc:date>2018-07-18T10:11:58Z</dc:date>
    <item>
      <title>Qlik Sense: Help required on Scripting</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Help-required-on-Scripting/m-p/100658#M6707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for taking out some for my queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to build a solution in QlikSense&amp;nbsp; where in we have developed several QVDs which are based on multiple sheets of an Excel.&lt;/P&gt;&lt;P&gt;There are few columns which are common across various sheets so i have applied a &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Qualify *&lt;/STRONG&gt;&lt;/SPAN&gt; clause (which prefixed the respectibvbe table names before each attribute)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to develop a dataset based on multiple above QVDs(per table) using inner joins &amp;amp; have to apply conditions at each QVD..&lt;/P&gt;&lt;P&gt;For example, there Table A &amp;amp; B has field X in common however it is stored with the different names as &lt;STRONG&gt;A.X&lt;/STRONG&gt; &amp;amp; &lt;STRONG&gt;B.X&lt;/STRONG&gt; respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Script written:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Table_1:&lt;/P&gt;&lt;P&gt;Load &lt;SPAN style="font-size: 10pt;"&gt;*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;from QVD-A;&lt;/P&gt;&lt;P&gt;inner join (&lt;SPAN style="font-size: 13.3333px;"&gt;Table_1&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From QVD-B;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Question 1:&lt;/STRONG&gt; &lt;/SPAN&gt;Is there any way to use ON Clause feature in Qlik the way we use it SQL Sever through which we can link the columns with different names?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Question 2: &lt;/STRONG&gt;&lt;/SPAN&gt;How can we restrict the data in above format if we have got few conditions to be applied on both QVDs(dataset)?&lt;/P&gt;&lt;P&gt;For example, Field Y from QVD A is need to set to 'Yes' &amp;amp; Field Z from QVD B should be equal to 'M'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul Goyal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 09:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Help-required-on-Scripting/m-p/100658#M6707</guid>
      <dc:creator>rahulgoyal1287</dc:creator>
      <dc:date>2018-07-18T09:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Help required on Scripting</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Help-required-on-Scripting/m-p/100659#M6708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Qlik joins on common column name (natural join), you can't specify other condition, you should give the same name to join fields (you can set that in load script with alias - column1 as A).&lt;/P&gt;&lt;P&gt;2. you can use several expression in your load script, e.g.: if(column='Y','YES','NO'), you'll find all of them in official Qlik help website &lt;A href="https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/Scripting/functions-in-scripts-chart-expressions.htm" title="https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/Scripting/functions-in-scripts-chart-expressions.htm"&gt;https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/Scripting/functions-in-scripts-chart-expressions.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 10:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Help-required-on-Scripting/m-p/100659#M6708</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2018-07-18T10:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Help required on Scripting</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Help-required-on-Scripting/m-p/100660#M6709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do as below:&lt;/P&gt;&lt;P&gt;es.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table_A_B:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load A.X as X&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from QVD-A where Y = 'Yes';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;inner join&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load B.X as X&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From QVD-B Where Z = 'M';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 10:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Help-required-on-Scripting/m-p/100660#M6709</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2018-07-18T10:44:03Z</dc:date>
    </item>
  </channel>
</rss>

