<?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: How to handle Null Value in QlikView Star Schema Model? and dealing with 2 dates Created Date and Completed Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-handle-Null-Value-in-QlikView-Star-Schema-Model-and/m-p/830864#M292441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to expand the field Name in the field Expression in your list box, instead using an if condition that will be executed per row of your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To demonstrate, I've created two new variables for year and month list box field selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Apr 2015 08:12:22 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-04-28T08:12:22Z</dc:date>
    <item>
      <title>How to handle Null Value in QlikView Star Schema Model? and dealing with 2 dates Created Date and Completed Date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-Null-Value-in-QlikView-Star-Schema-Model-and/m-p/830860#M292437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a fact which is having 2 date keys with 2 separate date dimensions Created Date and Completed Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When Order has been created but not yet completed for those records Completed date will be Blank and in My dashboard, I have to use both Created as well as Completed date to filter data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to browse my data It is always showing records which are completed. It is not showing record which are not yet completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I have designed my dashboard is by Creating a Input box named as Date Type and hardcoded 2 values Created Date and completed Date in dropdown list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now selected a list box and used below expression to get Created year and completed Year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(vDateType='Created Date',[Created Year],[Completed Year])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same way to get Created and completed Quarter, Month and Day of month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when I select Date Type Created Date from dropdown then my dashboard should display data for Created year, Quarter, month and Day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When Date Type Completed Date from dropdown then my dashboard should display data for Completed year, Quarter, month and Day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But It is not working as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See screenshot7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select&amp;nbsp; Date Type=Created Date and I select Year 2015 my current selection box is displaying that I have selected both Created Year and completed Year. How this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See Screenshot 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Shivendoo Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 11:34:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-Null-Value-in-QlikView-Star-Schema-Model-and/m-p/830860#M292437</guid>
      <dc:creator />
      <dc:date>2015-04-27T11:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle Null Value in QlikView Star Schema Model? Created Date and Completed Date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-Null-Value-in-QlikView-Star-Schema-Model-and/m-p/830861#M292438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shivendoo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you post an example qvw?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 15:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-Null-Value-in-QlikView-Star-Schema-Model-and/m-p/830861#M292438</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-04-27T15:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle Null Value in QlikView Star Schema Model? Created Date and Completed Date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-Null-Value-in-QlikView-Star-Schema-Model-and/m-p/830862#M292439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached Sample qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Explanation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Order Count by Created Date on 26th Apri-2015 is 143&lt;/P&gt;&lt;P&gt;Order Count by Completed Date on 26th Apri-2015 is 56&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select Date Type=Created Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then select Year=2015, Month=Apr Day=26, 27&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting count 56 but I am expecting 143&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you see current selection box: It is displaying Created Year=2015 and Completed Year=2015 but I have selected just Created Year, not Completed Year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I clear Completed related selection from current selection box then I am getting count 143.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Why this approach is not working? what would be alternate way to achieve this?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 00:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-Null-Value-in-QlikView-Star-Schema-Model-and/m-p/830862#M292439</guid>
      <dc:creator />
      <dc:date>2015-04-28T00:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle Null Value in QlikView Star Schema Model? and dealing with 2 dates Created Date and Completed Date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-Null-Value-in-QlikView-Star-Schema-Model-and/m-p/830863#M292440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts, Please could you guys respond to this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 06:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-Null-Value-in-QlikView-Star-Schema-Model-and/m-p/830863#M292440</guid>
      <dc:creator />
      <dc:date>2015-04-28T06:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle Null Value in QlikView Star Schema Model? and dealing with 2 dates Created Date and Completed Date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-Null-Value-in-QlikView-Star-Schema-Model-and/m-p/830864#M292441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to expand the field Name in the field Expression in your list box, instead using an if condition that will be executed per row of your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To demonstrate, I've created two new variables for year and month list box field selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 08:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-Null-Value-in-QlikView-Star-Schema-Model-and/m-p/830864#M292441</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-04-28T08:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle Null Value in QlikView Star Schema Model? and dealing with 2 dates Created Date and Completed Date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-Null-Value-in-QlikView-Star-Schema-Model-and/m-p/830865#M292442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, I also want to clear Created Year, Quarter, Month and Day selections when I change from Date Type Value from Created Date to Completed Date and Vice Versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want clear any other selections other that these 4 Year, Quarter, Month and Day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose I have selected Date Type=Created Date and Selected Year=2015, Quarter=Q2, Month=Apr, Day=26&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and suppose I have another selection Country and I have selected Country=Australia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I change Date Type=Completed Date, When I do this Created Year=2015, Created Quarter=Q2, Created Month=Apr, Created Day=26, selection should clear automatically but It should not clear the Country=Australia selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure How to do this? Appreciate you guidance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 08:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-Null-Value-in-QlikView-Star-Schema-Model-and/m-p/830865#M292442</guid>
      <dc:creator />
      <dc:date>2015-04-28T08:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle Null Value in QlikView Star Schema Model? and dealing with 2 dates Created Date and Completed Date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-Null-Value-in-QlikView-Star-Schema-Model-and/m-p/830866#M292443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a variable Event Trigger with several Actions in Settings - Document properties to clear selections in These fields when the variable changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 09:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-Null-Value-in-QlikView-Star-Schema-Model-and/m-p/830866#M292443</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-04-28T09:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle Null Value in QlikView Star Schema Model? and dealing with 2 dates Created Date and Completed Date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-Null-Value-in-QlikView-Star-Schema-Model-and/m-p/830867#M292444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Swuehl,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I learnt one lesson:&lt;/P&gt;&lt;P&gt;Create a action with = Singe&amp;nbsp; It is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached screenshot:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 00:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-Null-Value-in-QlikView-Star-Schema-Model-and/m-p/830867#M292444</guid>
      <dc:creator />
      <dc:date>2015-04-29T00:14:56Z</dc:date>
    </item>
  </channel>
</rss>

