Hi,
I would like in the map:
- if there is latitude-longitude saved in DB, the default position is set to these values;
- Otherwise the default position is set to the current position of the gps signal.
I set this formula on the "DefaultLatitude":
If (DataCardValue3.Text = ""; Location.Latitude; DataCardValue3.Text)
DataCardValue3.Text is displayed correctly while Location.Latitude is not displayed,
See Attachment please.
Thank you
cv