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: 
Anonymous
Not applicable

Show all rows on Section Access

Hello all,

I have a dataset like this:

IDDepartmentSalary
1A1000
2A2000
3B3000
4C4000
5D5000

The idea is each one connected from different  department to be able to see only salaries of his department. For example someone from department A should see this:

IDDepartmentSalary
1A1000
2A2000
3B
4C
5D

I used a hidden script with section access,that filters on the field 'Department' but unfortunately I get this:

IDDepartmentSalary
1A1000
2A2000

So, as you understand, I want also to have the rest of the columns, but the salary to be hidden.

I tried creating 2 different tables like:

IDDepartment2
1A
2A
3B
4C
5D

AND

ID
Salary
11000
22000

and merge them but it doesn't work. I suppose there is a problem synthetic keys. Thanks a lot in advance!!!

Michael

1 Reply
Peter_Cammaert
Partner - Champion III
Partner - Champion III

If you do not want to filter on Department but want to drop the facts associated with those departments, then what do you want to show in your QlikView tables and objects about these departments?

Remember that QlikView by default hides all dimension values that have nothing to show for themselves from every table and from all objects that don't have Show All Values set (or suppress Null values disabled)