<?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 Visual cue when variable is within a certain value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Visual-cue-when-variable-is-within-a-certain-value/m-p/1752334#M719481</link>
    <description>&lt;P&gt;Hi experts, hoping someone can help me.&lt;/P&gt;&lt;P&gt;I'm looking to have a visual cue/ color change when the following happens....&lt;/P&gt;&lt;P&gt;I have a variable named "new" and a variable named "old". I want my text box/expression to go green when the difference between the new and old variable is less than 3.02, else it is red.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My "new" variable is a calculation and my "old" variable is a manual entry by the customer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i assume is it just an if statement within the visual cue/ background color? any ideas would be appreciated.&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;Ciarán&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:48:38 GMT</pubDate>
    <dc:creator>BSCIknowlec</dc:creator>
    <dc:date>2024-11-15T23:48:38Z</dc:date>
    <item>
      <title>Visual cue when variable is within a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-cue-when-variable-is-within-a-certain-value/m-p/1752334#M719481</link>
      <description>&lt;P&gt;Hi experts, hoping someone can help me.&lt;/P&gt;&lt;P&gt;I'm looking to have a visual cue/ color change when the following happens....&lt;/P&gt;&lt;P&gt;I have a variable named "new" and a variable named "old". I want my text box/expression to go green when the difference between the new and old variable is less than 3.02, else it is red.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My "new" variable is a calculation and my "old" variable is a manual entry by the customer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i assume is it just an if statement within the visual cue/ background color? any ideas would be appreciated.&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;Ciarán&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-cue-when-variable-is-within-a-certain-value/m-p/1752334#M719481</guid>
      <dc:creator>BSCIknowlec</dc:creator>
      <dc:date>2024-11-15T23:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Visual cue when variable is within a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-cue-when-variable-is-within-a-certain-value/m-p/1753082#M719482</link>
      <description>&lt;P&gt;Hi, you can use an expression like: If(fabs(($(oldVarName))-($(newVarName)))&amp;lt;3.02, Green(), Red())&lt;/P&gt;&lt;P&gt;This can be in the background color or in the font color.&lt;/P&gt;&lt;P&gt;Fabs() is to consider absolute value of the difference, you can remove if you only want to validate positive changes.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 06:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-cue-when-variable-is-within-a-certain-value/m-p/1753082#M719482</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-10-16T06:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Visual cue when variable is within a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-cue-when-variable-is-within-a-certain-value/m-p/1753132#M719483</link>
      <description>&lt;P&gt;Hi Rubenmarin,&lt;/P&gt;&lt;P&gt;thank you for your response. I tried your suggestion but it didn't seem to work for me:.&lt;/P&gt;&lt;P&gt;this is your expression with my variables:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BSCIknowlec_0-1602837801017.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42422i9787F5563C4C60CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BSCIknowlec_0-1602837801017.png" alt="BSCIknowlec_0-1602837801017.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then my "UGBL"(old) variable is dynamic so the user can enter in whatever they want:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BSCIknowlec_1-1602837865817.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42423i99103F876A90FC74/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BSCIknowlec_1-1602837865817.png" alt="BSCIknowlec_1-1602837865817.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then the calculated UGBL(new variable) in my table should go green/red, but it doesn't. any ideas?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BSCIknowlec_2-1602837926200.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42424i06B421E2D20ABC0E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BSCIknowlec_2-1602837926200.png" alt="BSCIknowlec_2-1602837926200.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 08:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-cue-when-variable-is-within-a-certain-value/m-p/1753132#M719483</guid>
      <dc:creator>BSCIknowlec</dc:creator>
      <dc:date>2020-10-16T08:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Visual cue when variable is within a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-cue-when-variable-is-within-a-certain-value/m-p/1753326#M719484</link>
      <description>&lt;P&gt;Just making sure, you are entering that formula into either the Background Color or Text Color property of the expression?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="benvatvandata_0-1602868689310.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42486iD151FB816CC42C42/image-size/medium?v=v2&amp;amp;px=400" role="button" title="benvatvandata_0-1602868689310.png" alt="benvatvandata_0-1602868689310.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What other fields are in your table (if any)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 17:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-cue-when-variable-is-within-a-certain-value/m-p/1753326#M719484</guid>
      <dc:creator>benvatvandata</dc:creator>
      <dc:date>2020-10-16T17:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Visual cue when variable is within a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-cue-when-variable-is-within-a-certain-value/m-p/1754010#M719485</link>
      <description>&lt;P&gt;im entering it in both but not seeing any changes in the output of the text&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 09:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-cue-when-variable-is-within-a-certain-value/m-p/1754010#M719485</guid>
      <dc:creator>BSCIknowlec</dc:creator>
      <dc:date>2020-10-20T09:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Visual cue when variable is within a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-cue-when-variable-is-within-a-certain-value/m-p/1756371#M719486</link>
      <description>&lt;P&gt;You may have typo in your variable from what I noticed, calculated is spelled caluclated, that may be why it is not working....&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 16:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-cue-when-variable-is-within-a-certain-value/m-p/1756371#M719486</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-10-27T16:47:21Z</dc:date>
    </item>
  </channel>
</rss>

