<?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: How to combine the columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-combine-the-columns/m-p/64681#M10777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;you can try to put &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DIM1C = &lt;/SPAN&gt;Hrs and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DIM2C= &lt;/SPAN&gt;Autorizadas. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Qlikview does not allow to combine cells.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/185641"&gt;fvelascog72&lt;/A&gt;‌: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You can´t 'play with alignment on diferent cells from the same dimension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Mar 2018 16:05:19 GMT</pubDate>
    <dc:creator>jhoef-pv</dc:creator>
    <dc:date>2018-03-01T16:05:19Z</dc:date>
    <item>
      <title>How to combine the columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-the-columns/m-p/64678#M10774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a graphic as a simple table and it looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturaaaaa.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/192670_Capturaaaaa.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To gett his result I did this in the script: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIMENSIONES_CARGABILIDAD:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;DIM1C, DIM2C, orden_dim1C, orden_dim2C&lt;/P&gt;&lt;P&gt;Hrs.Autorizadas,,0,0&lt;/P&gt;&lt;P&gt;Formación, Hrs.,1,1&lt;/P&gt;&lt;P&gt;Formación, %,1,2&lt;/P&gt;&lt;P&gt;Comunidades,Hrs.,2,1&lt;/P&gt;&lt;P&gt;Comunidades,%,2,2&lt;/P&gt;&lt;P&gt;Total,Hrs.,3,1&lt;/P&gt;&lt;P&gt;Total,%,3,2&lt;/P&gt;&lt;P&gt;No Asignación, Hrs.,4,1&lt;/P&gt;&lt;P&gt;No Asignación, %,4,2&lt;/P&gt;&lt;P&gt;No Reporte, Hrs.,5,1&lt;/P&gt;&lt;P&gt;No Reporte, %,5,2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And just print "DIM1C" and "DIM2C" in the graphic dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that now I want the first row to be in the middle. The row "Hrs. Autorizadas".&lt;/P&gt;&lt;P&gt;It is in the left since there is a empty space in the dim in the right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is if you know how to combine this row and write that row in the middle of the two columns, not affecting the others rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 08:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-the-columns/m-p/64678#M10774</guid>
      <dc:creator>fonsosurfer</dc:creator>
      <dc:date>2018-02-07T08:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine the columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-the-columns/m-p/64679#M10775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to add the number of spaces which you want to display them differently. For this you could just add them within the value, maybe in this way ... "&amp;nbsp;&amp;nbsp; Hrs.Autorizadas", .... Another way could be to add the number of spaces as column and then accessing them in an expression like: repeat(" ", SpaceNumber) &amp;amp; DIM1C as DIM1C.&amp;nbsp; Also possible is to adjust the verbatim-variable to 1 for this load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 09:25:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-the-columns/m-p/64679#M10775</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-02-07T09:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine the columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-the-columns/m-p/64680#M10776</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;You can use as calculated dimension:&lt;/P&gt;&lt;P&gt;=If(DIM1C = 'Hrs.Autorizadas', '&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&amp;amp;DIM1C, DIM1C)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can´t 'play' with alignment on diferent cells from the same dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 09:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-the-columns/m-p/64680#M10776</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2018-02-07T09:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine the columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-the-columns/m-p/64681#M10777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;you can try to put &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DIM1C = &lt;/SPAN&gt;Hrs and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DIM2C= &lt;/SPAN&gt;Autorizadas. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Qlikview does not allow to combine cells.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/185641"&gt;fvelascog72&lt;/A&gt;‌: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You can´t 'play with alignment on diferent cells from the same dimension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 16:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-the-columns/m-p/64681#M10777</guid>
      <dc:creator>jhoef-pv</dc:creator>
      <dc:date>2018-03-01T16:05:19Z</dc:date>
    </item>
  </channel>
</rss>

