I have a query in which I wanted to use a user input variable as follows:
RKF1 contains the user input variable and the info object restricted is Object1 a date object which is referencing 0DATE
RKF2 contains the user input variable and the info object restricted is Object2 a date object which is referencing 0DATE
I would think since both info objects are reference objects to 0DATE that this would be fine. However, I get the error message variable is used for 2 different objects.
Why is this? Thanks