-
1
- #1
I have a simple report whereby I have a parameter [Param1] (that the user enters) - suppose it is the CustomerID field.
The Report selection is such that we then see all the data in a Customer table for the entered CustomerID.
The problem is that my user may not know the CustomerID off the top of their head so I want the Param1 to be a lookup against existing CustomerID fields in the table.
I've stepped through the example in the help files and can see that you can import a list (to form a lookup) against existing data entries - BUT how do I have this dynamic in the sense that if I set up this lookup today a new CustomerID entered tomorrow would not be visible for selection.
How can I make this lookup dynamic ?
Is this do-able ?
Thanks in advance
Steve
The Report selection is such that we then see all the data in a Customer table for the entered CustomerID.
The problem is that my user may not know the CustomerID off the top of their head so I want the Param1 to be a lookup against existing CustomerID fields in the table.
I've stepped through the example in the help files and can see that you can import a list (to form a lookup) against existing data entries - BUT how do I have this dynamic in the sense that if I set up this lookup today a new CustomerID entered tomorrow would not be visible for selection.
How can I make this lookup dynamic ?
Is this do-able ?
Thanks in advance
Steve