Hi All,
Is it possible within a survey123 smart form to notify the surveyor if a survey on the same site was done in the last 15 days?
Thank you in advance.
Lemuel M.
Solved! Go to Solution.
Yes.
You will need to use the pulldata("@layer") function for this. I attached an XLSForm example.
Notes:
assetID='100' and inspectionDate BETWEEN CURRENT_TIMESTAMP - 15 AND CURRENT_TIMESTAMP
To setup the XLSForm:
Hope it helps.
Yes.
You will need to use the pulldata("@layer") function for this. I attached an XLSForm example.
Notes:
assetID='100' and inspectionDate BETWEEN CURRENT_TIMESTAMP - 15 AND CURRENT_TIMESTAMP
To setup the XLSForm:
Hope it helps.
Thank you so much Ismael. This works beautifully. The sample survey with your instructions helped a lot too. I will just let the user making the request know that the function would only works while online, and let him pick. Thanks again.
Best Regards.