<?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: Dynamic Chart Selection , Hide/Unhide based on multiple selection in LIST BOX in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636378#M233405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more change:&lt;/P&gt;&lt;P&gt;GetSelectedCount(id)&amp;gt;0 and Index(concat(DISTINCT id),1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will get you what you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 May 2014 17:17:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-16T17:17:49Z</dc:date>
    <item>
      <title>Dynamic Chart Selection , Hide/Unhide based on multiple selection in LIST BOX</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636367#M233394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a new user and I am doing a POC for a client using a personal edition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box with a field id and id has 8 values:1,2,3,4,5,6,7,8 respectively and I have 8 charts for each. If I select then Chart1 should be displayed and rest all should be hidden and if I select 2 then Chart 2 should be displayed and rest all be hidden and so forth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most Importantly, if a user selects say id=1,2,3,4 then chart1,chart2,chart3 andchart4 should be displayed and rest all should be hidden, could one please help me how to do this. This is really important , Please help ASAP&lt;/P&gt;&lt;P&gt;I have a&amp;nbsp; personal edition and I might not be able to download and use any other Qlikview file other than the ones I create.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 15:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636367#M233394</guid>
      <dc:creator />
      <dc:date>2014-05-16T15:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Chart Selection , Hide/Unhide based on multiple selection in LIST BOX</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636368#M233395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Ronak&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The getfieldselection() function will return all the selected values for field in a delimited format, that you can then manipulate and use for your Chart show / hides.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 16:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636368#M233395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-16T16:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Chart Selection , Hide/Unhide based on multiple selection in LIST BOX</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636369#M233396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, can you please give me an example? If I select multiple id's say id=1,2,3 then what would getfieldselections return and how to use it to display 3 corresponding charts? I have started qlikview only 3 days back&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 16:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636369#M233396</guid>
      <dc:creator />
      <dc:date>2014-05-16T16:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Chart Selection , Hide/Unhide based on multiple selection in LIST BOX</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636370#M233397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Rohan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Presonally I would do it with buttons, variables and actions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This post by &lt;A href="https://community.qlik.com/qlik-users/4484"&gt;Steve Dark&lt;/A&gt; and link to his blog explains it well and has a sample qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; community.qlik.com/docs/DOC-4289&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 16:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636370#M233397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-16T16:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Chart Selection , Hide/Unhide based on multiple selection in LIST BOX</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636371#M233398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, can you please give me an example? If I select multiple id's say id=1,2,3 then what would getfieldselections return and how to use it to display 3 corresponding charts? I have started qlikview only 3 days back&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 16:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636371#M233398</guid>
      <dc:creator />
      <dc:date>2014-05-16T16:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Chart Selection , Hide/Unhide based on multiple selection in LIST BOX</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636372#M233399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right Click chart &amp;gt; Properties &amp;gt; Layout &amp;gt; Conditional Show and then use this expression&lt;/P&gt;&lt;P&gt;For Table1:&lt;/P&gt;&lt;P&gt;Index(GetFieldSelections (Field),1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here Field is the one with numbers 1,2,3,...8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for Table2:&lt;/P&gt;&lt;P&gt;Index(GetFieldSelections (Field),2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 16:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636372#M233399</guid>
      <dc:creator />
      <dc:date>2014-05-16T16:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Chart Selection , Hide/Unhide based on multiple selection in LIST BOX</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636373#M233400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ajay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for your reply. It really helped a lot but I still am facing an issue with this though, when I select say id={1,2,3,4,5,6} it works fine and 6 different bar charts show up but when I do it for more than 6 id's say 7 0r 8 id's then it does not work properly and I get 3 random charts. Is there any way this can be worked around or if user can be restricted to say select a maximum of 4 id's at a time and my apologies I am actually using a multi-box with id as one of the fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 16:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636373#M233400</guid>
      <dc:creator />
      <dc:date>2014-05-16T16:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Chart Selection , Hide/Unhide based on multiple selection in LIST BOX</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636374#M233401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you attach your sample file I can take a look at it and see whats going on. It should work for any number of charts.&lt;/P&gt;&lt;P&gt;Edit: I take it back. It should work fine from 1 to 9 chats. So in your case it should work since you have only 8. Please attach your file if possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 16:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636374#M233401</guid>
      <dc:creator />
      <dc:date>2014-05-16T16:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Dynamic Chart Selection , Hide/Unhide based on multiple selection in LIST BOX</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636375#M233402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello Ajay ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached the sample file for your reference&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 17:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636375#M233402</guid>
      <dc:creator />
      <dc:date>2014-05-16T17:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Dynamic Chart Selection , Hide/Unhide based on multiple selection in LIST BOX</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636376#M233403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Also, I am using personal edition so I would not be able to use any files except the ones I create because in personal edition collaboration is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Ronak Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 17:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636376#M233403</guid>
      <dc:creator />
      <dc:date>2014-05-16T17:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Chart Selection , Hide/Unhide based on multiple selection in LIST BOX</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636377#M233404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Index(concat(DISTINCT id),1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this please. I forgot that Getfieldselection has a limit of 6. Sorry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 17:13:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636377#M233404</guid>
      <dc:creator />
      <dc:date>2014-05-16T17:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Chart Selection , Hide/Unhide based on multiple selection in LIST BOX</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636378#M233405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more change:&lt;/P&gt;&lt;P&gt;GetSelectedCount(id)&amp;gt;0 and Index(concat(DISTINCT id),1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will get you what you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 17:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636378#M233405</guid>
      <dc:creator />
      <dc:date>2014-05-16T17:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Dynamic Chart Selection , Hide/Unhide based on multiple selection in LIST BOX</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636379#M233406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello Ajay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much. It worked like magic. I have one more question if you do not mind. Is there any way to restrict user selection here, say to a maximum of 4 id's at any given point of time, it can be anything {1,3,5,6} or {1,2,3,4}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 17:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636379#M233406</guid>
      <dc:creator />
      <dc:date>2014-05-16T17:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Chart Selection , Hide/Unhide based on multiple selection in LIST BOX</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636380#M233407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi or just use index(concat(id),x) x for the number in your bar 1 to 8 in your example. Works in your attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 17:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636380#M233407</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2014-05-16T17:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Chart Selection , Hide/Unhide based on multiple selection in LIST BOX</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636381#M233408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure. You can tweak it a little like &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GetSelectedCount(id)&amp;gt;0 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GetSelectedCount(id)&lt;/SPAN&gt;&amp;lt;5 and Index(concat(DISTINCT id),1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you can add a help text to display message as 'Select max 4 values'&lt;/P&gt;&lt;P&gt;This can be done in &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Test.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58987_Test.png" style="width: 620px; height: 409px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 17:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636381#M233408</guid>
      <dc:creator />
      <dc:date>2014-05-16T17:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Chart Selection , Hide/Unhide based on multiple selection in LIST BOX</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636382#M233409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ajay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much , your solution worked like a charm. I actually had posted one more question on the forum, is it possible for you to have a quick look at it ? Here is the link &lt;A _jive_internal="true" href="https://community.qlik.com/thread/118761"&gt;http://community.qlik.com/thread/118761&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate your help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ronak Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 18:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636382#M233409</guid>
      <dc:creator />
      <dc:date>2014-05-16T18:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Chart Selection , Hide/Unhide based on multiple selection in LIST BOX</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636383#M233410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thank you Staffan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I actually had posted one more question on the forum, is it possible for you to have a quick look at it ? Here is the link &lt;A _jive_internal="true" data-containerid="2051" data-containertype="14" data-objectid="118761" data-objecttype="1" href="https://community.qlik.com/thread/118761"&gt;http://community.qlik.com/thread/118761&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate your help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ronak Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 18:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Selection-Hide-Unhide-based-on-multiple-selection/m-p/636383#M233410</guid>
      <dc:creator />
      <dc:date>2014-05-16T18:24:31Z</dc:date>
    </item>
  </channel>
</rss>

