<?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: if then else and variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/if-then-else-and-variables/m-p/418964#M155847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikuser14&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is giving an error on calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Iain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 May 2013 13:08:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-29T13:08:48Z</dc:date>
    <item>
      <title>if then else and variables</title>
      <link>https://community.qlik.com/t5/QlikView/if-then-else-and-variables/m-p/418960#M155843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have loaded in some Variables into Qlikview using an excell spreadsheet and given the variables a field name of Variable i then want to display the value of the variable in a pivot table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking of using If (class=Variable,Variable,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where the name of the variable is the same as the name of the class then display the value of the variable or else display 0 or no match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice would be graetly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 10:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-then-else-and-variables/m-p/418960#M155843</guid>
      <dc:creator />
      <dc:date>2013-05-29T10:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: if then else and variables</title>
      <link>https://community.qlik.com/t5/QlikView/if-then-else-and-variables/m-p/418961#M155844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it seems ok. if it is not working, you might want to check with '$' symbol and quotes appropriations. or else, if you can upload a sample application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 11:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-then-else-and-variables/m-p/418961#M155844</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-05-29T11:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: if then else and variables</title>
      <link>https://community.qlik.com/t5/QlikView/if-then-else-and-variables/m-p/418962#M155845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i put the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If (class =Variable,Variable)&lt;/P&gt;&lt;P&gt;Two value are displayed a null value and the name of the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whereas i want to display the value of the variable. and only show null if they isnt a match&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i use this code =If (class =Variable,Variable,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then both the Variable name and a 0 is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try and get an example Qlikview doc to demonstraight later on today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 12:53:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-then-else-and-variables/m-p/418962#M155845</guid>
      <dc:creator />
      <dc:date>2013-05-29T12:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: if then else and variables</title>
      <link>https://community.qlik.com/t5/QlikView/if-then-else-and-variables/m-p/418963#M155846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(class = $(variable), class)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 13:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-then-else-and-variables/m-p/418963#M155846</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2013-05-29T13:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: if then else and variables</title>
      <link>https://community.qlik.com/t5/QlikView/if-then-else-and-variables/m-p/418964#M155847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikuser14&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is giving an error on calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Iain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 13:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-then-else-and-variables/m-p/418964#M155847</guid>
      <dc:creator />
      <dc:date>2013-05-29T13:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: if then else and variables</title>
      <link>https://community.qlik.com/t5/QlikView/if-then-else-and-variables/m-p/418965#M155848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best way could be - if you can upload the sample application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 13:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-then-else-and-variables/m-p/418965#M155848</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-05-29T13:25:35Z</dc:date>
    </item>
  </channel>
</rss>

