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 asked 19 Oct '17, 02:34 Lauri (OF) ♦♦ |
Hi Lauri, answered 19 Oct '17, 17:31 Stefano (OF) ♦♦ |
It can be shown on Mobile as a text field using a function, but not included in data export. -Lauri answered 20 Oct '17, 00:38 Lauri (OF) ♦♦ |
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 answered 08 Jun '18, 12:04 Lauri (OF) ♦♦ |