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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
ddd111rgg23
Contributor III
Contributor III

filter didn't reflect

hello 

i would like to ask what the possible issues that cause filter didn't match with my select < 

i trying to add different shared file with different value but when i filter it seems same result , and some KPI didn't appear 

dosaril_0-1723118286788.png

Thank You 

Labels (3)
1 Solution

Accepted Solutions
Venkat7
Contributor II
Contributor II

could you please describe more 

i mean exact your requirment for my understanding purpose without proper requirment I can't help you

View solution in original post

7 Replies
Venkat7
Contributor II
Contributor II

are you written set expression and using identifier 1 ? ensure   if you are using 1 it will not reflect any selections 

Venkat7
Contributor II
Contributor II

if you are filter data in expression that data also not reflect 

martinpohl
Partner - Master
Partner - Master

you can ignore selections in fields by editing your expression with set analysis eg {1} for ignore all selection or {<Field1, Filed2>} for ignore selections in dedicates fields.

Also alternate state could be possible, you can see them on the settings of the KPI-object

Regards

anat
Master
Master

You may bypassed filtered dims in expression

Venkat7
Contributor II
Contributor II

could you please describe more 

i mean exact your requirment for my understanding purpose without proper requirment I can't help you

ddd111rgg23
Contributor III
Contributor III
Author

i really appreciate your help, 

more datils 

this is my set analysis without {1}:

Count({<Flag = {'Compliance'},[KPI Name] = {'Compliance Maturity Level'}, Results = {'Yes'}>}Results)
/
Count({<Flag = {'Compliance'},[KPI Name] = {'Compliance Maturity Level'}>}Results),

and this is my script :

Concatenate(Compliance)
LOAD
"KPI Name",
SubPolicy,
policy,
"Year",
Quarter,
Results,
F7,
Comments,
'Compliance' as Flag,
' LLC ' as CompanyName
FROM [lib://AttachedFiles/GRCC Dashboard - Compliance inputs - -Aero.xlsx]
(ooxml, embedded labels, table is [Compliance Maturity Level]);

, and this is the files i make the filter by companyName from it   

 

dosaril_1-1723138327238.png

thank you 

ddd111rgg23
Contributor III
Contributor III
Author

thank you