Submitted by viking on 2023/07/15 23:03

I have read this section: Hyperlinks

I must be missing something..

I have an item with Item ID = 4828. I want to go to Grid1 and select the item.
My hyperlink is thus: "4828|Grid1". However, nothing happens when clicking on this link.
I can go to the grid by this hyperlink "Grid1" (but that does, of course, not select the item)

 

Comments

I did some more testing.
In a welcome database, I created an item "Go Here" as a subitem of Microsoft in the AddressBook. Thus, the item's homegrid is AddressBook. I added the item to the Invoices grid (ctrl-drag-drop). I created a link next to "Microsoft". The item has the html code

Microsoft <a href="2666|Invoices">LINK</a>

When I click on the link, it takes me to the "Go Here" item in the AddressBook (homegrid) instead of in the Invoices grid.

z

 

p.s. Sorry about the "666" in the item ID. It was not intentional but real....

This second method is quite different. It basically applies a filter to the grid. On the plus side, it can be any filter string, but on the minus side, it will only show the item if the item was already shown in the grid (and it meets the grid source, as this is a source filter)

How do I ?