<?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 Slider Object for Texts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Slider-Object-for-Texts/m-p/1314304#M826389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can a slider object be created for storing texts such as Min, Max, Avg and so on. As I want to make dynamic expressions to calculate Min or Max with the help of Variable set as per slider object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input Box can be created for this purpose easily. But&amp;nbsp; if a slider object can be created, then can you please guide me accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please guide me whether variable can be used for such functions such as Min, Max or Avg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>manpri7078</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Slider Object for Texts</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Object-for-Texts/m-p/1314304#M826389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can a slider object be created for storing texts such as Min, Max, Avg and so on. As I want to make dynamic expressions to calculate Min or Max with the help of Variable set as per slider object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input Box can be created for this purpose easily. But&amp;nbsp; if a slider object can be created, then can you please guide me accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please guide me whether variable can be used for such functions such as Min, Max or Avg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Object-for-Texts/m-p/1314304#M826389</guid>
      <dc:creator>manpri7078</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Slider Object for Texts</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Object-for-Texts/m-p/1314305#M826390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;The problem with using a slider object for your purpose is that you can only use it to control a numerical variable. You can't create it with three positions 'Max','Min' &amp;amp; 'Avg'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let HidePrefix = '%';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ChartMeasures:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;%ChartMeasure&lt;/P&gt;&lt;P&gt;Min,&lt;/P&gt;&lt;P&gt;Max,&lt;/P&gt;&lt;P&gt;Avg&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a listbox for &lt;SPAN style="font-size: 13.3333px;"&gt;%ChartMeasure. Make it for &lt;EM&gt;One Selected Value Only&lt;/EM&gt;. Styling it as LED looks good for this purpose.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Add this textbox and see how the result changes as you make selections in the chart measure listbox:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=Pick(Match(%ChartMeasure,'Min','Max','Avg'),&lt;/P&gt;&lt;P&gt;Min(Expression1),&lt;/P&gt;&lt;P&gt;Max(Expression1),&lt;/P&gt;&lt;P&gt;Avg(Expression1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 10:54:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Object-for-Texts/m-p/1314305#M826390</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-07-17T10:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Slider Object for Texts</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Object-for-Texts/m-p/1314306#M826391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your guidance. I am now able to accomplish my desired task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 04:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Object-for-Texts/m-p/1314306#M826391</guid>
      <dc:creator>manpri7078</dc:creator>
      <dc:date>2017-07-18T04:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Slider Object for Texts</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Object-for-Texts/m-p/1314307#M826392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;Very pleased to have been able to help.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 05:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Object-for-Texts/m-p/1314307#M826392</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-07-18T05:50:10Z</dc:date>
    </item>
  </channel>
</rss>

