satinsilhouette
Instructor
- Feb 21, 2006
- 625
I have a field that if it is null then I need to look at antoher field and get the result here, BUT - I have a parameter that needs to feed off of this exchange.
Table A = Contract
Table B = Activity
Table C = Business Units
If isnull(contract.account_unit) then (Activity.Account_unit) else contract.account_unit
{?business_unit) = view.business unit - based off of contract.account_unit
Does the question make sense?
Thanks so much!
satinsilhouette
Table A = Contract
Table B = Activity
Table C = Business Units
If isnull(contract.account_unit) then (Activity.Account_unit) else contract.account_unit
{?business_unit) = view.business unit - based off of contract.account_unit
Does the question make sense?
Thanks so much!
satinsilhouette