<?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: Vizlib table is not showing the new line in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Vizlib-table-is-not-showing-the-new-line/m-p/1824486#M67703</link>
    <description>&lt;P&gt;it should be&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;if(count({&amp;lt;Day={'Mon'}&amp;gt;}EventDate)&amp;gt;0,
Date(only({&amp;lt;Day={'Mon'}&amp;gt;}EventDate),'DD') &amp;amp; '&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;' &amp;amp; only({&amp;lt;Day={'Mon'}&amp;gt;}EVENT)
,' ')&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 26 Jul 2021 12:00:22 GMT</pubDate>
    <dc:creator>lironbaram</dc:creator>
    <dc:date>2021-07-26T12:00:22Z</dc:date>
    <item>
      <title>Vizlib table is not showing the new line</title>
      <link>https://community.qlik.com/t5/App-Development/Vizlib-table-is-not-showing-the-new-line/m-p/1824076#M67624</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Greetings for the day.&lt;/P&gt;&lt;P&gt;I have used a Vizlib table to show a calendar view, almost all done but only &lt;STRONG&gt;below one issue occurring&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I have used chr(10) to give new line between Day and Events of that particular day, but the table is showing &lt;STRONG&gt;both in one line only&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but it is showing in a new line when the mouse hovers on the same&lt;/P&gt;&lt;P&gt;so someone please help me to give some idea, so the appearance of the table also show new line.&lt;/P&gt;&lt;P&gt;PFB the screenshot for better understanding of the issue.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Raghu&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59044i6AF5DD0DF3BFFF9F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot.jpg" alt="Screenshot.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 07:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vizlib-table-is-not-showing-the-new-line/m-p/1824076#M67624</guid>
      <dc:creator>sarsukanth</dc:creator>
      <dc:date>2021-07-23T07:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Vizlib table is not showing the new line</title>
      <link>https://community.qlik.com/t5/App-Development/Vizlib-table-is-not-showing-the-new-line/m-p/1824135#M67633</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;You shoud replace chr(10) with &amp;lt;br&amp;gt; and select an HTML representation for the measure&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 12:36:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vizlib-table-is-not-showing-the-new-line/m-p/1824135#M67633</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2021-07-23T12:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Vizlib table is not showing the new line</title>
      <link>https://community.qlik.com/t5/App-Development/Vizlib-table-is-not-showing-the-new-line/m-p/1824169#M67639</link>
      <description>&lt;P&gt;Hi Lironbaran,&lt;/P&gt;&lt;P&gt;Thank you for your quick response.&lt;/P&gt;&lt;P&gt;I have used the below formula in table for Monday column&lt;/P&gt;&lt;P&gt;if(count({&amp;lt;Day={'Mon'}&amp;gt;}EventDate)&amp;gt;0,&lt;BR /&gt;Date(only({&amp;lt;Day={'Mon'}&amp;gt;}EventDate),'DD') &lt;STRONG&gt;&amp;amp; chr(10) &amp;amp; chr(10) &amp;amp;&lt;/STRONG&gt; only({&amp;lt;Day={'Mon'}&amp;gt;}EVENT)&lt;BR /&gt;,' ')&lt;/P&gt;&lt;P&gt;as you said I am trying to replace the chr(10) with &amp;lt;br&amp;gt;, but it is giving this error(&lt;STRONG&gt;Error in Expression : ')' expected&lt;/STRONG&gt;), so please tell me the correct way of using the &amp;lt;br&amp;gt;&lt;/P&gt;&lt;P&gt;if(count({&amp;lt;Day={'Mon'}&amp;gt;}EventDate)&amp;gt;0,&lt;BR /&gt;Date(only({&amp;lt;Day={'Mon'}&amp;gt;}EventDate),'DD') &lt;STRONG&gt;&amp;amp; &amp;lt;br&amp;gt; &amp;amp; &amp;lt;br&amp;gt; &amp;amp;&lt;/STRONG&gt; only({&amp;lt;Day={'Mon'}&amp;gt;}EVENT)&lt;BR /&gt;,' ')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 15:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vizlib-table-is-not-showing-the-new-line/m-p/1824169#M67639</guid>
      <dc:creator>sarsukanth</dc:creator>
      <dc:date>2021-07-23T15:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Vizlib table is not showing the new line</title>
      <link>https://community.qlik.com/t5/App-Development/Vizlib-table-is-not-showing-the-new-line/m-p/1824486#M67703</link>
      <description>&lt;P&gt;it should be&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;if(count({&amp;lt;Day={'Mon'}&amp;gt;}EventDate)&amp;gt;0,
Date(only({&amp;lt;Day={'Mon'}&amp;gt;}EventDate),'DD') &amp;amp; '&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;' &amp;amp; only({&amp;lt;Day={'Mon'}&amp;gt;}EVENT)
,' ')&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 26 Jul 2021 12:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vizlib-table-is-not-showing-the-new-line/m-p/1824486#M67703</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2021-07-26T12:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Vizlib table is not showing the new line</title>
      <link>https://community.qlik.com/t5/App-Development/Vizlib-table-is-not-showing-the-new-line/m-p/1824556#M67708</link>
      <description>&lt;P&gt;Hi Lironbaram,&lt;/P&gt;&lt;P&gt;Thank you again for your response.&lt;/P&gt;&lt;P&gt;Sorry &lt;STRONG&gt;no luck&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;it is showing as it is, please refer Tuesday column in below screenshot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59151iED0176A793A519D4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 15:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vizlib-table-is-not-showing-the-new-line/m-p/1824556#M67708</guid>
      <dc:creator>sarsukanth</dc:creator>
      <dc:date>2021-07-26T15:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Vizlib table is not showing the new line</title>
      <link>https://community.qlik.com/t5/App-Development/Vizlib-table-is-not-showing-the-new-line/m-p/1824666#M67727</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;you need to check this box&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lironbaram_0-1627365835139.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59165iD2E92DDC44EC5A07/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lironbaram_0-1627365835139.png" alt="lironbaram_0-1627365835139.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 06:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vizlib-table-is-not-showing-the-new-line/m-p/1824666#M67727</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2021-07-27T06:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Vizlib table is not showing the new line</title>
      <link>https://community.qlik.com/t5/App-Development/Vizlib-table-is-not-showing-the-new-line/m-p/1824669#M67728</link>
      <description>&lt;P&gt;Hi Lironbaram,&lt;/P&gt;&lt;P&gt;Thank you very much for your support and all your responses, &lt;STRONG&gt;now it is working fine&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;One small observation, the &amp;lt;br&amp;gt;&amp;lt;br&amp;gt; is showing in the tooltip now, anyway its ok.&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 06:13:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vizlib-table-is-not-showing-the-new-line/m-p/1824669#M67728</guid>
      <dc:creator>sarsukanth</dc:creator>
      <dc:date>2021-07-27T06:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Vizlib table is not showing the new line</title>
      <link>https://community.qlik.com/t5/App-Development/Vizlib-table-is-not-showing-the-new-line/m-p/1824675#M67729</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Lironbaram,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the ToolTip issue is also solved, I have enabled the tooltip for each column, now the ToolTip is showing correctly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 06:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vizlib-table-is-not-showing-the-new-line/m-p/1824675#M67729</guid>
      <dc:creator>sarsukanth</dc:creator>
      <dc:date>2021-07-27T06:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Vizlib table is not showing the new line</title>
      <link>https://community.qlik.com/t5/App-Development/Vizlib-table-is-not-showing-the-new-line/m-p/1954240#M78694</link>
      <description>&lt;P&gt;hi Raghu&lt;/P&gt;
&lt;P&gt;if you have more than 2 events on one day, how did you display the outcome in one cell?&lt;/P&gt;
&lt;P&gt;Ex.: If you want to display Event_1 and Event_2 in the cell for the day 2nd of August 2021&lt;/P&gt;
&lt;P&gt;Event | Date | other data&lt;/P&gt;
&lt;P&gt;Event_1 | 02.08.2021 | xxx&lt;/P&gt;
&lt;P&gt;Event_2 | 02.08.2021 | xxx&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 19:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vizlib-table-is-not-showing-the-new-line/m-p/1954240#M78694</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2022-07-11T19:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Vizlib table is not showing the new line</title>
      <link>https://community.qlik.com/t5/App-Development/Vizlib-table-is-not-showing-the-new-line/m-p/2081735#M88725</link>
      <description>&lt;P&gt;Hi where can we see this option in qliksense vizlib table.Please guide me&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 14:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vizlib-table-is-not-showing-the-new-line/m-p/2081735#M88725</guid>
      <dc:creator>Lucky1</dc:creator>
      <dc:date>2023-06-08T14:05:29Z</dc:date>
    </item>
  </channel>
</rss>

