<?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: Select a string through calender object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-a-string-through-calender-object/m-p/95326#M753152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where exactly have you added 'no data'? I don't see this in your screenshot above&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2018 11:06:30 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-10-11T11:06:30Z</dc:date>
    <item>
      <title>Select a string through calender object</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-string-through-calender-object/m-p/95325#M753150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215670_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a calender object and it&amp;nbsp; is working fine when i select a date it will shows the data based on our current selections but some date values are missing so i replaced with string like 'no data' now when i select a data it need to show the data based on selections and string as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest&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/Select-a-string-through-calender-object/m-p/95325#M753150</guid>
      <dc:creator>manoj217</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Select a string through calender object</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-string-through-calender-object/m-p/95326#M753152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where exactly have you added 'no data'? I don't see this in your screenshot above&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 11:06:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-string-through-calender-object/m-p/95326#M753152</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-11T11:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Select a string through calender object</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-string-through-calender-object/m-p/95327#M753154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am created calender object for the date range selection it is working fine but i have some null values in date field&lt;/P&gt;&lt;P&gt;so replaced with No Date&lt;/P&gt;&lt;P&gt;user asked when he selects a date range it should select data with his selections and No date values also &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 11:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-string-through-calender-object/m-p/95327#M753154</guid>
      <dc:creator>manoj217</dc:creator>
      <dc:date>2018-10-11T11:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Select a string through calender object</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-string-through-calender-object/m-p/95328#M753155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It won't be possible unless you could give them any date between the choosen min/max-date of your calendar - maybe with something like: dual('no data', floor(yearstart(today()))). Otherwise these values belong not to the selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you really sure that it make sense to display these NULL's (after replacing with any selectable value) in the context of the data which have a date? If so you will need a logic which select/displayed the dates &lt;STRONG&gt;AND&lt;/STRONG&gt; the 'no data' - maybe by using a separate calendar-field which triggers the appropriate date-selection in the real field AND makes a toggle-select to the 'no data'. An alternatively could be to use set analysis within the expressions maybe with something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt; date *= {'no data'}&amp;gt;} value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 12:52:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-string-through-calender-object/m-p/95328#M753155</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-10-11T12:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Select a string through calender object</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-string-through-calender-object/m-p/95329#M753158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any proof i have to show my user.&lt;/P&gt;&lt;P&gt;qlik product has mentioned this any where in any document. if you have any details with you please share with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if any possibilities are there for my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 13:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-string-through-calender-object/m-p/95329#M753158</guid>
      <dc:creator>manoj217</dc:creator>
      <dc:date>2018-10-11T13:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Select a string through calender object</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-string-through-calender-object/m-p/95330#M753159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what do you mean with 'proof'. If the replacement of any NULL's aren't within the dataset which the user selects the belonging values/records aren't included - it's just the way Qlik works (intentionally).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above I showed 3 different ways with which you might bypass the standard-logics. This are replacing the NULL's with an estimated value which is probably between the user-selections or a selection-trigger or with set analysis conditions within the expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the easiest way would be just to use a listbox as selection-tool instead of a calendar object - the user just selects the wanted dates and the 'no data' ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 13:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-string-through-calender-object/m-p/95330#M753159</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-10-11T13:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Select a string through calender object</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-string-through-calender-object/m-p/95331#M753160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proof means any document from Qlik like reference document, developer cookbook.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initially Qlik will document their limitations and best practices like have any documented points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because user is saying qlik is a big tool why it will not support these. so i need to show some proof.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But thanks for your support. its a great help to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 14:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-string-through-calender-object/m-p/95331#M753160</guid>
      <dc:creator>manoj217</dc:creator>
      <dc:date>2018-10-11T14:46:49Z</dc:date>
    </item>
  </channel>
</rss>

