<?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: Unable to show the bar chart without selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Unable-to-show-the-bar-chart-without-selection/m-p/2017322#M1221951</link>
    <description>&lt;P&gt;Hello Dianah,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seems you misunderstood my question.&lt;/P&gt;
&lt;P&gt;I'm asking about Qlik Sense app development and you have mentioned about Excel app.&lt;/P&gt;
&lt;P&gt;Thank you for the reply.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Dec 2022 08:41:08 GMT</pubDate>
    <dc:creator>Mahi_9833</dc:creator>
    <dc:date>2022-12-16T08:41:08Z</dc:date>
    <item>
      <title>Unable to show the bar chart without selection</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-show-the-bar-chart-without-selection/m-p/2017003#M1221941</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;I have implemented one bar chart with below expression using set analysis.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sum({&amp;lt;filter1={'India'}, Filter2={'forecast'}, Filter3={"&amp;gt;=$(=date(today()) -7) &amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;=$(=date(today()))"}&amp;gt;Sales)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;But the graph is showing empty until I select the filter as forecast.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please suggest, how we can show bar graph without selecting filter.&lt;/P&gt;
&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 12:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-show-the-bar-chart-without-selection/m-p/2017003#M1221941</guid>
      <dc:creator>Mahi_9833</dc:creator>
      <dc:date>2022-12-15T12:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to show the bar chart without selection</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-show-the-bar-chart-without-selection/m-p/2017020#M1221942</link>
      <description>&lt;P&gt;First, everything is case sensitive. Is your "filter1" really lower case while "Filter2" is capitalized?&lt;/P&gt;&lt;P&gt;Secondly, you have a bracket wrong. It should be&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"&amp;gt;=$(=date(today() -7)) &amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;=$(=date(today()))"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;not&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"&amp;gt;=$(=date(today()) -7) &amp;lt;=$(=date(today()))"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thirdly, you miss a curly bracket at the end of the set expression. It should be&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;..."}&amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;not&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;..."}&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 13:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-show-the-bar-chart-without-selection/m-p/2017020#M1221942</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2022-12-15T13:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to show the bar chart without selection</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-show-the-bar-chart-without-selection/m-p/2017039#M1221943</link>
      <description>&lt;P&gt;Thank you for the reply.&lt;/P&gt;
&lt;P&gt;Sorry for miscommunication. Let me give you original expression I'm trying to achieve.&lt;/P&gt;
&lt;P&gt;Attached screenshot with whole expression.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Logic:&amp;nbsp; Depending on the input box variable(vDay), the bar chart should show the Predicted data bars in the chart without any selection of filters.&lt;/P&gt;
&lt;P&gt;example:&lt;/P&gt;
&lt;P&gt;if vDay=2, the graph should show 01-12-2022 and 02-12-2022 bars&lt;/P&gt;
&lt;P&gt;if vDay=5, the graph should show from 01-12-2022 to 04-12-2022 and 12-12-2022 bars&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Table:&lt;/P&gt;
&lt;TABLE width="330"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100"&gt;Prediction Date&lt;/TD&gt;
&lt;TD width="93"&gt;Incident count&lt;/TD&gt;
&lt;TD width="74"&gt;AIML_Type&lt;/TD&gt;
&lt;TD width="63"&gt;Label&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;26-11-2022&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;Prediction&lt;/TD&gt;
&lt;TD&gt;Actual&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;27-11-2022&lt;/TD&gt;
&lt;TD&gt;5&lt;/TD&gt;
&lt;TD&gt;Prediction&lt;/TD&gt;
&lt;TD&gt;Actual&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;28-11-2022&lt;/TD&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;Prediction&lt;/TD&gt;
&lt;TD&gt;Actual&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;29-11-2022&lt;/TD&gt;
&lt;TD&gt;6&lt;/TD&gt;
&lt;TD&gt;Prediction&lt;/TD&gt;
&lt;TD&gt;Actual&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;30-11-2022&lt;/TD&gt;
&lt;TD&gt;7&lt;/TD&gt;
&lt;TD&gt;Prediction&lt;/TD&gt;
&lt;TD&gt;Actual&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;01-12-2022&lt;/TD&gt;
&lt;TD&gt;8&lt;/TD&gt;
&lt;TD&gt;Prediction&lt;/TD&gt;
&lt;TD&gt;Predicted&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;02-12-2022&lt;/TD&gt;
&lt;TD&gt;10&lt;/TD&gt;
&lt;TD&gt;Prediction&lt;/TD&gt;
&lt;TD&gt;Predicted&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;03-12-2022&lt;/TD&gt;
&lt;TD&gt;11&lt;/TD&gt;
&lt;TD&gt;Prediction&lt;/TD&gt;
&lt;TD&gt;Predicted&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;04-12-2022&lt;/TD&gt;
&lt;TD&gt;12&lt;/TD&gt;
&lt;TD&gt;Prediction&lt;/TD&gt;
&lt;TD&gt;Predicted&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;05-12-2022&lt;/TD&gt;
&lt;TD&gt;14&lt;/TD&gt;
&lt;TD&gt;Training&lt;/TD&gt;
&lt;TD&gt;Predicted&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;06-12-2022&lt;/TD&gt;
&lt;TD&gt;15&lt;/TD&gt;
&lt;TD&gt;Training&lt;/TD&gt;
&lt;TD&gt;Predicted&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;07-12-2022&lt;/TD&gt;
&lt;TD&gt;16&lt;/TD&gt;
&lt;TD&gt;Training&lt;/TD&gt;
&lt;TD&gt;Predicted&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;08-12-2022&lt;/TD&gt;
&lt;TD&gt;17&lt;/TD&gt;
&lt;TD&gt;Training&lt;/TD&gt;
&lt;TD&gt;Predicted&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;09-12-2022&lt;/TD&gt;
&lt;TD&gt;19&lt;/TD&gt;
&lt;TD&gt;Training&lt;/TD&gt;
&lt;TD&gt;Predicted&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10-12-2022&lt;/TD&gt;
&lt;TD&gt;20&lt;/TD&gt;
&lt;TD&gt;Training&lt;/TD&gt;
&lt;TD&gt;Predicted&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;11-12-2022&lt;/TD&gt;
&lt;TD&gt;21&lt;/TD&gt;
&lt;TD&gt;Training&lt;/TD&gt;
&lt;TD&gt;Predicted&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;12-12-2022&lt;/TD&gt;
&lt;TD&gt;23&lt;/TD&gt;
&lt;TD&gt;Prediction&lt;/TD&gt;
&lt;TD&gt;Predicted&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check and suggest the solution/expression to use in Bar graph with Prediction date as dimension.&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 13:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-show-the-bar-chart-without-selection/m-p/2017039#M1221943</guid>
      <dc:creator>Mahi_9833</dc:creator>
      <dc:date>2022-12-15T13:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to show the bar chart without selection</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-show-the-bar-chart-without-selection/m-p/2017084#M1221944</link>
      <description>&lt;P&gt;You have&lt;BR /&gt;[Prediction Date]={"=$(Date(Min(PredDate),'MM/DD/YYYY'))&amp;lt;=$((Date(Min(PredDate),'MM/DD/YYYY'))+vDay)"}&lt;/P&gt;&lt;P&gt;First of all, a dollar expansion needs either a variable reference or an expression with a leading equals sign. You have neither. So, adding the equals signs and removing an unecessary pair of brackets, we get&lt;BR /&gt;[Prediction Date]={"=$(=Date(Min(PredDate),'MM/DD/YYYY'))&amp;lt;=$(=Date(Min(PredDate),'MM/DD/YYYY')+vDay)"}&lt;/P&gt;&lt;P&gt;Further, the Date() functions are not necessary. You need them only if you make a search on the field values, but here it is an expression search with a simple numeric comparison. So I'll remove them too:&lt;BR /&gt;[Prediction Date]={"=$(=Min(PredDate))&amp;lt;=$(=Min(PredDate)+vDay)"}&lt;/P&gt;&lt;P&gt;Try the above and see what happens.&lt;/P&gt;&lt;P&gt;PS You have&amp;nbsp;[Prediction Date] to the left, and [PredDate] to the right. Are these the same?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 14:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-show-the-bar-chart-without-selection/m-p/2017084#M1221944</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2022-12-15T14:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to show the bar chart without selection</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-show-the-bar-chart-without-selection/m-p/2017120#M1221946</link>
      <description>&lt;P&gt;Thank you for the reply.&lt;/P&gt;
&lt;P&gt;But the solution is not working.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have selected next 5 days prediction, but it is showing all predicted values.&lt;/P&gt;
&lt;P&gt;attached screen for reference.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help me on this.&lt;/P&gt;
&lt;P&gt;[Prediction Date] and PreDate both are same.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 15:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-show-the-bar-chart-without-selection/m-p/2017120#M1221946</guid>
      <dc:creator>Mahi_9833</dc:creator>
      <dc:date>2022-12-15T15:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to show the bar chart without selection</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-show-the-bar-chart-without-selection/m-p/2017299#M1221950</link>
      <description>&lt;P&gt;Kindly check if you have the latest office version installed. To install the latest updates, open the Excel app &amp;gt; Go to File &amp;gt; Account &amp;gt; Under Product Information, click on "Update Options" &amp;gt; Select "Update Now". If the problem still persists, I would suggest you to run a "Quick Repair" and see if it fixes the issue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Will&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 07:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-show-the-bar-chart-without-selection/m-p/2017299#M1221950</guid>
      <dc:creator>Dianah</dc:creator>
      <dc:date>2022-12-16T07:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to show the bar chart without selection</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-show-the-bar-chart-without-selection/m-p/2017322#M1221951</link>
      <description>&lt;P&gt;Hello Dianah,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seems you misunderstood my question.&lt;/P&gt;
&lt;P&gt;I'm asking about Qlik Sense app development and you have mentioned about Excel app.&lt;/P&gt;
&lt;P&gt;Thank you for the reply.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 08:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-show-the-bar-chart-without-selection/m-p/2017322#M1221951</guid>
      <dc:creator>Mahi_9833</dc:creator>
      <dc:date>2022-12-16T08:41:08Z</dc:date>
    </item>
  </channel>
</rss>

