I have a form with a select_one, some text fields (data entry) and some pulldata() text fields. If I enter data into one of the text fields all the pulldata() calculations are performed. I cannot get the select_one to perform the pulldata() calculations. Is there a trick to getting the pulldata() calculations to perform when someone makes a select_one selection?
Hi Jonathan,
I have attached an example of a pulldata calculation working against a choice from a select_one question. Please take a look and see if this is helps you. If this does not help you, please provide the zipped folder as an attachment to this thread, or I can provide you with my email upon request.
Best,
Brandon
Thanks, this is exactly what I needed. I had my CSV incorrectly formatted. I want to allow the user to pick from a list if a barcode read doesn't work. Should I be able to conditionally do a PULLDATE() using IF...THEN? IF barcode is NULL then pulldata() using select_one?