Viewing 6 posts - 1 through 6 (of 6 total)
Finally got it working by "thinning" the code. Thanks for replying though!
March 6, 2017 at 12:39 pm
The original code was this:SELECT DISTINCT
v_R_System.Name0
FROM
v_R_System
JOIN v_FullCollectionMembership FCM
ON FCM.ResourceID = v_R_System.ResourceID
WHERE
v_R_System.Name0 NOT IN
...
March 6, 2017 at 8:58 am
Ok, finally got it working. Thank you for all your help and guidance.
February 24, 2017 at 12:19 pm
I whittled the query down to the essentials. A couple of days ago, I had it working, but the report always displayed the exact the same data regardless of the...
February 24, 2017 at 11:07 am
What else do you require? screenshots? the Parameter settings? My apologies, I'm a SQL coding newbie
February 24, 2017 at 9:56 am
Viewing 6 posts - 1 through 6 (of 6 total)