Hi Team, I plan to add guidance for slope correction values of plot radii (i.e. a function showing message as a text field) based on given slope angle, but that will be needed only in Mobile but not in Collect on desktop/laptop. Is there any way to detect the platform by using xPath language? Regards, Lauri |
Hi Lauri, |
It can be shown on Mobile as a text field using a function, but not included in data export. -Lauri |
In the newest Collect v 3.22.1 there are now new custom Environment functions:
and Mathematical functions:
An example: showing slope correction for 15m plot radius when slope more than 5 degrees (or less than -5):
and Apply when rule: env:mobile() and This may need some further development, but the basic idea is here. regards, Lauri |