July 27, 200124 yr Hi How do we check to know if the conditional value list is empty because of some condition is false WITHOUT using the mouse to click on the field. Thank in advance
July 27, 200124 yr Create a calculation field which uses the same criteria as the value list, and display some message indicating whether it is valid or not. For example: cVLStatus = If ( IsValid ( VL_Relationship::VLItem ), "List Populated", "List Empty" )
July 27, 200124 yr Author Thank you very much for very quick response. I will take a look now. Thanks again.
Create an account or sign in to comment