3 weeks ago
Hello,
When creating a SQL view its quite easy to write in a WHERE clause the code
WHERE Field_1 NOT IN (SELECT DISTINCT FIELD_11 FROM ATABLE).
How would would one create this in a performant way in a Graphical view ?
I know you could Join 2 Tables and then FILTER the result on a field being Blank/Empty, but is that performant. At this moment I see no posibility to do this easily.
Request clarification before answering.
Actually I think I am not sure if I understand the question right but you absolutly can do this. When you put a filter operator in a graphical view you can do it
[Field to filter] in ( Select [Field to Filter] from [View] )
Sadly I 've just changed company and I do not have access to Datasphere for the moment to give you a proper answer but it is totally possible you just have to play with the syntax a little ( I had to use it also)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
73 | |
18 | |
9 | |
8 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.