I have to prepare cash-flow. there are 2 different entity like entity A and entity B.
entity A has record of Payment we have to pay on that date.
entity B has record of Payment which come from customer.
so,
Entity A Entity B
Jan/2019 | -300 USD Jan/2019 | +500 USD
Feb/2019 | -200 USD Feb/2019 | +200 USD
March/2019 | -100 USD March/2019 | +100 USD
June/2019 | -700 USD April/2019 | +600 USD
December/2019 | -300 USD November/2019 | +700 USD
There are data for one record.
and i want to print report like below.
Date Entity A Entity B Total
Jan - 2019 -300 USD +500 USD +200 USD
Feb- 2019 -200 USD +200 USD +0 USD
March- 2019 -0 USD +100 USD +100 USD
April- 2019 -0 USD +600 USD +600 USD
June- 2019 -700 USD +0 USD -700 USD
November- 2019 -0 USD +700 USD +700 USD
December- 2019 -300 USD +0 USD -300 USD
Please help me to do this.
Thanks In Advance.
Hi..
Either you can combine those entities using fetchxml query.. if there is a relationship between both entities then in FetchXML you can pull data from both entities. All rows will be in single dataset and then you can easily show it in report.
Another option is SSRS Lookup function, where you can pull data from another data set.
docs.microsoft.com/.../report-builder-functions-lookup-function
Hope this will help..
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156