<?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: Displaying all data with no curernt selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646240#M1062405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the variables to work but when I select the weekend or holiday, the dates are not displayed in current selection and also the charts show all the data till date.. &lt;BR /&gt;Is their any way I can get rid off weekend and holidays in calendar object which is using variable.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Oct 2014 15:50:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-02T15:50:03Z</dc:date>
    <item>
      <title>Displaying all data with no curernt selection</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646234#M1062399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am working on Dashbaord for operation where I have filter by Fiscal Year, Month, Week, Day for which am using List boxes and StartDate and EndDate parameters for specific day selections . Right now when I have no data for selected date am displaying all data in the system till date, where as I would like to see blank data upon that data selection like weekends and holidays..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 17:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646234#M1062399</guid>
      <dc:creator />
      <dc:date>2014-10-01T17:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying all data with no curernt selection</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646235#M1062400</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;You can include some conditions like below in the script for all the values &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(isnull(value),'no data',value)) as value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps..,if possible send a sample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 17:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646235#M1062400</guid>
      <dc:creator />
      <dc:date>2014-10-01T17:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying all data with no curernt selection</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646236#M1062401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use calculation condition in your objects, so if nothing is selected the chart(s) will not calculate, something like this, you'll need to type in calculation condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetSelectedCount(Field1)&amp;gt;0 and GetSelectedCount(Field2) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 17:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646236#M1062401</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-10-01T17:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying all data with no curernt selection</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646237#M1062402</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;At what level the calculation condition should be, in sheet object I see calculation condition in General, Dimension, Expression tabs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 20:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646237#M1062402</guid>
      <dc:creator />
      <dc:date>2014-10-01T20:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying all data with no curernt selection</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646238#M1062403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it shoud be at object level so you can control which charts/object get calculated depending on your selections.&lt;/P&gt;&lt;P&gt;Also, in your case the calculation condition should consider &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Fiscal Year, Month, Week, Day (according to your original post). What you should decide is if all fields should have selections in order to calculate the objects. Otherwise, your calculation condition can be defined with ORs&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;"&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;"&gt;regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 21:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646238#M1062403</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-10-01T21:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying all data with no curernt selection</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646239#M1062404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am able to get calculated condition work for the fields I pull from SQL Query but like for fiscal month I have some expression behind in Sheet to display month as varchar. Not sure how would I call this expression in this calculated condition???&lt;/P&gt;&lt;P&gt;And also StarDate and EndDate are variables, how would I call these variables in this calculated condition???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 15:30:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646239#M1062404</guid>
      <dc:creator />
      <dc:date>2014-10-02T15:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying all data with no curernt selection</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646240#M1062405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the variables to work but when I select the weekend or holiday, the dates are not displayed in current selection and also the charts show all the data till date.. &lt;BR /&gt;Is their any way I can get rid off weekend and holidays in calendar object which is using variable.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 15:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646240#M1062405</guid>
      <dc:creator />
      <dc:date>2014-10-02T15:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying all data with no curernt selection</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646241#M1062406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sandhya ... I am little lost ... if you have a set based on the date i assume your chart should show zero for the no data date selection ? will it be possible for you to upload a sample document or give some sample data .. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 15:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646241#M1062406</guid>
      <dc:creator />
      <dc:date>2014-10-02T15:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying all data with no curernt selection</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646242#M1062407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you may need to show/hide conditions together with maybe buttons so you can trigger your selections after entering values in variables. However, it would be better if you could upload a little sample in order to help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 16:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646242#M1062407</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-10-02T16:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying all data with no curernt selection</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646243#M1062408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68190_Capture.PNG.png" style="width: 620px; height: 268px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks for responding. &lt;/P&gt;&lt;P&gt;Am attaching a screen shot what I see when I select holiday.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 16:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646243#M1062408</guid>
      <dc:creator />
      <dc:date>2014-10-02T16:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Displaying all data with no curernt selection</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646244#M1062409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like I told you, you may need to combine calculation conditions (using getselectedcount() ) and using variables and buttons to enable/disable the calculation condition,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take a look at the example. It's the general idea, but you can adapt it to your case,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 16:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646244#M1062409</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-10-02T16:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Displaying all data with no curernt selection</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646245#M1062410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;looks like your start and end date are variables ... can you provide your expression in the chart. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 17:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646245#M1062410</guid>
      <dc:creator />
      <dc:date>2014-10-02T17:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying all data with no curernt selection</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646246#M1062411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That condition works for Start Date and End Date variables.&lt;/P&gt;&lt;P&gt;Can I get the same condition like that for Year and expression(which is calculating fiscal&amp;nbsp; month) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 17:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646246#M1062411</guid>
      <dc:creator />
      <dc:date>2014-10-02T17:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying all data with no curernt selection</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646247#M1062412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the case of Year and Expression what do you want to limit? is it the number of Years selected or is it something else?&lt;/P&gt;&lt;P&gt;If it's just the number of years selected you can use getSelectedCount(Year) &amp;gt; Number, so you force the user to select n number of Years in order to fulfill the calculation condition&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 17:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646247#M1062412</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-10-02T17:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying all data with no curernt selection</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646248#M1062413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right now am using condition as this &lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;Date={"&amp;gt;=$(=vStartDate)&amp;lt;=$(=vEndDate)"}&amp;gt;} Sales) &lt;/P&gt;&lt;P&gt;How do I write the same for year and month ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 17:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646248#M1062413</guid>
      <dc:creator />
      <dc:date>2014-10-02T17:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying all data with no curernt selection</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646249#M1062414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did try with Buttons and Set Variables as you said but didn't work for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 19:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646249#M1062414</guid>
      <dc:creator />
      <dc:date>2014-10-02T19:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying all data with no curernt selection</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646250#M1062415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;besides the screenshot, could you please upload a sample? It would be better to help you that way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 14:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-all-data-with-no-curernt-selection/m-p/646250#M1062415</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-10-07T14:35:43Z</dc:date>
    </item>
  </channel>
</rss>

