Currently testing the Smart Fields functionality, running the examlpe for URLLink field which should display "Link" pulling the data from the URL field.
I copy/pasted the example code to the options section in the URLLink Field Management from here:
- Name: URLLink
- Type: Text
- Options: <source>SELECT IIf([URL] Is Null,"","<A href='" & [URL] & "'>Link</A>") AS URLLink, ¯qURL.ItemID
FROM ¯qURL
WHERE (((¯qURL.FieldID)=15) AND ((¯qURL.URL) Is Not Null));
</source>
I restarted InfoQube as suggested.
I get this error message when I refresh the grid
Comments