<?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 Problem with relations in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-relations/m-p/1221207#M872353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what am I doing wrong though I get two types of period, one from the budget and one from Fakturor/Calendar1?&lt;/P&gt;&lt;P&gt;I´m not able to show values from the budget and sales at the same time, see attached qv. ! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Problem with relations</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-relations/m-p/1221207#M872353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what am I doing wrong though I get two types of period, one from the budget and one from Fakturor/Calendar1?&lt;/P&gt;&lt;P&gt;I´m not able to show values from the budget and sales at the same time, see attached qv. ! &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/Problem-with-relations/m-p/1221207#M872353</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with relations</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-relations/m-p/1221208#M872354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your Period from Budget2016 is recognized as text (left aligned) while theother field Period contain dateformat (right aligned)&lt;/P&gt;&lt;P&gt;you Need to Format Period from Budget2016 as date using&amp;nbsp; date#(Period,'YYYYMM')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 11:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-relations/m-p/1221208#M872354</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-09T11:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with relations</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-relations/m-p/1221209#M872355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but Period comes fron the CrossTable:&amp;nbsp; &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;CrossTable&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Period&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I have tried to format this like CrossTable(date#(Period,'YYYYMM'),Amount) but this doesn´t work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 12:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-relations/m-p/1221209#M872355</guid>
      <dc:creator />
      <dc:date>2016-11-09T12:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with relations</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-relations/m-p/1221210#M872356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then try to load the table again&lt;/P&gt;&lt;P&gt;load into temporary table&lt;/P&gt;&lt;P&gt;Tmp:&lt;/P&gt;&lt;P&gt;load date#(Period,'YYYYMM') as Period,&lt;/P&gt;&lt;P&gt;other field&lt;/P&gt;&lt;P&gt;resident Budget2016;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table Budget2016;&lt;/P&gt;&lt;P&gt;rename table Tmp to Budget2016;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 12:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-relations/m-p/1221210#M872356</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-09T12:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with relations</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-relations/m-p/1221211#M872357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made it with a temporary table and load resident.&lt;/P&gt;&lt;P&gt;Thanks for all help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Håkan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 12:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-relations/m-p/1221211#M872357</guid>
      <dc:creator />
      <dc:date>2016-11-09T12:47:07Z</dc:date>
    </item>
  </channel>
</rss>

