Hi,
I have two lookup tables for fluid properties. I am trying to select between two fluids. Using the IF THEN ELSE() function, I am not allowed to select lookups. "Argument 2 to IF THEN ELSE can not be a Lookup."
What should I do instead of:
IF THEN ELSE(fluid=1, fluid1 lookup, fluid2 lookup)?
Lookup selection IF THEN ELSE()
-
- Senior Member
- Posts: 142
- Joined: Tue Mar 14, 2023 2:05 am
- Vensim version: DSS
Re: Lookup selection IF THEN ELSE()
IF THEN ELSE(fluid=1, fluid1 lookup(input), fluid2 lookup(input))
/*
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/