Hi Everyone,
I have a requirement to filter the data based on the user's level of access. Following is an example of how the table is structured
Expected Result
I have tried to implement this in join . I tried to exclude the joining the column if it has a value 'ALL' through a case statement. I am looking for your suggestions to do this better. Thank you in advance