<?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: String to be displayed row-wise in straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/String-to-be-displayed-row-wise-in-straight-table/m-p/978284#M334123</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try these:&lt;/P&gt;&lt;P&gt;Dimension =valueloop(0,Substringcount(vCurrentSelections,'|') &lt;/P&gt;&lt;P&gt;1st expression: subfield(subfield(vCurrentSelections,'|',rowno()),':',1)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2st expression: trim(subfield(subfield(vCurrentSelections,'|',rowno()),':',2))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;You can hide the dimension on the presentation tab.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Dec 2015 13:27:42 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-12-12T13:27:42Z</dc:date>
    <item>
      <title>String to be displayed row-wise in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-be-displayed-row-wise-in-straight-table/m-p/978283#M334122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Tahoma','sans-serif'; color: black; font-size: 12pt;"&gt;Hi!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Tahoma','sans-serif'; color: black; font-size: 12pt;"&gt;&lt;BR /&gt; I am getting one issue on dashboard for straight table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Tahoma','sans-serif'; color: black; font-size: 12pt;"&gt;&lt;BR /&gt; My variable vCurrrentSelections = Jahr:2015|Monat:Dec&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Tahoma','sans-serif'; color: black; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Tahoma','sans-serif'; color: black; font-size: 12pt;"&gt;and I am using $(Field) for &lt;SPAN style="color: #000000; text-decoration: underline;"&gt;dimension&lt;/SPAN&gt; in Straigh table&lt;BR /&gt; and &lt;BR /&gt; =textbetween('|'&amp;amp;vCurrentSelections ,&amp;nbsp; only({1}$Field) &amp;amp; '|' ,&amp;nbsp; ':') for &lt;SPAN style="text-decoration: underline;"&gt;1st expression&lt;/SPAN&gt;&lt;BR /&gt; so as to get Jahr followed by Monat row-wise... But this is not working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Tahoma','sans-serif'; color: black; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Tahoma','sans-serif'; color: black; font-size: 12pt;"&gt;Though the &lt;SPAN style="text-decoration: underline;"&gt;2nd expression&lt;/SPAN&gt;&lt;BR /&gt; =textbetween(vCurrentSelections&amp;amp;'|' ,&amp;nbsp; only({1}$Field) &amp;amp; ':' ,&amp;nbsp; '|') is giving 2015 followed by Dec row-wise correctly. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Tahoma','sans-serif'; color: black; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Tahoma','sans-serif'; color: black; font-size: 12pt;"&gt;Do you know what may be the problem?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Tahoma','sans-serif'; color: black; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Tahoma','sans-serif'; color: black; font-size: 12pt;"&gt;Ultimately, the string '&lt;SPAN style="font-family: 'Tahoma','sans-serif'; color: black; font-size: 12pt;"&gt;Jahr:2015|Monat:Dec'&lt;/SPAN&gt; should be displayed as&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 218px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" style="font-size: 11.0pt; color: black; font-weight: 400; font-family: Calibri; border-top: .5pt solid black; border-right: none; border-bottom: none; border-left: .5pt solid black;" width="77"&gt;Jahr&lt;/TD&gt;&lt;TD height="20" style="font-size: 11.0pt; color: black; font-weight: 400; font-family: Calibri; border-top: .5pt solid black; border-right: none; border-bottom: none; border-left: .5pt solid black;" width="77"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="font-size: 11.0pt; color: black; font-weight: 400; font-family: Calibri; border-top: .5pt solid black; border-right: none; border-bottom: .5pt solid black; border-left: .5pt solid black;"&gt;Monat&lt;/TD&gt;&lt;TD height="20" style="font-size: 11.0pt; color: black; font-weight: 400; font-family: Calibri; border-top: .5pt solid black; border-right: none; border-bottom: .5pt solid black; border-left: .5pt solid black;"&gt;Dec&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;If there's any alternative for the expression part, then do let me know.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 11:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-be-displayed-row-wise-in-straight-table/m-p/978283#M334122</guid>
      <dc:creator>ahbzshk07</dc:creator>
      <dc:date>2015-12-09T11:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: String to be displayed row-wise in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-be-displayed-row-wise-in-straight-table/m-p/978284#M334123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try these:&lt;/P&gt;&lt;P&gt;Dimension =valueloop(0,Substringcount(vCurrentSelections,'|') &lt;/P&gt;&lt;P&gt;1st expression: subfield(subfield(vCurrentSelections,'|',rowno()),':',1)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2st expression: trim(subfield(subfield(vCurrentSelections,'|',rowno()),':',2))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;You can hide the dimension on the presentation tab.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2015 13:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-be-displayed-row-wise-in-straight-table/m-p/978284#M334123</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-12-12T13:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: String to be displayed row-wise in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-be-displayed-row-wise-in-straight-table/m-p/978285#M334124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was perfect... Thanks for your help... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 10:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-be-displayed-row-wise-in-straight-table/m-p/978285#M334124</guid>
      <dc:creator>ahbzshk07</dc:creator>
      <dc:date>2015-12-14T10:52:19Z</dc:date>
    </item>
  </channel>
</rss>

