Hesloan Viana Posted April 20, 2021 Share Posted April 20, 2021 I have two UniqueConcatenate on a cross table, one for actual month and one for the last month, i need to see, for every value in the first UniqueConcatenate, if that value exists in the second UniqueConcatenate. Like this: UniqueConcatenate([users]) = ('User A', 'User B', 'User C', 'User D') UniqueConcatenate([users-1]) = ('User A', 'User C', 'User F') I need to see, for every value onUniqueConcatenate([users]) if exists inUniqueConcatenate([users-1]). In this example this should return 2 ('User A' and 'User C' exists in both UniqueConcatenate) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now