HI,
is there a way to use CalcFormula to lookup for values from different table based on the value in another filed or a constant value using IF statement?
Ex :
CalcFormula = if ( field(A) = 1 ) Lookup("Table1".Name where("Record Type" = const("Some Value)
else if(filed(B)=2 ) lookup("Table2.Name where where("Record Type" = const("Some Value) ;
FieldClass = FlowField;
Thanks,
Nishan