<?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 Need to associate cyclic group using a list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-associate-cyclic-group-using-a-list-box/m-p/1593360#M739006</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have created a cyclic group using 3 dimensions , for example Dim A, Dim B and Dim C and giving a name to group Dynamic.&lt;BR /&gt;I am using this cyclic group in couple of my charts.&lt;BR /&gt;Now with the help of one button i am toggling the values,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;Below is the logic i am using;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;create variable (i.e. vButton), assign default value to 1&lt;BR /&gt;create button with action - set variable, variable: vButton, value: =if($(vButton)=1,2,if($(vButton)=2,3,1))&lt;BR /&gt;create cyclic group (Edit groups) with 3 Used Fields and&lt;BR /&gt;=if($(vButton)=1,DIM A,if($(vButton)=2,DIM B,DIM C))&lt;/P&gt;&lt;P&gt;Now my requirement is , i want to create a list box consist of Dim A,Dim B and Dim C and&lt;BR /&gt;select dimension values from list box instead of togging using button.&lt;BR /&gt;So i created a inline table&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;ValueList, Flag&lt;BR /&gt;Dim A,1&lt;BR /&gt;Dim B,2&lt;BR /&gt;Dim C,3&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;and created a list box ValueList, now the challenge is to associate Value of ValueList with actual Dimensions .&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 20:38:08 GMT</pubDate>
    <dc:creator>ashis</dc:creator>
    <dc:date>2024-11-16T20:38:08Z</dc:date>
    <item>
      <title>Need to associate cyclic group using a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-associate-cyclic-group-using-a-list-box/m-p/1593360#M739006</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have created a cyclic group using 3 dimensions , for example Dim A, Dim B and Dim C and giving a name to group Dynamic.&lt;BR /&gt;I am using this cyclic group in couple of my charts.&lt;BR /&gt;Now with the help of one button i am toggling the values,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;Below is the logic i am using;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;create variable (i.e. vButton), assign default value to 1&lt;BR /&gt;create button with action - set variable, variable: vButton, value: =if($(vButton)=1,2,if($(vButton)=2,3,1))&lt;BR /&gt;create cyclic group (Edit groups) with 3 Used Fields and&lt;BR /&gt;=if($(vButton)=1,DIM A,if($(vButton)=2,DIM B,DIM C))&lt;/P&gt;&lt;P&gt;Now my requirement is , i want to create a list box consist of Dim A,Dim B and Dim C and&lt;BR /&gt;select dimension values from list box instead of togging using button.&lt;BR /&gt;So i created a inline table&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;ValueList, Flag&lt;BR /&gt;Dim A,1&lt;BR /&gt;Dim B,2&lt;BR /&gt;Dim C,3&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;and created a list box ValueList, now the challenge is to associate Value of ValueList with actual Dimensions .&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-associate-cyclic-group-using-a-list-box/m-p/1593360#M739006</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2024-11-16T20:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need to associate cyclic group using a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-associate-cyclic-group-using-a-list-box/m-p/1593555#M739007</link>
      <description>&lt;P&gt;Such a cyclic group is a native feature in QlikView and therefore you don't need to rebuild the logic. Within the document-properties is a tab groups and it could be also accessed from the dimension-tab (bottom left) within the objects.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 11:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-associate-cyclic-group-using-a-list-box/m-p/1593555#M739007</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-06-19T11:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need to associate cyclic group using a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-associate-cyclic-group-using-a-list-box/m-p/1593563#M739008</link>
      <description>&lt;P&gt;Would you be able to share a sample file where you might have been testing this? It might be easy to help with a sample&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 12:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-associate-cyclic-group-using-a-list-box/m-p/1593563#M739008</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-19T12:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need to associate cyclic group using a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-associate-cyclic-group-using-a-list-box/m-p/1593895#M739009</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thank you for your reply. I have limitation of sharing file. Anyway i have found alternative way to get this done. Just like&amp;nbsp;&lt;/P&gt;&lt;P&gt;creating listbox in Adhoc reporting.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 04:49:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-associate-cyclic-group-using-a-list-box/m-p/1593895#M739009</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2019-06-20T04:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need to associate cyclic group using a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-associate-cyclic-group-using-a-list-box/m-p/1593896#M739010</link>
      <description>&lt;P&gt;Thank you Marcus, i wanted to put group in listbox in different way.&lt;/P&gt;&lt;P&gt;Thank you for your suggestion.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 04:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-associate-cyclic-group-using-a-list-box/m-p/1593896#M739010</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2019-06-20T04:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need to associate cyclic group using a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-associate-cyclic-group-using-a-list-box/m-p/1594055#M739011</link>
      <description>&lt;P&gt;Super&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 10:12:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-associate-cyclic-group-using-a-list-box/m-p/1594055#M739011</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-20T10:12:44Z</dc:date>
    </item>
  </channel>
</rss>

