Joined: 20 Jan 2012
Online Status: Offline
Posts: 2
Topic: Binding an SQL "where" clause to a field in the re Posted: 20 Jan 2012 at 2:19am
Hello everybody,
I have made a crystal report that works fine. Now, I need to add a
specific query to the report and drag and drop the returned fields in
the report.
The problem is that I need to add a query that contains a "Where" clause
that is binded to a field already existing in the report, for example :
SELECT T0.Field1,
T0.Field2,
T0.Field3
FROM Table1 T0
WHERE T0.Field4=(a field from a report)
Is it possible to do it ? if yes, how can I do it.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum