<?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: Daily budget calculation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Daily-budget-calculation/m-p/1662669#M49796</link>
    <description>&lt;P&gt;Why don't you just link both the table on below key&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;table1:
load invoice_date ,
     invoice_no,
     store_no,
     autonumber#256(store_no&amp;amp;invoice_date) as Key
     store_code,
     invoice_AMT
FROM table1;

table2:
store_no, ,
load [daily budget date] ,
     store_no,
     autonumber#256(store_no&amp;amp;[daily budget date]) as Key
     [daily budget]
FROM table1;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you link the table this way it will automatically give you budget value when you select any invoice date. Before that please check the grain of both table on this Key and then accordingly do the change&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 05 Jan 2020 11:35:52 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2020-01-05T11:35:52Z</dc:date>
    <item>
      <title>Daily budget calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Daily-budget-calculation/m-p/1662619#M49789</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;i have to table :&lt;/P&gt;&lt;P&gt;first table include (invoice_date ,invoice_no,store_no,store_code,invoice_AMT )&lt;/P&gt;&lt;P&gt;second table is an excel sheet which is including ( store_no,daily budget date ,daily budget )&amp;nbsp;&lt;/P&gt;&lt;P&gt;in case of selecting invoice date it should read directly the daily budget for the same store_no )&amp;nbsp;&lt;/P&gt;&lt;P&gt;so any suggestion please .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2020.jpg" style="width: 683px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26360i16358E1BDC9B9102/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020.jpg" alt="2020.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Daily-budget-calculation/m-p/1662619#M49789</guid>
      <dc:creator>steps1989</dc:creator>
      <dc:date>2024-11-16T19:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Daily budget calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Daily-budget-calculation/m-p/1662649#M49791</link>
      <description>&lt;P&gt;If I understood correctly what you are trying to achieve, you can do it by using this expression:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;DAILY_BUDGET_DATE = p(INVOICE_DATE)&amp;gt;}BUDGET)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See attached example dashboard&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jan 2020 23:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Daily-budget-calculation/m-p/1662649#M49791</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2020-01-04T23:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Daily budget calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Daily-budget-calculation/m-p/1662669#M49796</link>
      <description>&lt;P&gt;Why don't you just link both the table on below key&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;table1:
load invoice_date ,
     invoice_no,
     store_no,
     autonumber#256(store_no&amp;amp;invoice_date) as Key
     store_code,
     invoice_AMT
FROM table1;

table2:
store_no, ,
load [daily budget date] ,
     store_no,
     autonumber#256(store_no&amp;amp;[daily budget date]) as Key
     [daily budget]
FROM table1;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you link the table this way it will automatically give you budget value when you select any invoice date. Before that please check the grain of both table on this Key and then accordingly do the change&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jan 2020 11:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Daily-budget-calculation/m-p/1662669#M49796</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-05T11:35:52Z</dc:date>
    </item>
  </channel>
</rss>

