I am wanting to calculate a field into a URL that will allow a user to download a file.
I can perform this calculation in ARcmap directly without error, but GeoEvent field calculator cannot.
expression
"http://www.openstreetmap.org/trace/" & Right( [guid], 7 ) & "/data"
Error in Geoevent is
| Processor "osmdesk": Field Calculator validation failed: Unable to parse character at position 5: ':' |
IS there another way to handle this or work around it?