<?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: Calculating fields with different tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculating-fields-with-different-tables/m-p/1241839#M850798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;pelease upload a small sample qvw, without knowing your datamodel and fields it might be difficult to assist.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;German&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Mar 2017 13:45:46 GMT</pubDate>
    <dc:creator>german24</dc:creator>
    <dc:date>2017-03-07T13:45:46Z</dc:date>
    <item>
      <title>Calculating fields with different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-fields-with-different-tables/m-p/1241838#M850797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I Have CASE STATEMENT like below,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CASE WHEN "W_GL_ACCOUNTS_D"."GROUP_ACCOUNT_NUM"='CASH' THEN (CASE WHEN "BICS_GL_LEDGER_D_V"."LEDGER_CURRENCY"='GBP'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; THEN "W_GL_BALANCES_F"."BALANCE_LOC_AMOUNT"*1.24 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; WHEN&amp;nbsp; "BICS_GL_LEDGER_D_V"."LEDGER_CURRENCY"='EUR'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; THEN "W_GL_BALANCES_F"."BALANCE_LOC_AMOUNT"*1.07 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ELSE "W_GL_BALANCES_F"."BALANCE_LOC_AMOUNT" END ) END CASH&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Here, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;GROUP_ACCOUNT_NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; is from &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;GROUP_ACCOUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;LEDGER CURRENCY&lt;/SPAN&gt; is from &lt;SPAN style="font-size: 13.3333px;"&gt;LEDGER&lt;/SPAN&gt; Table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;BALANCE LOC AMOUNT&lt;/SPAN&gt; is from &lt;SPAN style="font-size: 13.3333px;"&gt;BALANCE&lt;/SPAN&gt; Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help in writing this in a simple way. without if statement.&lt;/P&gt;&lt;P&gt;Is this possible with the Mapping load ?&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/Calculating-fields-with-different-tables/m-p/1241838#M850797</guid>
      <dc:creator>viveksingh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating fields with different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-fields-with-different-tables/m-p/1241839#M850798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;pelease upload a small sample qvw, without knowing your datamodel and fields it might be difficult to assist.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;German&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 13:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-fields-with-different-tables/m-p/1241839#M850798</guid>
      <dc:creator>german24</dc:creator>
      <dc:date>2017-03-07T13:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating fields with different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-fields-with-different-tables/m-p/1241840#M850799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why is there a need to simplify this? It looks like good code to me ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 14:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-fields-with-different-tables/m-p/1241840#M850799</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-07T14:14:13Z</dc:date>
    </item>
  </channel>
</rss>

