1
0
-1
2 answers
- 10-1
Thank you for your quick response Anas. I just found another simple way to do it.
- In the datalist create the filter I need.
- Use the autogenerated "URL Request Parameter" to filter the datalist from my first datalist row action
This is not obvious in Joget documentation
Add your comment... - 210
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.
Add your comment...
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.