Forum Discussion
CONCATENATE custom column formula using M Language
is there any way to concarte thse and work
"https://***/1/layers/3633601/features/"&"[ogc_fid]" &"/"& "[operation_photo]"&"/"&"?api_key=********"
Bold Fonts are coulm name so whatever values in row it will take any possiblity
Hi SkorpionAAM
"https://***/1/layers/3633601/features/" & [ogc_fid] & "/" & [operation_photo] & "/" & "?api_key=********"Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
"https://****/1/layers/3633601/features/"&[ogc_fid]&"/"&"operation_photo/"&[operation_photo]&"/"&"?api_key=*******"
then
2 Replies
- AlBCommunity Champion
Hi SkorpionAAM
"https://***/1/layers/3633601/features/" & [ogc_fid] & "/" & [operation_photo] & "/" & "?api_key=********"Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
- SkorpionAAMHelper V
"https://****/1/layers/3633601/features/"&[ogc_fid]&"/"&"operation_photo/"&[operation_photo]&"/"&"?api_key=*******"
then