Enabling a homepage with a gallery view that navigates to various views

Hello there,

  1. I have created a gallery view with various icons
  2. I want the user to navigate to a different reference view based on the image/icon they click on, in the gallery view
  3. Under Gallery view, I have tried using linktorow() based on actions I created using linktoview()
  4. However, under linktorow(), I can only select one action. Hence all the images in my gallery navigate to the same reference view when I click on them
  5. How do I make each picture navigate to different view?

 

Thanks in advance if you could help me or direct me to where this has been explained before. I tried searching but could not find anything

0 1 91
  • UX
1 REPLY 1

Steve
Platinum 5
Platinum 5

The action's Target expression has access to the columns of the row the action is performed on. You could include a column in the table that indicates what the action is to do, then use that column's value in your expression.

Top Labels in this Space