Skip to main content
1-Visitor
September 9, 2019
Solved

I had a infotable with values separate by "," , I should split that data and insert in to a location

  • September 9, 2019
  • 1 reply
  • 1283 views

Hello,

I had a infotable with values separated by "," , I should split that data and insert in to a location basetype where using that location we should make a geofence on the map.

 

Please let me know how to split that data and insert into location base type.

 

find attached image for clarity.

 

Regards,

Bhargav.

Best answer by PaiChung

If you are looking to do a geofence you would need an infotable inside an infotable

outer table defines

RegionID RegionCoordinate RegionCoordinates

 

inner table RegionCoordinates has the set of coordinates

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
September 9, 2019

If you are looking to do a geofence you would need an infotable inside an infotable

outer table defines

RegionID RegionCoordinate RegionCoordinates

 

inner table RegionCoordinates has the set of coordinates