Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Join Issue

Hi,

I have 2 tables , dashboard & group. Dashboard is a table which has info of users who actually accessed the dashboards.

Group is a table which has users & user details like country in those groups. If Group A has 2 dashboards & 4 users then all 4 users will have access to those 2 dashboards.

My requirement is to get the list of users who actually accessed the dashboard & who can acess the dashboard with user details from Group table (Like country).

I tried various combinations of joins & composite key but not getting expected results (getting users who can access dashboard with country details & users who accessed dashboards with country details.)

Am i sounding confusing? please take a look at sample dashboard it may help you to understand requirement better.

5 Replies
anbu1984
Master III
Master III

Can you show expected result from your sample data?

There is no table having this detail "users who actually accessed the dashboard" in your app

Not applicable
Author

DashboardName

UserCountry
CustomerEwaGB
CustomerJonGB
CustomerJonjonGB
CustomerLoganGB
CustomerMikaUS
CustomerNoahUS
CustomerPineUS
CustomerRahanUS
CustomerSmitaUS
CustomerRajIN
CustomerRituIN

Above result set is users who are having access to customer dashboard.

Dashboard NameDashboardUsersCountry
CustomerEwaGB
CustomerJonGB
CustomerRituIN

This result set is users who actually accessed the dashboard.

Dashboard table has data of users who actually accessed the dashboard.

anbu1984
Master III
Master III

what's your desired output??

Not applicable
Author

I need both resultset. When selected a dashboard it should show me result sets

1. users who accessed the dashboard

&

2. resultset users who CAN access the dashboard.

anbu1984
Master III
Master III

Try this