Hi,
Is it possible to pass a custom hidden variable from Collect to aggregate, other than the fixed ones (IMEI, sim number, etc)?
Thanks,
Saad
Hi,
Is it possible to pass a custom hidden variable from Collect to aggregate, other than the fixed ones (IMEI, sim number, etc)?
Thanks,
Saad
If you use calculate type questions they are, in a way, hidden. There's the audit log functionality. Can you please explain desired use case a bit more?
I need to embed the form version number in some field in the form and get it passed from Collect to Aggregate without displaying it to the user.
+-----------+------+-------+-------------------------+
|   type    | name | label |       calculation       |
+-----------+------+-------+-------------------------+
| calculate | vers |       |     /*[1]/@version      |
+-----------+------+-------+-------------------------+
Great, thanks! It works fine.
Is there a list of all variables which we can send through this method, other than form id and version?
I’m also still curious if there is a list anywhere of these variables…