Help with locations

Hi!

In my app, I have the table “Jornadas”, where I collect a “Jornada” which is related to a “Máquina”.

In table “Máquinas” I have a virtual column named LocMaq which have this expression : select(Jornadas[Localización], [Máquina]=[_thisrow])

And then in the same table but in a non virtual column named Localización I have this expression to take the last location of the “Máquina”: Index([LocMaq], count([LocMaq]))

If I go to a “Máquina”, the location is correctly taken, but when I see the map view (where the data layer for the map related to the table “Máquinas” is Localización), the “Máquina” is not shown in the map cause I haven’t edited or updated that “Máquina”. Is there any option to automatically update it when it’s Localización value changes?

Thanks.

0 1 274
  • UX
1 REPLY 1

Check this sample app “EventAction” how it’s done from here… https://www.appsheet.com/portfolio/531778

Top Labels in this Space