<?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: Make a variable equal to a value range (0-100) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Make-a-variable-equal-to-a-value-range-0-100/m-p/1743498#M721064</link>
    <description>&lt;P&gt;Looking great work dear, I really appreciated to you on this quality work. Nice post!!&lt;/P&gt;</description>
    <pubDate>Mon, 14 Sep 2020 09:15:48 GMT</pubDate>
    <dc:creator>PerkyBadger</dc:creator>
    <dc:date>2020-09-14T09:15:48Z</dc:date>
    <item>
      <title>Make a variable equal to a value range (0-100)</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-variable-equal-to-a-value-range-0-100/m-p/1742994#M721052</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to make a line chart:&amp;nbsp; X axis is a variable(0-100), Y axis is a value changed with the variable of X axis.&lt;/P&gt;&lt;P&gt;How can I make the variable be a value range(0-100)?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nora104_0-1599795109258.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40378i3374896E37992AEF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nora104_0-1599795109258.png" alt="Nora104_0-1599795109258.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-variable-equal-to-a-value-range-0-100/m-p/1742994#M721052</guid>
      <dc:creator>Nora104</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Make a variable equal to a value range (0-100)</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-variable-equal-to-a-value-range-0-100/m-p/1743367#M721054</link>
      <description>&lt;P&gt;Hi, I'm not sure of what data you have... In the Axis tab of the chart you can se a static min and stactic max.&lt;/P&gt;&lt;P&gt;You can use a variable to set any of the values using &lt;STRONG&gt;$(VariableName)&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Also you can use an expression like Max([Expression_For_X_Axis]) to set the static max. Use Min() for the static min.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2020 07:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-variable-equal-to-a-value-range-0-100/m-p/1743367#M721054</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-09-13T07:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Make a variable equal to a value range (0-100)</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-variable-equal-to-a-value-range-0-100/m-p/1743422#M721058</link>
      <description>&lt;P&gt;Are you looking something like this? For example, Y=Sin(X) where X = 0 to 100&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;tab1:
LOAD IterNo() As X, Sin(IterNo()) As Y
AutoGenerate 1
While IterNo()&amp;lt;=100
;&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commQV73.PNG" style="width: 761px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40446iB7CFE8131F56A651/image-size/large?v=v2&amp;amp;px=999" role="button" title="commQV73.PNG" alt="commQV73.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 04:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-variable-equal-to-a-value-range-0-100/m-p/1743422#M721058</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-09-14T04:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Make a variable equal to a value range (0-100)</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-variable-equal-to-a-value-range-0-100/m-p/1743498#M721064</link>
      <description>&lt;P&gt;Looking great work dear, I really appreciated to you on this quality work. Nice post!!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 09:15:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-variable-equal-to-a-value-range-0-100/m-p/1743498#M721064</guid>
      <dc:creator>PerkyBadger</dc:creator>
      <dc:date>2020-09-14T09:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Make a variable equal to a value range (0-100)</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-variable-equal-to-a-value-range-0-100/m-p/1743843#M721067</link>
      <description>&lt;P&gt;It is just what I want. But I wonder if it can be done by variable so that the max value 100 can be changed easily. But I guess this way is good enough for my use.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 07:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-variable-equal-to-a-value-range-0-100/m-p/1743843#M721067</guid>
      <dc:creator>Nora104</dc:creator>
      <dc:date>2020-09-15T07:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Make a variable equal to a value range (0-100)</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-variable-equal-to-a-value-range-0-100/m-p/1743845#M721069</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;But I am a little confused. I don't know whether what you say can solve my problem.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 07:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-variable-equal-to-a-value-range-0-100/m-p/1743845#M721069</guid>
      <dc:creator>Nora104</dc:creator>
      <dc:date>2020-09-15T07:37:21Z</dc:date>
    </item>
  </channel>
</rss>

