<?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: P&amp;L for Sense? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/P-L-for-Sense/m-p/936223#M13060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bruno&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just what i needed, it has been testet, implemented and works just fine, and the cutomer is very happy &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Teis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Nov 2015 14:11:45 GMT</pubDate>
    <dc:creator>teiswamsler</dc:creator>
    <dc:date>2015-11-27T14:11:45Z</dc:date>
    <item>
      <title>P&amp;L for Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/P-L-for-Sense/m-p/936215#M13052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Hi there&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Have any Experts fallen over a working solution for an P&amp;amp;L in Qlik Sense?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I can make it with scripting and a stright table, but it will not look as great as in Qlikview.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Need a solution where i can tab in text, and have multiple subaccount ex.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Please point me i the right direction.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thanks!&lt;/SPAN&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;&lt;SPAN style="font-size: 12pt;"&gt;/Teis&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 13:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/P-L-for-Sense/m-p/936215#M13052</guid>
      <dc:creator>teiswamsler</dc:creator>
      <dc:date>2015-11-04T13:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: P&amp;L for Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/P-L-for-Sense/m-p/936216#M13053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am working on a demo for a prospect right now. I made it in QV first and now replicating in QS. As a quick solution for 'tabbing in the text' I simply added dots instead of the&amp;nbsp; spaces before the reprotrows.&amp;nbsp;&amp;nbsp; '. . . . . . '&amp;amp;Reportrows&lt;/P&gt;&lt;P&gt;Just a quick fix... no solution yet for text formatting though &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 22:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/P-L-for-Sense/m-p/936216#M13053</guid>
      <dc:creator>kavicsgym</dc:creator>
      <dc:date>2015-11-24T22:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: P&amp;L for Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/P-L-for-Sense/m-p/936217#M13054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the indentation, try "repeat(chr(160),8)" instead of dots. &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, 24 Nov 2015 23:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/P-L-for-Sense/m-p/936217#M13054</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-11-24T23:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: P&amp;L for Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/P-L-for-Sense/m-p/936218#M13055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, Rob.&lt;/P&gt;&lt;P&gt;So instead of Chr(32) Chr(160) with the repeat() works nicely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we shomehow code the formatting (as Bold, Italic, etc.) of selected lines in the P&amp;amp;L as it worked in QV?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enikö&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 08:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/P-L-for-Sense/m-p/936218#M13055</guid>
      <dc:creator>kavicsgym</dc:creator>
      <dc:date>2015-11-25T08:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: P&amp;L for Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/P-L-for-Sense/m-p/936219#M13056</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'm not sure it's near by what you're looking for but have you try this extension :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://branch.qlik.com/projects/showthread.php?609-SmartReporting&amp;amp;highlight=P%26amp%3BL+smart"&gt;http://branch.qlik.com/projects/showthread.php?609-SmartReporting&amp;amp;highlight=P%26amp%3BL+smart&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 08:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/P-L-for-Sense/m-p/936219#M13056</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2015-11-25T08:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: P&amp;L for Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/P-L-for-Sense/m-p/936220#M13057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bruno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the link, it looks pretty much what I need!!&lt;/P&gt;&lt;P&gt;I just have to dig myself to it and start using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Enikő&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 10:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/P-L-for-Sense/m-p/936220#M13057</guid>
      <dc:creator>kavicsgym</dc:creator>
      <dc:date>2015-11-25T10:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: P&amp;L for Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/P-L-for-Sense/m-p/936221#M13058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;closed the thread if it's OK for you or clik on answered or usefull bouton&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 11:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/P-L-for-Sense/m-p/936221#M13058</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2015-11-25T11:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: P&amp;L for Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/P-L-for-Sense/m-p/936222#M13059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I did not start the thread.... But thanks anyway for the help!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 13:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/P-L-for-Sense/m-p/936222#M13059</guid>
      <dc:creator>kavicsgym</dc:creator>
      <dc:date>2015-11-26T13:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: P&amp;L for Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/P-L-for-Sense/m-p/936223#M13060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bruno&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just what i needed, it has been testet, implemented and works just fine, and the cutomer is very happy &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Teis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 14:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/P-L-for-Sense/m-p/936223#M13060</guid>
      <dc:creator>teiswamsler</dc:creator>
      <dc:date>2015-11-27T14:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: P&amp;L for Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/P-L-for-Sense/m-p/936224#M13061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Teis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great Job &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp; I'am glad it works well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 09:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/P-L-for-Sense/m-p/936224#M13061</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2015-11-30T09:55:09Z</dc:date>
    </item>
  </channel>
</rss>

