<?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 Show dimension row in a text object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-dimension-row-in-a-text-object/m-p/825338#M1018718</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'm quite new on QV. Is there any possibility to show a dimension row in a text object?&lt;/P&gt;&lt;P&gt;eg. last row. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have tried something like: =text(only({1&amp;lt;f_timestamp = {'$(=Max(f_timestamp))'}&amp;gt;} facebook_message))&lt;/P&gt;&lt;P&gt;...but this doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have my outcome like following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date: 07/03/2015&lt;/P&gt;&lt;P&gt;Text: Some text from the last row&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I don't want them to be side by side as in a straight table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope someone understand what i am trying to accomplish &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankful for any help!&lt;/P&gt;&lt;P&gt;/Pierre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Mar 2015 11:37:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-31T11:37:52Z</dc:date>
    <item>
      <title>Show dimension row in a text object</title>
      <link>https://community.qlik.com/t5/QlikView/Show-dimension-row-in-a-text-object/m-p/825338#M1018718</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'm quite new on QV. Is there any possibility to show a dimension row in a text object?&lt;/P&gt;&lt;P&gt;eg. last row. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have tried something like: =text(only({1&amp;lt;f_timestamp = {'$(=Max(f_timestamp))'}&amp;gt;} facebook_message))&lt;/P&gt;&lt;P&gt;...but this doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have my outcome like following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date: 07/03/2015&lt;/P&gt;&lt;P&gt;Text: Some text from the last row&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I don't want them to be side by side as in a straight table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope someone understand what i am trying to accomplish &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankful for any help!&lt;/P&gt;&lt;P&gt;/Pierre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 11:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-dimension-row-in-a-text-object/m-p/825338#M1018718</guid>
      <dc:creator />
      <dc:date>2015-03-31T11:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Show dimension row in a text object</title>
      <link>https://community.qlik.com/t5/QlikView/Show-dimension-row-in-a-text-object/m-p/825339#M1018720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=text(only({1&amp;lt;f_timestamp = {'$(=Max(f_timestamp))'}&amp;gt;} facebook_message))&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;BR /&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;This could work, you probably just need to format the max(f_timestamp) according to your field format, something like this using your format code&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;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=text(only({1&amp;lt;f_timestamp = {'$(=Timestamp(Max(f_timestamp),'YYYY-MM-DD hh:mm:ss'))'}&amp;gt;} facebook_message))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or maybe even easier, try&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=FirstSortedValue( facebook_message, -&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;f_timestamp&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 22:07:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-dimension-row-in-a-text-object/m-p/825339#M1018720</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-17T22:07:05Z</dc:date>
    </item>
  </channel>
</rss>

