Customer Portal

Select Query with input variable

Comments 1

  • Avatar
    julrych
    0
    Comment actions Permalink
    Hi Faldarod,

    The best way to implement what you are attempting to do is using LookupJoin. Question marks in query are automatically replaced by values from fields specified as Join key in respective order.

    The attached graph illustrates that. You will just need to configure connection to database and provide some meaningful data in DataGenerator. I split the query into two queries - one for patient and another for behandelaar. Otherwise you would get cartesian product of the tables which I do not suppose is what you expect.

Please sign in to leave a comment.