Take The Flex Link Challenge
Posted: Wed May 09, 2001 6:27 pm
In my report writing I try to minimize scans whenever possible. In prior versions, I will even do 3 lookups to check for 3 possible values in a field rather than do a scan and handle the results.____I was hoping Flexlink would solve this problem by allowing us the use of Case or IIF functions. But they are not available. For example if you wanted to check field MM in the related file for the values "A","B" or "C" You could do: ____CASE(MM,"A","Y","B","Y","C","Y","N")____On the lookup field side you^d have a "Y".____So.... Am I missing something here? Is there a way hidden within Flexlink to do what I want?__