Dear Experts
I need your expert advice on resolving following:
Below is a scenario:
Input 1 --> have fields --- Investment_Instrument , Invesment_Amount
Input 2 global_parameters --> have fields --- run_date, min_limit, max_limit, investment_rate
There are two tables and we have to produce output:
Investment_Instrument , Invement_Amount , profit_earned
We have 1 formula field: Profit_earned
Profit_earned = investment_amount * invesment_rate [where investment_amount between min_limit and max_limit]
Problem statement:
Apparently we cannot use JOIN control or UNION control between 2 inputs - as I tried both methods and it did not work.
How can I use fields from Input 2 in formula control of Input 1?