Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
rami_naassaoui
Contributor III
Contributor III

Field Filter

Hi everyone,

I'm working on a Qlik Sense application and I'm facing an issue with a specific filtering field called "Daprtement"

this field is directely in the fact table STRUCTURE.

it has to show 12 distinct values in the visualisation however, i see only 11 when i put  DEPARTEMENT on a filter.

when i try to test the 

Test_DEPARTEMENT  :
load
distinct DEPARTEMENT  as TEST_DEPARTEMENT
RESIDENT STRUCTURE;

Test_DEPARTEMENT  now contains 12 distinct values. What went wrong ?  it it related to the section access ? 

2 Replies
Vegar
MVP
MVP

It can absolutely be related to your section access configuration. 

How is that setup? Is it on DEPARTEMENT level or other. Note, if you use *, then it does not automatically give you access to all - only the accumulate of all values listed for all the users in the SA.

Chanty4u
MVP
MVP

Hi

If one department has:

No transactions after reduction

Or filtered by selection

Or excluded by Section Access

It will not show in filter pane.

 

Or try this create a table with

DEPARTEMENT

Count(STRUCTURE_ID).

If it shows 0 then it wil not show in filter