I'm trying to adjust the config_Query.json to use alias text instead of the full url link. The in screen pop-up puts a "More_Info" text instead of showing the actual url but clicking it still takes you to the url. I would like for the Query result to be the same.
"popup": {
"title": "${WellName}",
"fields": [
{
"name": "API",
"alias": "API",
"specialType": "none"
},
{
"name": "CurrentOperatorName",
"alias": "Operator",
"specialType": "none"
},
{
"name": "Web_Link",
"alias": "Web_Link",
"specialType": "link"
SOMETHING EQUIVALENT TO ALIAS HERE TO SHOW INSTEAD OF THE URL
}
]
},
So that it looks like this...
