<?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 Changing row column to value. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Changing-row-column-to-value/m-p/1742749#M56889</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40345i3C76D60C20C4EEF4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I load in my data from JIRA with the REST connector. Now in this way the values of this table are put as column names.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data is now like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;custom_field1 | custom_field2 | custom_field3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Rank&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Support&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want it to change to this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;id&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;custom_field1&amp;nbsp; | Rank&lt;/P&gt;&lt;P&gt;custom_field2&amp;nbsp; | Support&lt;/P&gt;&lt;P&gt;custom_field3&amp;nbsp; | Help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone help me with this or put me in the right direction with documentation? English is not my first language so I don't know how to specify searching for this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Sep 2020 10:29:47 GMT</pubDate>
    <dc:creator>Dilie</dc:creator>
    <dc:date>2020-09-10T10:29:47Z</dc:date>
    <item>
      <title>Changing row column to value.</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-row-column-to-value/m-p/1742749#M56889</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40345i3C76D60C20C4EEF4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I load in my data from JIRA with the REST connector. Now in this way the values of this table are put as column names.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data is now like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;custom_field1 | custom_field2 | custom_field3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Rank&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Support&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want it to change to this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;id&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;custom_field1&amp;nbsp; | Rank&lt;/P&gt;&lt;P&gt;custom_field2&amp;nbsp; | Support&lt;/P&gt;&lt;P&gt;custom_field3&amp;nbsp; | Help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone help me with this or put me in the right direction with documentation? English is not my first language so I don't know how to specify searching for this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 10:29:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-row-column-to-value/m-p/1742749#M56889</guid>
      <dc:creator>Dilie</dc:creator>
      <dc:date>2020-09-10T10:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Changing row column to value.</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-row-column-to-value/m-p/1742751#M56890</link>
      <description>&lt;P&gt;You can solve this by using Crosstable&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Crosstable(Entity, Value, 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load '' as dummy, custom_field1, custom_field2, custom_field3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From Source ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Drop field dummy;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I'm using dummy field as the funtion needs at least one qualifying (not pivot) field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Read more on crosstable here: &lt;A href="https://help.qlik.com/en-US/sense/June2020/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/crosstable.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/June2020/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/crosstable.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 10:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-row-column-to-value/m-p/1742751#M56890</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-09-10T10:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Changing row column to value.</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-row-column-to-value/m-p/1742780#M56894</link>
      <description>&lt;P&gt;Thanks it worked I have a lot of those columns, is there any way to loop through these columns and do the same? I need to learn how this crosstable works but after testing it works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 11:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-row-column-to-value/m-p/1742780#M56894</guid>
      <dc:creator>Dilie</dc:creator>
      <dc:date>2020-09-10T11:31:38Z</dc:date>
    </item>
  </channel>
</rss>

