<?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: Button Action to show only selected Color Limit Expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Button-Action-to-show-only-selected-Color-Limit-Expressions/m-p/1747797#M721746</link>
    <description>&lt;P&gt;dont know your full context but you could try soemthing like below&lt;/P&gt;&lt;P&gt;&amp;nbsp;variables per color e.g. vShowRed ,vShowGreen, vShowYellow&lt;/P&gt;&lt;P&gt;buttons will toggle variables between 1 (show) and 0&lt;/P&gt;&lt;P&gt;then your dimension declare using the an expression like below&lt;/P&gt;&lt;P&gt;if(Sum(Expense)&amp;lt;5 and $(vShowRed )=1, DIMENSION,&lt;/P&gt;&lt;P&gt;if(Sum(Expense)&amp;gt;=5 and Sum(Expense)&amp;lt;=10 and $(vShowGreen)=1, DIMENSION,&lt;/P&gt;&lt;P&gt;if(Sum(Expense)&amp;gt;10 and and $(vShowYellow)=1, DIMENSION))&lt;/P&gt;&lt;P&gt;show when null should be turned off.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please note if conditions can degrade performance (especially if data size is high). if possible try to move the conditions to set analysis or the script. need more detail to judge if it can be&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 16:04:02 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2020-09-28T16:04:02Z</dc:date>
    <item>
      <title>Button Action to show only selected Color Limit Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Action-to-show-only-selected-Color-Limit-Expressions/m-p/1747787#M721745</link>
      <description>&lt;P&gt;I have this expression in a straight table and Color assigned to the Text based on my limits:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if(Sum(Expense)&amp;lt;5, Red(),&lt;/P&gt;&lt;P&gt;if(Sum(Expense)&amp;gt;=5 and if(Sum(Expense)&amp;lt;=10, Green(),&lt;/P&gt;&lt;P&gt;if(Sum(Expense)&amp;gt;10, Yellow()))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to create buttons to select these conditions.&lt;/P&gt;&lt;P&gt;Clicking Button1 should only show rows with Red color&lt;/P&gt;&lt;P&gt;Clicking Button2 should show rows with Green and clickign Button3 should show rowns only with Yello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I do this?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Action-to-show-only-selected-Color-Limit-Expressions/m-p/1747787#M721745</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2024-11-16T18:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Button Action to show only selected Color Limit Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Action-to-show-only-selected-Color-Limit-Expressions/m-p/1747797#M721746</link>
      <description>&lt;P&gt;dont know your full context but you could try soemthing like below&lt;/P&gt;&lt;P&gt;&amp;nbsp;variables per color e.g. vShowRed ,vShowGreen, vShowYellow&lt;/P&gt;&lt;P&gt;buttons will toggle variables between 1 (show) and 0&lt;/P&gt;&lt;P&gt;then your dimension declare using the an expression like below&lt;/P&gt;&lt;P&gt;if(Sum(Expense)&amp;lt;5 and $(vShowRed )=1, DIMENSION,&lt;/P&gt;&lt;P&gt;if(Sum(Expense)&amp;gt;=5 and Sum(Expense)&amp;lt;=10 and $(vShowGreen)=1, DIMENSION,&lt;/P&gt;&lt;P&gt;if(Sum(Expense)&amp;gt;10 and and $(vShowYellow)=1, DIMENSION))&lt;/P&gt;&lt;P&gt;show when null should be turned off.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please note if conditions can degrade performance (especially if data size is high). if possible try to move the conditions to set analysis or the script. need more detail to judge if it can be&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Action-to-show-only-selected-Color-Limit-Expressions/m-p/1747797#M721746</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2020-09-28T16:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Button Action to show only selected Color Limit Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Action-to-show-only-selected-Color-Limit-Expressions/m-p/1747813#M721747</link>
      <description>&lt;P&gt;Doing this at Dimension level gives out 'Error in Calculation' even though it is correct.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Action-to-show-only-selected-Color-Limit-Expressions/m-p/1747813#M721747</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2020-09-28T16:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Button Action to show only selected Color Limit Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Action-to-show-only-selected-Color-Limit-Expressions/m-p/1754477#M721748</link>
      <description>&lt;P&gt;Will likely be most helpful if you can attach an example QVW which has the setup and your expected output.&amp;nbsp; I believe the other option would be to use Actions to make the selections based upon the expression though, here is Help link regarding Actions:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Button2.htm#anchor-4" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Button2.htm#anchor-4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Not exactly sure how to make this work, but hopefully this may give you another approach to try.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 12:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Action-to-show-only-selected-Color-Limit-Expressions/m-p/1754477#M721748</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-10-21T12:47:36Z</dc:date>
    </item>
  </channel>
</rss>

