cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

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

Bhargav1
6-Contributor

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

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.

1 ACCEPTED SOLUTION

Accepted Solutions
PaiChung
22-Sapphire I
(To:Bhargav1)

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

View solution in original post

1 REPLY 1
PaiChung
22-Sapphire I
(To:Bhargav1)

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

Top Tags