1
0
-1

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.

    CommentAdd your comment...

    2 answers

    1.  
      2
      1
      0

      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

        CommentAdd your comment...
      1.  
        2
        1
        0

        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.

          CommentAdd your comment...