Hi,
I have a table view with column city and different values like below, how can i add a hyperlink to open each value as external url (example Google Maps )
City | ID | Ext ID |
---|---|---|
Paris | 01 | 1001 |
Chicago | 02 | 1002 |
Austin | 03 | 1003 |
I know i can make it hyperlink by changing the field type in GET_P and use fp_onclick but how to make that link dynamic based on different cities. Any help would be appreciated.
Thanks,
L.Will