<?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: data model help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/data-help/m-p/1005570#M341579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are using two different types of values for Period:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"P 01 - 2015" and "1".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore the tables do not link correctly. In your Period listbox, you are using an expression that includes only the "n" values. A selection in that listbox will excluded any data for tables that use the "P nn - 2015" tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify one or the other so Period is consistent through all tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Oct 2015 09:23:05 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2015-10-19T09:23:05Z</dc:date>
    <item>
      <title>data  help</title>
      <link>https://community.qlik.com/t5/QlikView/data-help/m-p/1005566#M341575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;I stuck in a problem where I need to get the association in all the sheets&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 08:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-help/m-p/1005566#M341575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-19T08:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: data model help</title>
      <link>https://community.qlik.com/t5/QlikView/data-help/m-p/1005567#M341576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've analyzed your Dashboard and found that in the B&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;alance Sheet you didn't use the same Period expression as the others sheets. Change the field in the Listbox to &amp;lt;Expression&amp;gt; and put this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Period = 'P 00 - 2015','',&lt;/P&gt;&lt;P&gt;if(Period = 'P 01 - 2015','',&lt;/P&gt;&lt;P&gt;if(Period = 'P 02 - 2015','',&lt;/P&gt;&lt;P&gt;if(Period = 'P 03 - 2015','',&lt;/P&gt;&lt;P&gt;if(Period = 'P 04 - 2015','',&lt;/P&gt;&lt;P&gt;if(Period = 'P 05 - 2015','',&lt;/P&gt;&lt;P&gt;if(Period = 'P 06 - 2015','',&lt;/P&gt;&lt;P&gt;if(Period = 'P 07 - 2015','',&lt;/P&gt;&lt;P&gt;if(Period = 'P 08 - 2015','',&lt;/P&gt;&lt;P&gt;if(Period = 'P 09 - 2015','',&lt;/P&gt;&lt;P&gt;if(Period = 'P 10 - 2015','',&lt;/P&gt;&lt;P&gt;if(Period = 'P 11 - 2015','',&lt;/P&gt;&lt;P&gt;if(Period = 'P 12 - 2015','',&lt;/P&gt;&lt;P&gt;if(Period = 'P 13 - 2015', '',&lt;/P&gt;&lt;P&gt;if(Period = 0, '',Period&lt;/P&gt;&lt;P&gt;)))))))))))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it solved your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 09:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-help/m-p/1005567#M341576</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-10-19T09:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: data model help</title>
      <link>https://community.qlik.com/t5/QlikView/data-help/m-p/1005568#M341577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Braga&lt;/P&gt;&lt;P&gt;thanks for the quick help, but if I change and if I do selection on the field&lt;/P&gt;&lt;P&gt;the values in the other sheets are changing to no data.&lt;/P&gt;&lt;P&gt;could you please share qvw if you find the correct way to do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 09:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-help/m-p/1005568#M341577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-19T09:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: data model help</title>
      <link>https://community.qlik.com/t5/QlikView/data-help/m-p/1005569#M341578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John, the 'Period' field laoden in BS table has a format of 'P nn - YYYY', mwanwhile, the period from the calendar and Data table is a number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This causes that any selection in Dta table will filter the 'Period' values wich doesn't have a related value in BS table.&lt;/P&gt;&lt;P&gt;Try loading Period field in BS table as:&lt;/P&gt;&lt;P&gt;num(mid(Period,3,2)) as Period&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 09:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-help/m-p/1005569#M341578</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-10-19T09:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: data model help</title>
      <link>https://community.qlik.com/t5/QlikView/data-help/m-p/1005570#M341579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are using two different types of values for Period:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"P 01 - 2015" and "1".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore the tables do not link correctly. In your Period listbox, you are using an expression that includes only the "n" values. A selection in that listbox will excluded any data for tables that use the "P nn - 2015" tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify one or the other so Period is consistent through all tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 09:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-help/m-p/1005570#M341579</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-10-19T09:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: data model help</title>
      <link>https://community.qlik.com/t5/QlikView/data-help/m-p/1005571#M341580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob&lt;/P&gt;&lt;P&gt;thanks for your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please suggest me with an app where or which period needs to be changed&lt;/P&gt;&lt;P&gt;if I change any I am not getting any values &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;in the charts&lt;/P&gt;&lt;P&gt;please suggest me with an app. Hoping for your resposne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 10:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-help/m-p/1005571#M341580</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-19T10:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: data model help</title>
      <link>https://community.qlik.com/t5/QlikView/data-help/m-p/1005572#M341581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben&lt;/P&gt;&lt;P&gt;after trying with your suggestion I am getting zero values in the charts&lt;/P&gt;&lt;P&gt;could you please try and let me know?&lt;/P&gt;&lt;P&gt;hoping for a positive response&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 10:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-help/m-p/1005572#M341581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-19T10:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: data model help</title>
      <link>https://community.qlik.com/t5/QlikView/data-help/m-p/1005573#M341582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John, I'm unable to try beacuse I'll need to reload the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In script, 'Balance Sheet' tab I would cahnge "Period" to "num(mid(Period,3,2)) as Period" in the 3 tables ([BS BUDGET], [BS FORECAST] and [BS ACTUAL])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 10:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-help/m-p/1005573#M341582</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-10-19T10:41:46Z</dc:date>
    </item>
  </channel>
</rss>

