<?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: Re: Conditional Display of a value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-a-value/m-p/694427#M1074585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attched&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Aug 2014 05:03:53 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2014-08-01T05:03:53Z</dc:date>
    <item>
      <title>Conditional Display of a value</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-a-value/m-p/694422#M1074580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i have a table with two columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&amp;nbsp; B&lt;/P&gt;&lt;P&gt;X&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;Y&amp;nbsp; 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when i try to display 10 in a text box using IF ELSE it works only when i select X in the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what i want is to display 2 values in 2 boxes.&lt;/P&gt;&lt;P&gt;First box should have 10 and second as 20. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used IF ELSE but it shows '-' at all times and shows correct only in one box when the respective Column A value 'X' or 'Y' is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if it is dumb question &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 02:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Display-of-a-value/m-p/694422#M1074580</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-08-01T02:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Display of a value</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-a-value/m-p/694423#M1074581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand your question correctly, set analysis is your friend here. If you look at the expressions for the text boxes in the example, the code inside the braces tells one box to always act as if X is selected and the other to always act as if Y is, ignoring what is actually chosen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 03:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Display-of-a-value/m-p/694423#M1074581</guid>
      <dc:creator />
      <dc:date>2014-08-01T03:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Display of a value</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-a-value/m-p/694424#M1074582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You may have to use Only function with your IF condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only(If(A='X', B)) =&amp;gt; 10&lt;/P&gt;&lt;P&gt;=Only(If(A='Y', B)) =&amp;gt; 20&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 03:14:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Display-of-a-value/m-p/694424#M1074582</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-01T03:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Display of a value</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-a-value/m-p/694425#M1074583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael.&lt;/P&gt;&lt;P&gt;I have used the similar one but it does not work for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also can you please explain why we use max in the formula.&lt;/P&gt;&lt;P&gt;It works well with your example but not in my scenario &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also What if I have more number of rows like A, B, C , D ....&lt;/P&gt;&lt;P&gt;Thanks heaps for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 04:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Display-of-a-value/m-p/694425#M1074583</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-08-01T04:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Display of a value</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-a-value/m-p/694426#M1074584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=only({&amp;lt;A={'x'}&amp;gt;}B)&lt;/P&gt;&lt;P&gt;=only({&amp;lt;A={'y'}&amp;gt;}B)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Dharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 04:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Display-of-a-value/m-p/694426#M1074584</guid>
      <dc:creator>dharmarasu</dc:creator>
      <dc:date>2014-08-01T04:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Conditional Display of a value</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Display-of-a-value/m-p/694427#M1074585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attched&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 05:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Display-of-a-value/m-p/694427#M1074585</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-08-01T05:03:53Z</dc:date>
    </item>
  </channel>
</rss>

