<?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: Here's Possibly an Easy Question?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Here-s-Possibly-an-Easy-Question/m-p/736122#M475980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please post your QVW?&lt;/P&gt;&lt;P&gt;It looks like one of the variables value is Other which is being displayed in all the three variables.&lt;/P&gt;&lt;P&gt;What is the value of &lt;SPAN style="font-size: 10pt;"&gt;$(vrother) ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2014 13:52:56 GMT</pubDate>
    <dc:creator>sudeepkm</dc:creator>
    <dc:date>2014-06-24T13:52:56Z</dc:date>
    <item>
      <title>Here's Possibly an Easy Question??</title>
      <link>https://community.qlik.com/t5/QlikView/Here-s-Possibly-an-Easy-Question/m-p/736121#M475979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have three variables created and wish to use a chart with the variables as dimensions as a straight table don't want a pivot. As you can see the variables are doing the correct calculations but the names are adding "other".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlikview 2.png" class="jive-image" src="/legacyfs/online/61092_qlikview 2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension expression below. I know '&amp;amp;' is not the correct operator but how can i get the name just showing 'Other' or 'Setup' or 'Run'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=($(vrrun))&amp;amp;($(vrsetup))&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;amp;($(vrother))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;variable $(vrrun) expression is if( [description]= 'Running', 'Run', )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas??&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Here-s-Possibly-an-Easy-Question/m-p/736121#M475979</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2014-06-24T13:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Here's Possibly an Easy Question??</title>
      <link>https://community.qlik.com/t5/QlikView/Here-s-Possibly-an-Easy-Question/m-p/736122#M475980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please post your QVW?&lt;/P&gt;&lt;P&gt;It looks like one of the variables value is Other which is being displayed in all the three variables.&lt;/P&gt;&lt;P&gt;What is the value of &lt;SPAN style="font-size: 10pt;"&gt;$(vrother) ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Here-s-Possibly-an-Easy-Question/m-p/736122#M475980</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-06-24T13:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Here's Possibly an Easy Question??</title>
      <link>https://community.qlik.com/t5/QlikView/Here-s-Possibly-an-Easy-Question/m-p/736123#M475981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brett, can you post your QVW - it is a bit confusing what you are trying to achieve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Here-s-Possibly-an-Easy-Question/m-p/736123#M475981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-24T13:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Here's Possibly an Easy Question??</title>
      <link>https://community.qlik.com/t5/QlikView/Here-s-Possibly-an-Easy-Question/m-p/736124#M475982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brett,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should define your $vrother variable in the following way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;variable $(vrother) expression is if( wildmatch([description],'Running','Setup')=0, 'Other', '')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 14:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Here-s-Possibly-an-Easy-Question/m-p/736124#M475982</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2014-06-24T14:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Here's Possibly an Easy Question??</title>
      <link>https://community.qlik.com/t5/QlikView/Here-s-Possibly-an-Easy-Question/m-p/736125#M475983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry was out yesterday couldn't reply out of office. QWV is massive, but below is variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlikview 3.png" class="jive-image" src="/legacyfs/online/61156_qlikview 3.png" style="width: 620px; height: 49px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im now getting just setup time not setup plus Colo as per variable the coloum 1 expression should be over 3 hrs not 35mins 33secs. Chart looks like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlikview 4.png" class="jive-image" src="/legacyfs/online/61160_qlikview 4.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Brett&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 09:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Here-s-Possibly-an-Easy-Question/m-p/736125#M475983</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2014-06-25T09:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Here's Possibly an Easy Question??</title>
      <link>https://community.qlik.com/t5/QlikView/Here-s-Possibly-an-Easy-Question/m-p/736126#M475984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, You've got it&amp;nbsp; because you set wildmatch()=1.&lt;/P&gt;&lt;P&gt;That means [description] equal 1st expression in the list.&lt;/P&gt;&lt;P&gt;Just change it to &amp;gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 11:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Here-s-Possibly-an-Easy-Question/m-p/736126#M475984</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2014-06-25T11:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Here's Possibly an Easy Question??</title>
      <link>https://community.qlik.com/t5/QlikView/Here-s-Possibly-an-Easy-Question/m-p/736127#M475985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 12:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Here-s-Possibly-an-Easy-Question/m-p/736127#M475985</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2014-06-25T12:50:00Z</dc:date>
    </item>
  </channel>
</rss>

