<?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: Get selected value from multibox, in a chart expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-selected-value-from-multibox-in-a-chart-expression/m-p/3738#M792307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can be achievable, Would you like to share some sample application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jan 2018 14:01:53 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2018-01-19T14:01:53Z</dc:date>
    <item>
      <title>Get selected value from multibox, in a chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-value-from-multibox-in-a-chart-expression/m-p/3737#M792306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a multibox with which I can select a work cycle(cycle1, cycle2 and cycle3). How can I get the value selected in the multibox for the cycle field and then use it in a chart expression? I have to change the value of a field called "working days" in the said chart(Pivot table) depending on the selected cycle value. &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/Get-selected-value-from-multibox-in-a-chart-expression/m-p/3737#M792306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get selected value from multibox, in a chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-value-from-multibox-in-a-chart-expression/m-p/3738#M792307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can be achievable, Would you like to share some sample application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 14:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-value-from-multibox-in-a-chart-expression/m-p/3738#M792307</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-19T14:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Get selected value from multibox, in a chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-value-from-multibox-in-a-chart-expression/m-p/3739#M792308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;retrieve the values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat(distinct &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;work_cycle, ',')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;use it on chart (set analysis for example):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt; work_cycle={$(&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;=Concat(distinct &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;work_cycle, ',')&lt;/STRONG&gt;&lt;/SPAN&gt;)}&amp;nbsp; &amp;gt;} [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;working days]&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 14:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-value-from-multibox-in-a-chart-expression/m-p/3739#M792308</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-01-19T14:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Get selected value from multibox, in a chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-value-from-multibox-in-a-chart-expression/m-p/3740#M792309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum({&amp;lt; work_cycle={"=Concat(distinct &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;work_cycle, ',')&lt;/SPAN&gt;"}&amp;nbsp; &amp;gt;} Value) basically sums all Values that have the work_cycle value equal to the value selected in my multibox right? How do I use "=Concat(distinct work_cycle, ',')" in an If? &lt;BR /&gt;I'm looking for something like if( $(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;=Concat(distinct &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;work_cycle, ',')&lt;/SPAN&gt;) = 'Cycle1', do_stuff, do_else_stuff)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 14:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-value-from-multibox-in-a-chart-expression/m-p/3740#M792309</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-19T14:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Get selected value from multibox, in a chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-value-from-multibox-in-a-chart-expression/m-p/3741#M792310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(WildMatch(&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;Concat(distinct &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;work_cycle, ',')&lt;/SPAN&gt;,'*Value*'), '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;do_stuff&lt;/SPAN&gt;','dont do stuff')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 14:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-value-from-multibox-in-a-chart-expression/m-p/3741#M792310</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-01-19T14:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Get selected value from multibox, in a chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-value-from-multibox-in-a-chart-expression/m-p/3742#M792311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's it! Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 14:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-value-from-multibox-in-a-chart-expression/m-p/3742#M792311</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-19T14:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Get selected value from multibox, in a chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-value-from-multibox-in-a-chart-expression/m-p/3743#M792312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 14:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-value-from-multibox-in-a-chart-expression/m-p/3743#M792312</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-01-19T14:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Get selected value from multibox, in a chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-value-from-multibox-in-a-chart-expression/m-p/1617947#M792313</link>
      <description>&lt;P&gt;Is work_cycle the Object ID of the multi box? When I use the object id in the function&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;Concat(distinct&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;MB01, ','), it doesn't work. Thanks in advance.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 21:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-value-from-multibox-in-a-chart-expression/m-p/1617947#M792313</guid>
      <dc:creator>maheshakula02</dc:creator>
      <dc:date>2019-08-28T21:55:32Z</dc:date>
    </item>
  </channel>
</rss>

