Examples:
- If user creates a new item in IQ then <CTRL>K to add URL, link to browser is created that opens directly to the linked page
- If user drag / drops URL to create a new item in IQ. When user clicks on it windows opens display asking which program to use.
- If user drag / drops URL to create new item in IQ but elects "no hyperlink" the linked data opens in HTML pane
- In none of the 3 situations does the following equation work.
My guess is #3 doesn't work because equation calls for link in item but I don't understand #1 & #2 where a link is created.
Finally I'm wordering if the equation can be changed to the following so any data in HTML pane will produce an icon consistently:
AM: icon=AddKeyword(Icon,"<img,HTML</img>) |
E:Icon=RemoveKeyword(Icon, "<img>link</img>">
Comments
<source>SELECT ¯Items.ID AS ItemID, [ItemHasURL] AS [Value], [¯qURL.ID]>0 AS ItemHasURL FROM ¯Items LEFT JOIN ¯qURL ON ¯Items.ID = ¯qURL.ItemID WHERE (((¯qURL.ID) Is Not Null));</source>