How to filter datalist from hyperlink parameter

Confluence User - 18 Oct, 2021

Hi,

From a datalist row action I can hyperlink to a form, pass in a parameter id and get a specific record.

How do I do the same to filter a datalist?

Basically from a datalist A row action I need to hyperlink to a datalist B and pass in a filter so that the resulting records are filtered in datalist B.

datalists;filters

2


18 Oct, 2021
confluenceUser
confluenceUser

You can pass the parameter in the hyperlink with list with lets say name "id" and then use #requestParam.id# in where clause of the query to access that parameter.

18 Oct, 2021
confluenceUser
1
confluenceUser

Thank you for your quick response Anas. I just found another simple way to do it. 

  1. In the datalist create the filter I need.
  2. Use the autogenerated "URL Request Parameter" to filter the datalist from my first datalist row action

This is not obvious in Joget documentation

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print