<?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: Toggling cyclic group value from button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Toggling-cyclic-group-value-from-button/m-p/1592050#M738835</link>
    <description>&lt;P&gt;Hi Martin, Thank you so much. your solution worked.&lt;/P&gt;&lt;P&gt;I removed the field names from cyclic group and only kept the following expression&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;=if($(vButton)=1,DIM A,if($(vButton)=2,DIM B,DIM C))&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;And with&amp;nbsp; the button the dimensions are changing. Thank you.&lt;/P&gt;&lt;P&gt;One thing , if i want to show the value of this Dimension in text box , how do i do it.&lt;/P&gt;&lt;P&gt;=GetCurrentField(groupname)&amp;nbsp; - this expression does not return value , it is returning above expression of cyclic group.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jun 2019 12:09:08 GMT</pubDate>
    <dc:creator>ashis</dc:creator>
    <dc:date>2019-06-14T12:09:08Z</dc:date>
    <item>
      <title>Toggling cyclic group value from button</title>
      <link>https://community.qlik.com/t5/QlikView/Toggling-cyclic-group-value-from-button/m-p/1592009#M738832</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am trying to create a cyclic group using 3 dimension , for example Dim A, Dim B and Dim C and giving a name to group Dynamic.&lt;/P&gt;&lt;P&gt;Is there any way i can toggle the value of the cyclic group using button. Like when i click on the button the value of Dynamic group would change from Dim A to Dim B then again on click it will change to Dim C.&lt;/P&gt;&lt;P&gt;is there any way to achieve it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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/Toggling-cyclic-group-value-from-button/m-p/1592009#M738832</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Toggling cyclic group value from button</title>
      <link>https://community.qlik.com/t5/QlikView/Toggling-cyclic-group-value-from-button/m-p/1592020#M738833</link>
      <description>&lt;P&gt;jQuery also provides an animation method named .toggle() that toggles the visibility of elements &lt;A href="https://krogerfeedback.me/www-krogerfeedback-com-get-fuel-points-kroger-feedback/" target="_self"&gt;&lt;FONT color="#333333"&gt;kroger feedback&lt;/FONT&gt;&lt;/A&gt;&lt;FONT color="#333333"&gt;.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 10:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Toggling-cyclic-group-value-from-button/m-p/1592020#M738833</guid>
      <dc:creator>Sloan258</dc:creator>
      <dc:date>2019-06-14T10:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Toggling cyclic group value from button</title>
      <link>https://community.qlik.com/t5/QlikView/Toggling-cyclic-group-value-from-button/m-p/1592043#M738834</link>
      <description>&lt;P&gt;Hi Ashissau,&lt;BR /&gt;yes, it is.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;create variable (i.e. vButton), assign default value to 1&lt;/LI&gt;&lt;LI&gt;create button with action - set variable, variable: vButton, value: =if($(vButton)=1,2,if($(vButton)=2,3,1))&lt;/LI&gt;&lt;LI&gt;create cyclic group (Edit groups) with 3 Used Fields and&lt;UL&gt;&lt;LI&gt;=if($(vButton)=1,DIM A,if($(vButton)=2,DIM B,DIM C))&lt;/LI&gt;&lt;LI&gt;=if($(vButton)=1,DIM A,if($(vButton)=2,DIM B,DIM C))&lt;/LI&gt;&lt;LI&gt;=if($(vButton)=1,DIM A,if($(vButton)=2,DIM B,DIM C))&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Press the button to see, how your cyclic dimension is being changed in chart, pivot table, etc.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 11:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Toggling-cyclic-group-value-from-button/m-p/1592043#M738834</guid>
      <dc:creator>mato32188</dc:creator>
      <dc:date>2019-06-14T11:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Toggling cyclic group value from button</title>
      <link>https://community.qlik.com/t5/QlikView/Toggling-cyclic-group-value-from-button/m-p/1592050#M738835</link>
      <description>&lt;P&gt;Hi Martin, Thank you so much. your solution worked.&lt;/P&gt;&lt;P&gt;I removed the field names from cyclic group and only kept the following expression&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;=if($(vButton)=1,DIM A,if($(vButton)=2,DIM B,DIM C))&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;And with&amp;nbsp; the button the dimensions are changing. Thank you.&lt;/P&gt;&lt;P&gt;One thing , if i want to show the value of this Dimension in text box , how do i do it.&lt;/P&gt;&lt;P&gt;=GetCurrentField(groupname)&amp;nbsp; - this expression does not return value , it is returning above expression of cyclic group.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 12:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Toggling-cyclic-group-value-from-button/m-p/1592050#M738835</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2019-06-14T12:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Toggling cyclic group value from button</title>
      <link>https://community.qlik.com/t5/QlikView/Toggling-cyclic-group-value-from-button/m-p/1592059#M738836</link>
      <description>&lt;P&gt;I found a way to show this inside text box .&lt;/P&gt;&lt;P&gt;This same expression would do&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;=if($(vButton)=1,DIM A,if($(vButton)=2,DIM B,DIM C))&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks again .&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 12:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Toggling-cyclic-group-value-from-button/m-p/1592059#M738836</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2019-06-14T12:27:39Z</dc:date>
    </item>
  </channel>
</rss>

