<?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: straight table cal condition message when no data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/straight-table-cal-condition-message-when-no-data/m-p/1402997#M817362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create a flag in your script and use that calculated filed in our condition. Like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Len(Trim(YourfieldName1)) =0 OR &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;Len(Trim(YourfieldName2)) =0 OR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;Len(Trim(YourfieldName3)) =0 OR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..... = 0, 0, 1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS ExistDataFlag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be just one time creation in your script. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Aug 2017 14:43:32 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2017-08-29T14:43:32Z</dc:date>
    <item>
      <title>straight table cal condition message when no data</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table-cal-condition-message-when-no-data/m-p/1402996#M817359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have straight table has some list of rows. The chart shows just chart skeleton with nulls, when it has no data for the user selection.&lt;/P&gt;&lt;P&gt;My requirement is to show a message in the chart when there is no data for the user selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought to create a calculated condition, but not sure which field to put there as user can do selection on any listbox for which chart may have no data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table-cal-condition-message-when-no-data/m-p/1402996#M817359</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: straight table cal condition message when no data</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table-cal-condition-message-when-no-data/m-p/1402997#M817362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create a flag in your script and use that calculated filed in our condition. Like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Len(Trim(YourfieldName1)) =0 OR &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;Len(Trim(YourfieldName2)) =0 OR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;Len(Trim(YourfieldName3)) =0 OR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..... = 0, 0, 1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS ExistDataFlag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be just one time creation in your script. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 14:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table-cal-condition-message-when-no-data/m-p/1402997#M817362</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-08-29T14:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: straight table cal condition message when no data</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table-cal-condition-message-when-no-data/m-p/1402998#M817363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the Dimension in your Chart?&lt;/P&gt;&lt;P&gt;What is the expression in your Chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 15:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table-cal-condition-message-when-no-data/m-p/1402998#M817363</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-08-29T15:43:51Z</dc:date>
    </item>
  </channel>
</rss>

