<?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: Creating expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-expression/m-p/392106#M146262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlik_techie,&lt;/P&gt;&lt;P&gt;my X1,X2,X3.. and Y1,Z2 are valued variables&lt;/P&gt;&lt;P&gt;I am looking for returning the corresponding values in my pivot table rahther than the returning 'x1,x2,x3,x4'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;SP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Nov 2012 16:43:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-01T16:43:45Z</dc:date>
    <item>
      <title>Creating expression</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-expression/m-p/392101#M146257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Please help me with the following issues&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;issue1: &lt;/P&gt;&lt;P&gt;I am trying to create an expression some thing like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(a=b,'Exception','nonexception')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rather than returning Exception how can I mek the expression to return multiple variables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(a=b, (x1,x2,x3,x4),(y1,z2,z4))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;issue 2:&lt;/P&gt;&lt;P&gt;I am getting $Syn variables, how can we avoid $syn &lt;/P&gt;&lt;P&gt;how can i make join between specific tables (through maby tables have same variables) rather than qlikview auto joins&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 14:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-expression/m-p/392101#M146257</guid>
      <dc:creator />
      <dc:date>2012-11-01T14:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating expression</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-expression/m-p/392102#M146258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Issue 1:&lt;/P&gt;&lt;P&gt;If the result of the expression should be stored in a field (expression in the script) or displayed in e.g. a text box (expression in the layout), there can be no more than one value. If you want several values, then you probably want to store them in several fields:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(a=b, x1, y1) as field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(a=b, x2, y2) as field2,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue2:&lt;/P&gt;&lt;P&gt;$Syn keys are not necessarily bad. But if you want to get rid of them, then you need to have only one field linking two tables, e.g.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OldKey1 &amp;amp; '|' &amp;amp; OldKey2 as NewKey&lt;/P&gt;&lt;P&gt;This way you can create new keys and still have all links correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 14:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-expression/m-p/392102#M146258</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2012-11-01T14:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating expression</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-expression/m-p/392103#M146259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(a=b, 'x1,x2,x3,x4','y1,z2,z4')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for removing synthetic keys u can find good info on the community or for beginners purpose go thru the reference manual where u can find tips like renaming fields with same name across different tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;joins can be made on common fields between two tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 14:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-expression/m-p/392103#M146259</guid>
      <dc:creator />
      <dc:date>2012-11-01T14:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating expression</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-expression/m-p/392104#M146260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the show-condition in the graph to accomplish what you want. See my attached example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/100292"&gt;Vegar Lie Arntsen&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;QlikView consultant at &lt;/EM&gt;&lt;A href="http://www.egbs.se"&gt;egbs consulting ab&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Blog (in Swedish):&lt;/EM&gt; &lt;A href="http://bi-effekten.se"&gt;bi-effekten.se&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 15:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-expression/m-p/392104#M146260</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2012-11-01T15:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating expression</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-expression/m-p/392105#M146261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlik_techie,&lt;/P&gt;&lt;P&gt;my X1,X2,X3.. and Y1,Z2 are valued variables&lt;/P&gt;&lt;P&gt;I am looking for returning the corresponding values in my pivot table rahther than the returning 'x1,x2,x3,x4'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;SP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 16:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-expression/m-p/392105#M146261</guid>
      <dc:creator />
      <dc:date>2012-11-01T16:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating expression</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-expression/m-p/392106#M146262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlik_techie,&lt;/P&gt;&lt;P&gt;my X1,X2,X3.. and Y1,Z2 are valued variables&lt;/P&gt;&lt;P&gt;I am looking for returning the corresponding values in my pivot table rahther than the returning 'x1,x2,x3,x4'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;SP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 16:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-expression/m-p/392106#M146262</guid>
      <dc:creator />
      <dc:date>2012-11-01T16:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Creating expression</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-expression/m-p/392107#M146263</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; Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(a=b, x1&amp;amp;','&amp;amp;x2&amp;amp;','&amp;amp;x3&amp;amp;','&amp;amp;x4,y1&amp;amp;','&amp;amp;z2&amp;amp;','&amp;amp;z4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 16:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-expression/m-p/392107#M146263</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-11-01T16:48:06Z</dc:date>
    </item>
  </channel>
</rss>

