<?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: Qualified Form Column Line in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qualified-Form-Column-Line/m-p/1629116#M46845</link>
    <description>&lt;P&gt;You can't use concatenate and generic together. Leave out the concatenate if you want to generate the generic tables. If you want one result table then you need to join the generic tables together, not concatenate them.&lt;BR /&gt;&lt;BR /&gt;Better yet, don't do a generic load at all, but use a pivot table object in the front end as visualisation&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2019 13:56:51 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2019-09-27T13:56:51Z</dc:date>
    <item>
      <title>Qualified Form Column Line</title>
      <link>https://community.qlik.com/t5/App-Development/Qualified-Form-Column-Line/m-p/1629050#M46822</link>
      <description>&lt;P&gt;Good morning everyone,&lt;/P&gt;&lt;P&gt;I am trying to dynamically turn some records into columns, as adding more records Scrip turns them into columns, as shown in the example below.&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_4.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/20267iF935CE6A407DB59B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_4.png" alt="clipboard_image_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to do exactly this transformation that is demonstrated in print.&lt;/P&gt;&lt;P&gt;Currently my script looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080"&gt;AgendaGoogle:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#808080"&gt;LOAD Distinct&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#808080"&gt;Mês As 'Competencia',&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#808080"&gt;Data As 'Data' ,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#808080"&gt;[Nome do Funcionario] As 'Consultor'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#808080"&gt;FROM [lib://Transformados Painel de Serviço (toccato_rafael.staub)/Agenda.qvd](qvd);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#808080"&gt;//For RecNo() to RowNo()&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#808080"&gt;For x = 0 to 5&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#808080"&gt;Concatenate(AgendaGoogle)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#808080"&gt;generic Load&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#808080"&gt;"Nome do Funcionario" As '$(Peek(Distinct [Nome do Funcionario], x))'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#808080"&gt;FROM [lib://Transformados Painel de Serviço (toccato_rafael.staub)/Agenda.qvd](qvd);&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#808080"&gt;Next;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#808080"&gt;Exit Script;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;and the following error is displayed:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;STRONG&gt;The following errors occurred:&lt;BR /&gt;Illegal combination of prefixes&lt;BR /&gt;&lt;BR /&gt;The error occurred here:&lt;BR /&gt;Concatenate (AgendaGoogle) generic Load "Employee Name" As '' FROM [lib: // Transformed Service Panel (toccato_rafael.staub) /Agenda.qvd] (qvd)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Can anyone help me with this case?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 12:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qualified-Form-Column-Line/m-p/1629050#M46822</guid>
      <dc:creator>RafaelStaub</dc:creator>
      <dc:date>2019-09-27T12:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qualified Form Column Line</title>
      <link>https://community.qlik.com/t5/App-Development/Qualified-Form-Column-Line/m-p/1629116#M46845</link>
      <description>&lt;P&gt;You can't use concatenate and generic together. Leave out the concatenate if you want to generate the generic tables. If you want one result table then you need to join the generic tables together, not concatenate them.&lt;BR /&gt;&lt;BR /&gt;Better yet, don't do a generic load at all, but use a pivot table object in the front end as visualisation&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 13:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qualified-Form-Column-Line/m-p/1629116#M46845</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2019-09-27T13:56:51Z</dc:date>
    </item>
  </channel>
</rss>

