Hello,
I have a survey with a couple pulldata() calls on an external csv. These work just fine in most situations (Connect and Web Survey), but not when the form is embedded in a dashboard where it is intended to be used. Is there any difference between the web form version of a form and the embedded dashboard version that would cause this?
I have attached my form, and here are the fields in the csv that I am using:
name | label | Organization | Title |
Hi. Having your web survey run embedded within a dashboard should not add any variation. If your pulldata functions work well within the survey123 web app, they should run the same when embedded in your survey.
I did not see any pulldata() calls in the XLForm attached above.
Hey Ismael, thank you for taking a look at this. My pulldata() calls are in the calculation column for fields "Agent_Organization","Agent_JobTitle" and "Agent_Email". Cells K37-K39.
If they need to be in a different column to run, I don't think that would be a problem. I appreciate you clarifying that they should be working the same in the web app vs the dashboard.