I have two collections. One collection gets the results that matches the sectors, and then the other collection should use the id that returns in the results that come from the matching criteria. However, there is an issue of text, table comparison other. Is there a way to do this?
Solved! Go to Solution.
Hi @Jeffclark ,
Use the following code from getting diqPeople that matches ID from diq
ClearCollect(
diqExpertId,
Filter(
'dbCDE.DiqPeople',
ID in diqId.Id
)
);
Hope this helps
Hi @Jeffclark ,
Use the following code from getting diqPeople that matches ID from diq
ClearCollect(
diqExpertId,
Filter(
'dbCDE.DiqPeople',
ID in diqId.Id
)
);
Hope this helps
User | Count |
---|---|
122 | |
86 | |
83 | |
74 | |
69 |
User | Count |
---|---|
215 | |
179 | |
141 | |
108 | |
83 |