<?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 indent expression labels in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-indent-expression-labels/m-p/811478#M535315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a sample qvw? Or your complete expression? I expect it would be something like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;if(level1='Merge',repeat(chr(160),4) &amp;amp; level1, level1)&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: 12px; background-color: #f2f2f2;"&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: 12px; background-color: #f2f2f2;"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jul 2016 21:31:08 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2016-07-05T21:31:08Z</dc:date>
    <item>
      <title>How to indent expression labels</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-indent-expression-labels/m-p/811472#M535309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a straight table in horizontal mode (Presentation tab) with indented expression labels, but the indents are lost in AJAX. Is there a way to indent expression labels in horizontal mode in AJAX?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like this in the desktop client, standard view:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="indent_label_nonAJAX.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/73187_indent_label_nonAJAX.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;But in AJAX or web view my lovely indented labels are all aligned to the left. I was disappointed, and my customer isn't too happy either. I tried inserting the tab character like =chr(9) &amp;amp; 'Avg # days...', but the result was the same as using spaces, like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="indent_label_AJAX.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/73189_indent_label_AJAX.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 23:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-indent-expression-labels/m-p/811472#M535309</guid>
      <dc:creator>jcarpenter9</dc:creator>
      <dc:date>2014-12-10T23:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to indent expression labels</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-indent-expression-labels/m-p/811473#M535310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, how you got the indent lables. I have a similar data like below but when i laod the data all text will get aligned to left.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 14:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-indent-expression-labels/m-p/811473#M535310</guid>
      <dc:creator>vireshkolagimat</dc:creator>
      <dc:date>2016-07-05T14:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to indent expression labels</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-indent-expression-labels/m-p/811474#M535311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use chr(160) to generate leading spaces that persist in Ajax. &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/89494"&gt;Can I keep space in chart title?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 15:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-indent-expression-labels/m-p/811474#M535311</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-07-05T15:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to indent expression labels</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-indent-expression-labels/m-p/811475#M535312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;I have a straight table and i am using the below expression to indent the text but nothing is changing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(level1='Merge',repeat(chr(1600,4))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to indent Merge text in a table which has level1 as a header field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Viresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 16:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-indent-expression-labels/m-p/811475#M535312</guid>
      <dc:creator>vireshkolagimat</dc:creator>
      <dc:date>2016-07-05T16:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to indent expression labels</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-indent-expression-labels/m-p/811476#M535313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use "160" for the chr, not "1600".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 16:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-indent-expression-labels/m-p/811476#M535313</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-07-05T16:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to indent expression labels</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-indent-expression-labels/m-p/811477#M535314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh sorry, instead of bracket, i have added zero.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;if(level1='Merge',repeat(chr(160),4))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 18:37:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-indent-expression-labels/m-p/811477#M535314</guid>
      <dc:creator>vireshkolagimat</dc:creator>
      <dc:date>2016-07-05T18:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to indent expression labels</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-indent-expression-labels/m-p/811478#M535315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a sample qvw? Or your complete expression? I expect it would be something like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;if(level1='Merge',repeat(chr(160),4) &amp;amp; level1, level1)&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: 12px; background-color: #f2f2f2;"&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: 12px; background-color: #f2f2f2;"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 21:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-indent-expression-labels/m-p/811478#M535315</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-07-05T21:31:08Z</dc:date>
    </item>
  </channel>
</rss>

