<?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: creating a new field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86937#M5761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I currently have a vizlib sparkline table organized by branch region, then govACC Type. I would like to input goals into the table so that I can use it for comparison purposes. I created some sample data of the deposits table and the goals table that I had just created. For some reason the goals are not making the connection into the table. I also cannot use if statements in the table as it makes the sparklines disappear. I also tried to left join the tables based on branch numbers, but that caused qlik sense to crash. Any help would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Aug 2018 14:48:00 GMT</pubDate>
    <dc:creator>hamza99a</dc:creator>
    <dc:date>2018-08-15T14:48:00Z</dc:date>
    <item>
      <title>creating a new field</title>
      <link>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86933#M5757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I have created a table that shows Account Type, the region, and the balance amount for the day. I now want to show percentage of my yearly goal for each region and each account type. I have created an excel file that has the same dimension names, yet when I add them in and try to do a calculation with the goal, it seems that it appears null. If anyone knows how to help Id greatly appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hamza&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 18:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86933#M5757</guid>
      <dc:creator>hamza99a</dc:creator>
      <dc:date>2018-08-14T18:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: creating a new field</title>
      <link>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86934#M5758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/85977"&gt;mahlerma&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/206168"&gt;youssefbelloum&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/2226"&gt;johnw&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/43763"&gt;csg&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 18:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86934#M5758</guid>
      <dc:creator>hamza99a</dc:creator>
      <dc:date>2018-08-14T18:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: creating a new field</title>
      <link>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86935#M5759</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;could you provide us an example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you already got a year-to-date data or this is also part of the task?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 08:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86935#M5759</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2018-08-15T08:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: creating a new field</title>
      <link>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86936#M5760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide the expression or a screen shot...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; Year = {'2018'},[Account type]=,Region= &amp;gt;} [Balance Amount])/Sum(total {&amp;lt; Year = {'2018'},[Account type]=,Region= &amp;gt;} [Balance Amount])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 14:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86936#M5760</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-08-15T14:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: creating a new field</title>
      <link>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86937#M5761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I currently have a vizlib sparkline table organized by branch region, then govACC Type. I would like to input goals into the table so that I can use it for comparison purposes. I created some sample data of the deposits table and the goals table that I had just created. For some reason the goals are not making the connection into the table. I also cannot use if statements in the table as it makes the sparklines disappear. I also tried to left join the tables based on branch numbers, but that caused qlik sense to crash. Any help would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 14:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86937#M5761</guid>
      <dc:creator>hamza99a</dc:creator>
      <dc:date>2018-08-15T14:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: creating a new field</title>
      <link>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86938#M5762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/235134"&gt;davidstorek&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/206168"&gt;youssefbelloum&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/192319"&gt;undergrinder&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 14:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86938#M5762</guid>
      <dc:creator>hamza99a</dc:creator>
      <dc:date>2018-08-15T14:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: creating a new field</title>
      <link>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86939#M5763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I even tried adding in the goals table manually and I get this error. &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 15:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86939#M5763</guid>
      <dc:creator>hamza99a</dc:creator>
      <dc:date>2018-08-15T15:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: creating a new field</title>
      <link>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86940#M5764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;try this post &lt;A href="https://community.qlik.com/thread/311030"&gt;% of Goal&lt;/A&gt; it is the simmilar to what you are asking&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 06:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86940#M5764</guid>
      <dc:creator>DavidŠtorek</dc:creator>
      <dc:date>2018-08-16T06:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: creating a new field</title>
      <link>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86941#M5765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actualy it is the same &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 06:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86941#M5765</guid>
      <dc:creator>DavidŠtorek</dc:creator>
      <dc:date>2018-08-16T06:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: creating a new field</title>
      <link>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86942#M5766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hamza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the attached files,&lt;/P&gt;&lt;P&gt;The goals and the facts can connect though GovAccType - GoalsGovAccType column - did you rename these columns to share the name? &lt;/P&gt;&lt;P&gt;And the Branch number should be changed to Goals Branch Region or vice versa, to fulfill the key's requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 09:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86942#M5766</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2018-08-16T09:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: creating a new field</title>
      <link>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86943#M5767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PLease see the attached screenshot&lt;/P&gt;&lt;P&gt;&lt;IMG alt="goal-fact.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211028_goal-fact.png" style="height: 137px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;You need proper create the data model.&lt;/P&gt;&lt;P&gt;My load script was based on your sample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15344157598622418 jive_text_macro" jivemacro_uid="_15344157598622418"&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Goals:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper("Goals Branch Region" &amp;amp;'-'&amp;amp; GoalsGovAccType) as Key,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "GOALS:" as Goals&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FROM [lib://download/Sample data Goals (1).xlsx]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Facts_tmp:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ACCT NBR",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GovAccType,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Current Balance",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Production Date",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Tax ID",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Balance Previous Year",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Open DT",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Close DT",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Branch Number"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FROM [lib://download/Sample Datareal.xlsx]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(ooxml, embedded labels, table is Deposits28);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Left join(Facts_tmp)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Branch Region",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Branch Number"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FROM [lib://download/Sample Datareal.xlsx]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(ooxml, embedded labels, table is Branch);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Facts:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ACCT NBR",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GovAccType,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Current Balance",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Production Date",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Tax ID",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Balance Previous Year",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Open DT",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Close DT",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Branch Number",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Branch Region",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper("Branch Region" &amp;amp; '-' &amp;amp; GovAccType) as Key&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident Facts_tmp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;drop table Facts_tmp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 10:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86943#M5767</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2018-08-16T10:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: creating a new field</title>
      <link>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86944#M5768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello I am sorry but the original data called sample data does not have a branch region. I have a different file called branch where it includes branch region and branch number. Maybe I need to join them based on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 13:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86944#M5768</guid>
      <dc:creator>hamza99a</dc:creator>
      <dc:date>2018-08-16T13:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: creating a new field</title>
      <link>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86945#M5769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just follow the logic I provide in the example.&lt;/P&gt;&lt;P&gt;It doesn't matter from which table come from the branch number - brach region dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 14:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86945#M5769</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2018-08-16T14:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: creating a new field</title>
      <link>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86946#M5770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem I am getting is that the Gov Acc Type is not linking. So essentially I need deposits curr bal amt, Goals, Gov Acc Type, and Branch Region all to line up. When I do the join it creates 3 synthetic keys. Please find image below of the error I am getting. &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, 16 Aug 2018 15:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86946#M5770</guid>
      <dc:creator>hamza99a</dc:creator>
      <dc:date>2018-08-16T15:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: creating a new field</title>
      <link>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86947#M5771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also when i tried the left join portion, it crashed my qlik sense, not too sure why&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 15:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86947#M5771</guid>
      <dc:creator>hamza99a</dc:creator>
      <dc:date>2018-08-16T15:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: creating a new field</title>
      <link>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86948#M5772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You get a circular reference.&lt;/P&gt;&lt;P&gt;See the link below&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/LoadData/understand-circular-references.htm" title="https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/LoadData/understand-circular-references.htm"&gt;https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/LoadData/understand-circular-references.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 07:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86948#M5772</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2018-08-17T07:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: creating a new field</title>
      <link>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86949#M5773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I upload a qvf file, please look into it.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-20328"&gt;Goal vs actual.qvf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have further concern please share your qvf, in order to debugging.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 07:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86949#M5773</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2018-08-17T07:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: creating a new field</title>
      <link>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86950#M5774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The one thing that I dont think you understand is that I do not have branch region in my sampledatareal file. I understand the join and everything, however I do not have branch region in the file with deposits and the balances. If you could get it to work that way, it would be much 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>Fri, 17 Aug 2018 12:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86950#M5774</guid>
      <dc:creator>hamza99a</dc:creator>
      <dc:date>2018-08-17T12:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: creating a new field</title>
      <link>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86951#M5775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand that, the Branch region and branch number is on other granularity level, but you can rearrange the data that way to have a branch region.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I misunderstand something &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I won't spam this thread further, I hope you manage the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 12:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86951#M5775</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2018-08-17T12:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: creating a new field</title>
      <link>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86952#M5776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also using a qvd file for this, if that changes anything. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 12:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/creating-a-new-field/m-p/86952#M5776</guid>
      <dc:creator>hamza99a</dc:creator>
      <dc:date>2018-08-17T12:24:00Z</dc:date>
    </item>
  </channel>
</rss>

