<?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: QlikSense - Vertical Table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1239703#M24555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could not find a way of doing this with Out Of the Box QlikSense, so am writing an extension to do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jan 2017 13:40:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-12T13:40:36Z</dc:date>
    <item>
      <title>QlikSense - Vertical Table</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1239702#M24554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm hoping to tap into your vast knowledge. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a tab in Sense where I would like to display a summary of attributes for the specific selection, i.e. one row per field. &lt;/P&gt;&lt;P&gt;Using a table this results in each field being displayed horisontally and the data in a row beneath. Thus:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-01-12 14-31-50.png" class="jive-image image-1" src="/legacyfs/online/149284_2017-01-12 14-31-50.png" style="height: auto;" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would like is to have it displayed like this: &lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-01-12 14-31-57.png" class="jive-image image-2" src="/legacyfs/online/149291_2017-01-12 14-31-57.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do this in QlikSense? Have I missed something obvious?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, guys &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Nathalie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 13:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1239702#M24554</guid>
      <dc:creator />
      <dc:date>2017-01-12T13:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense - Vertical Table</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1239703#M24555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could not find a way of doing this with Out Of the Box QlikSense, so am writing an extension to do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 13:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1239703#M24555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-12T13:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense - Vertical Table</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1239704#M24556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, Bill! Keep me posted =). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 13:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1239704#M24556</guid>
      <dc:creator />
      <dc:date>2017-01-12T13:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense - Vertical Table</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1239705#M24557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is somewhat possible to do it in Qlik Sense with the normal table - not with dynamic number of columns though. So this might be too much of a hack for you - but it does work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a variable like this:&lt;BR /&gt;&lt;IMG alt="2017-01-12 18_00_46-Qlik Sense Desktop.png" class="jive-image image-2" src="/legacyfs/online/149323_2017-01-12 18_00_46-Qlik Sense Desktop.png" style="height: 179px; width: 620px;" /&gt;&lt;BR /&gt;='ValueList(' &amp;amp; Chr(39) &amp;amp;&amp;nbsp; Concat( {&amp;lt;$Table={Sales}&amp;gt;} $Field ,Chr(39)&amp;amp;','&amp;amp;Chr(39)) &amp;amp; Chr(39) &amp;amp; ')'&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;The first column has to be this expression:&lt;BR /&gt;=$(SalesFields)&lt;/LI&gt;&lt;LI&gt;The second column has to be this:&lt;BR /&gt;=FieldValue($(SalesFields) , 1 )&lt;/LI&gt;&lt;LI&gt;The third column has to be this:&lt;BR /&gt;=FieldValue($(SalesFields) , 2 )&lt;/LI&gt;&lt;LI&gt;.... and so on ....&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; And you have to add the columns manually but just increase the second parameter by one for each new column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The limitation is that there is no real sorting as every field value will come in load order as it is in your load script. Of course you can manually sort by doing the FieldValue index descending instead ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my [Sales] table flipped over:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-01-12 18_04_43-Inbox - Petter.Skjolden@qlik.com - Outlook.png" class="jive-image image-3" src="/legacyfs/online/149324_2017-01-12 18_04_43-Inbox - Petter.Skjolden@qlik.com - Outlook.png" style="height: 245px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An extension like Bill suggested would be easier to use... If you need something today that works and you can live with the limitations this recipe will work....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 17:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1239705#M24557</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-01-12T17:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense - Vertical Table</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1239706#M24558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! I only have the one column (after field name) for this so that could work a charm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got it working for the Field but not the content. The ressult looks like:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149357_pastedImage_0.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The settings:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/149358_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you Think you can help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Nathalie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 06:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1239706#M24558</guid>
      <dc:creator />
      <dc:date>2017-01-13T06:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense - Vertical Table</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1239707#M24559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is important that you do step one in my recipe - create the variable Fakta_1 (in your case).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variable should be defined like this - I guess your table is called Fakta?&lt;/P&gt;&lt;P&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;='ValueList(' &amp;amp; Chr(39) &amp;amp;&amp;nbsp; Concat( {&amp;lt;$Table={Fakta}&amp;gt;} $Field ,Chr(39)&amp;amp;','&amp;amp;Chr(39)) &amp;amp; Chr(39) &amp;amp; ')'&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;&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;Is it a count or sum you want to do for each Rubrik?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 13:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1239707#M24559</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-01-13T13:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense - Vertical Table</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1239708#M24560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes. All steps are accounted for =).&lt;/P&gt;&lt;P&gt;I only want to show the value for each field. The value is to 99% of the time non-numerical. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 13:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1239708#M24560</guid>
      <dc:creator />
      <dc:date>2017-02-01T13:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense - Vertical Table</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1239709#M24561</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 found my mistake.&lt;/P&gt;&lt;P&gt;I had made two semi-identical variables with the same name, which confused everything of course. Now it works perfectly. Thanks a bundle, Petter!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 05:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1239709#M24561</guid>
      <dc:creator />
      <dc:date>2017-02-02T05:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense - Vertical Table</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1671436#M50776</link>
      <description>&lt;P&gt;Hi, I checked the Qlik Branch for something like this but could not find anything (?). This works very well,&amp;nbsp; I just needed a little extra bit of functionality: the displayed 'row' to be based on current selections (most likely a single row).&amp;nbsp; Conceptually something like;&lt;BR /&gt;=FieldValue($(SalesFields) , CurrentlySelectedRowNo() )&lt;/P&gt;&lt;P&gt;What I ended up doing to solve this is storing the RowNo in a field in the table (although I think it is in there already) and then doing this...&lt;BR /&gt;&lt;STRONG&gt;=FieldValue($(SalesFields) , Only({$}[KeyRowNoField]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;It seems to be working &lt;/STRIKE&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;STRIKE&gt;.&amp;nbsp; Just sharing in case it's of use or someone has a better way. &lt;/STRIKE&gt;Update: which "almost" works; seems to not return all values. Could be my data...&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 19:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1671436#M50776</guid>
      <dc:creator>sskinner</dc:creator>
      <dc:date>2020-01-31T19:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense - Vertical Table</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1761456#M58865</link>
      <description>&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;Excellent solution you are provided. but my requirement is if i select any field in that table it wont reflect to the table.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 09:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1761456#M58865</guid>
      <dc:creator>kpradeep5610</dc:creator>
      <dc:date>2020-11-13T09:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense - Vertical Table</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1773454#M59894</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you know if it possible to change the horisontal menu in a container to a vertical ? Like in the image below. with css ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Group 1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46770i50419063AA8DCD7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Group 1.png" alt="Group 1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 17:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1773454#M59894</guid>
      <dc:creator>KasperJeppesen1</dc:creator>
      <dc:date>2021-01-11T17:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense - Vertical Table</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1838851#M69379</link>
      <description>&lt;P&gt;Any chance this extension ever made it to production?&amp;nbsp; I can't find anything similar in the Qlik Garden&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 20:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Vertical-Table/m-p/1838851#M69379</guid>
      <dc:creator>mshann01</dc:creator>
      <dc:date>2021-09-23T20:48:15Z</dc:date>
    </item>
  </channel>
</rss>

