Referencing(?) issue?

Iโ€™m trying to auto populate rows in my form dependant on first selection, I want the next line to fill in the address of the matching selectionโ€ฆ

But when I try to(de?)reference it with [show id].[venue address], it says itโ€™s right, but if I put it in the formula box, it makes the field disappear?..and if I put the same expression in the initial value box, it doesnโ€™t work?

What am I doing wrong?

Solved Solved
0 13 564
1 ACCEPTED SOLUTION

In generallyโ€ฆ please check this article.

View solution in original post

13 REPLIES 13

Can you please upload here the whole formula for Name and Address?

It sounds either you donโ€™t have any address in Show record or because you are using normal column, you havenโ€™t opened and saved the record after the formula is created.


Thanks aleksi, I guess I needed to sleep on it. I think I was also kept looking at the wrong โ€œdateโ€.

But Iโ€™m still having issues understanding referencing.

Iโ€™ve created a vcolumn that measures the distance from the latlong in one column and the latlong in another and then converts it to miles. This column is called [in miles]
I have a regular column called [milage], that I want populated with the number from [in miles]

But Iโ€™ve tried many different ways and put the reference different places and opened and [milage] just comes up blank even when I try to re-save in case it just hasnโ€™t picked it up. I keep getting hung up on little references like total road blocks for what Iโ€™m doing
Iโ€™ve tried just referencing [in miles] or [_thisrow].[in miles] or id[in miles] and anything else I can think of
(Just tried a couple more ways that came to mind, but still nothing)

*on a side note, once I get this figured outโ€ฆ
If you have 2 columns: 1 with an address and 1 with a latlong
Is there a way for the latlong column to pick up the latlong from the address entered in the address coloumn? Or no?

Yes you can read it like LOOKUP([_THISROW].[ADDRESS],โ€œTableNameโ€,โ€œAddressโ€,โ€œLatLongColumnโ€)

Is there an article on more about this?

In generallyโ€ฆ please check this article.

Thank you!!!

Please check this articleโ€ฆ

I feel terrible for asking so many questions, but I just can get this figured out and have watched every single video and read sooooo many links related to what Iโ€™m trying to do and distance, latlong, addresses and locations and Iโ€™m STILL stuck and seriously donโ€™t want to give upโ€ฆ
Iโ€™m pretty sure what Iโ€™m trying to do IS doable, I just canโ€™t get it to work.
Not sure if I need more columns to help it better calculate or what.

I have an โ€œitineraryโ€ table
I want to be able to enter a โ€œcoming fromโ€ address and then have the โ€œhidden fromโ€ column reference(?) the address in โ€œcoming fromโ€ and translate it to the approx latlong.
Then I have a โ€œgoing toโ€ column and a โ€œhidden goingโ€ column, that I want to basically do the same, but with a different address.

Then I want to be able to calculate the distance between the 2 as well as calculate the travel time that would take.

  • I think I know how to do this part, at least the distance part and Iโ€™ll have to figure out some math to calculate the timeโ€ฆsomehow, if that possible.

But Iโ€™m stuck because I canโ€™t figure out how the get the latlong columns to pick up on the addresses entered and then calculate the latlong without physically moving the latlong indicator or knowing the latlong of the address.

If anyone understands what Iโ€™m trying to do and could offer some advice, it would be GREATLY appreciated!

Thank you so much in advance.

Unfortunately, at the moment, there is not a direct way to get the LatLong for an address. We hope that this will be changing soon with Google acquiring AppSheet. (A lot of Geo Location functions are most likely changing for the better - fingers crossed)

For now, you have two options:

  1. Manually lookup and enter an approximate LatLong for the address.
  2. Create a Google API call to get the LatLong value. Depending on frequency of calls, this option can result in restrictions or require a paid account. Check into those restrictions first.

Thank you! Great to know before I stress even more!

Just to confirmโ€ฆ

I wonโ€™t be able to pick up an address from a latlong OR a latlong from an address? Correct?
As in, even if an address is entered into one field and drops a pin, thereโ€™s no way to have another field with a latlong see that pin and translate that into a latlongโ€ฆright?

Thatโ€™s correct.

Top Labels in this Space