<?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: Re: cross tab requirement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/cross-tab-requirement/m-p/708043#M1084479</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can see in my solution that I used straight table (not pivot) and created 4 expression (instead one) to calculate your metrics. But you tried to use synthetic dimension. Probably it was a cause of problem.&lt;/P&gt;&lt;P&gt;To show all month for Person3, try to select Show all values for PCD Month Abbr on dimension tab and deselect Suppress zero values on Presentation tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2014 02:01:08 GMT</pubDate>
    <dc:creator>SergeyMak</dc:creator>
    <dc:date>2014-06-20T02:01:08Z</dc:date>
    <item>
      <title>cross tab requirement</title>
      <link>https://community.qlik.com/t5/QlikView/cross-tab-requirement/m-p/708035#M1084471</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;I have a cross tab requirement to get the #projects based on the status of project by Month. This should always show the latest available rolling window of 12 months and the report should not be variant to the selections of Month,year,quarter. I did came up with logic in load script to flag each project based on the status and a flag to identify the latest available 12 months and a computed dimension for the 4 metrics that you see on Y- axis in the below screenshot using valuelist function.&lt;/P&gt;&lt;P&gt;Ive used the following expression to calculate the metrics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the problems that Im facing...&lt;/P&gt;&lt;P&gt;--&amp;gt;Report is changing if I make selections in year/quarter/month list boxes&lt;/P&gt;&lt;P&gt;--&amp;gt;if we don't have data to a specific selection report isn't showing any data (im expecting 0&amp;nbsp; or blank or -)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt; text-decoration: underline;"&gt;&lt;STRONG&gt;Expression:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ValueList&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Total Number Of Projects', 'Total Number Of Discretionary Projects',&amp;nbsp; 'Total Number Of KTLO Projects', 'Total Number Of Completed/Cancelled Projects') = 'Total Number Of Projects',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD Fiscal Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD Fiscal Quarter]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD Month Abbr]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD Last12MonthsFlag]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={1}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD Project]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ValueList&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Total Number Of Projects', 'Total Number Of Discretionary Projects',&amp;nbsp; 'Total Number Of KTLO Projects', 'Total Number Of Completed/Cancelled Projects') = 'Total Number Of Discretionary Projects',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD Fiscal Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD Fiscal Quarter]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD Month Abbr]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD Last12MonthsFlag]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={1}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD-CP Discretionary Project Flag]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ValueList&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Total Number Of Projects', 'Total Number Of Discretionary Projects',&amp;nbsp; 'Total Number Of KTLO Projects', 'Total Number Of Completed/Cancelled Projects') = 'Total Number Of KTLO Projects',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD Fiscal Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD Fiscal Quarter]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD Month Abbr]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD Last12MonthsFlag]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={1}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD-CP KTLO Project Flag]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ValueList&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Total Number Of Projects', 'Total Number Of Discretionary Projects',&amp;nbsp; 'Total Number Of KTLO Projects', 'Total Number Of Completed/Cancelled Projects') = 'Total Number Of Completed/Cancelled Projects',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD Fiscal Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD Fiscal Quarter]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD Month Abbr]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD Last12MonthsFlag]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={1}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD-CP Completed/cancelled/held Project Flag]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;BR /&gt;))))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;&lt;STRONG&gt;Sample file Header:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;[PCD Month Abbr],[PCD Fiscal Year],[PCD Fiscal Quarter],[PCD Project],status,leader,projectManager,&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD-CP Discretionary Project Flag]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD-CP KTLO Project Flag],&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD-CP Completed/cancelled/held Project Flag],&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD Last12MonthsFlag]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Jan,2013,Q2,ProjE,Inprogress,Person1,PersonX,1,0,0,0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Feb,2013,Q2,ProjE,Completed,Person1,PersonX,0,0,1,0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Jan,2014,Q2,ProjA,Inprogress,Person1,PersonX,0,1,0,1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Feb,2014,Q2,ProjA,Inprogress,Person1,PersonX,0,1,0,1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Mar,2014,Q2,ProjA,Complete,Person1,PersonX,0,0,1,1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Jan,2014,Q2,ProjB,Inprogress,Person2,PersonY,0,1,0,1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Feb,2014,Q2,ProjB,Complete,Person2,PersonY,0,0,1,1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Feb,2014,Q2,ProjC,Started,Person3,PersonX,1,0,0,1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; text-decoration: underline;"&gt;&lt;STRONG&gt;We should show 2013 and 2014 in the listbox for year... but in report we should not show JAN 2013 and FEB 2013 because those arent in the last 12 months. And report should reflect the changess based on the selections on Leader,ProjectManager listboxes. If I select Person3 in IT Leader List box, we should show values as 0/null in Jan and Mar months because we have data only in Feb.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; text-decoration: underline;"&gt;&lt;STRONG&gt; Report layout:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="60853" alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60853_Untitled.png" style="width: 620px; height: 353px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 21:53:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cross-tab-requirement/m-p/708035#M1084471</guid>
      <dc:creator />
      <dc:date>2014-06-18T21:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: cross tab requirement</title>
      <link>https://community.qlik.com/t5/QlikView/cross-tab-requirement/m-p/708036#M1084472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share your app or scrambled sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 01:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cross-tab-requirement/m-p/708036#M1084472</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-06-19T01:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: cross tab requirement</title>
      <link>https://community.qlik.com/t5/QlikView/cross-tab-requirement/m-p/708037#M1084473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sergey. I've updated original post with the sample file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 05:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cross-tab-requirement/m-p/708037#M1084473</guid>
      <dc:creator />
      <dc:date>2014-06-19T05:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: cross tab requirement</title>
      <link>https://community.qlik.com/t5/QlikView/cross-tab-requirement/m-p/708038#M1084474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't find an app, only data. But as I understood you need help with app. Could you share your app? because I could reproduce everything, but it really takes more time, than just have a look on your app and give an advice and/or a solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 05:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cross-tab-requirement/m-p/708038#M1084474</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-06-19T05:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: cross tab requirement</title>
      <link>https://community.qlik.com/t5/QlikView/cross-tab-requirement/m-p/708039#M1084475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;share your document so i can help your &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 05:48:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cross-tab-requirement/m-p/708039#M1084475</guid>
      <dc:creator />
      <dc:date>2014-06-19T05:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: cross tab requirement</title>
      <link>https://community.qlik.com/t5/QlikView/cross-tab-requirement/m-p/708040#M1084476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Ahsan &amp;amp; Sergey.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my first post and so my apologies if Im not clear. I've uploaded .qvw file. Hope this helps. Please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 16:06:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cross-tab-requirement/m-p/708040#M1084476</guid>
      <dc:creator />
      <dc:date>2014-06-19T16:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Re: cross tab requirement</title>
      <link>https://community.qlik.com/t5/QlikView/cross-tab-requirement/m-p/708041#M1084477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I used straight table with horizontal orientation and same appearance. But now if the selections of year and month don't affect your table&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 00:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cross-tab-requirement/m-p/708041#M1084477</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-06-20T00:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: cross tab requirement</title>
      <link>https://community.qlik.com/t5/QlikView/cross-tab-requirement/m-p/708042#M1084478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Sergey.&amp;nbsp; Can you please explain what I did wrong. I am asking cause want to learn from my mistake. By the way... Is there a way to show metric values as 0 for the months where we do not have data (ex: if we select Person3- report isn't showing Jan and Mar. I want to display 0 if we don't have data. )&amp;nbsp; thanks Chandra&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 01:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cross-tab-requirement/m-p/708042#M1084478</guid>
      <dc:creator />
      <dc:date>2014-06-20T01:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re: cross tab requirement</title>
      <link>https://community.qlik.com/t5/QlikView/cross-tab-requirement/m-p/708043#M1084479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can see in my solution that I used straight table (not pivot) and created 4 expression (instead one) to calculate your metrics. But you tried to use synthetic dimension. Probably it was a cause of problem.&lt;/P&gt;&lt;P&gt;To show all month for Person3, try to select Show all values for PCD Month Abbr on dimension tab and deselect Suppress zero values on Presentation tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 02:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cross-tab-requirement/m-p/708043#M1084479</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-06-20T02:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: cross tab requirement</title>
      <link>https://community.qlik.com/t5/QlikView/cross-tab-requirement/m-p/708044#M1084480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Sergey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked but I had to select both Show all values and Supress Null values on PCD Month ABr dimension and deselected suppress zero values on metrics presentation tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a bunch.... I will change my approach and will follow your instructions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 02:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cross-tab-requirement/m-p/708044#M1084480</guid>
      <dc:creator />
      <dc:date>2014-06-20T02:33:16Z</dc:date>
    </item>
  </channel>
</rss>

