
Contributor III
2019-03-18
08:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Subtract values in one table from another
Hello
I have loaded in two tables. First table contains unique ITEMS and BALANCE for these items. Second table contains BOOKINGS related with certain ITEMS. How to subtract bookings from related item balances in data load?
Table1:
ITEM
BALANCE
Table2:
ITEM
BOOKING
I would like to get Table 3:
Table3:
ITEM
BALANCE - BOOKING
942 Views
3 Replies

Partner - Creator
2019-03-18
08:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't know what are you trying to achieve here,
But in my guess Try this,
In table 3, Add Items as dimension and Sum(Balance)-Sum(Booking)
You Know What To Do.
931 Views

Contributor III
2019-03-18
08:59 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the reply, but I would like to do the subtraction in data load not in app overview .
926 Views

Specialist
2019-03-18
09:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need to join first 2 tables and then use resident load to do the requisite.
If possible share sample data or try above .
If possible share sample data or try above .
914 Views
