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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
deepti_singh
Creator II
Creator II

Filter pane shows duplicate values

Hi,

I am using a filter pane with ONLY one dimension Tenure. But it shows duplicate values. Why is that? I thought that Filter pane in Qlik Sense is something like a List box in QlikView which by default shows ONLY distinct values. Is that not the case?

Thanks.

Regards,

Deepti Singh

2 Replies
sinanozdemir
Specialist III
Specialist III

Can you post a sample dataset? It should be distinct values as far as I know.

jagan
Partner - Champion III
Partner - Champion III

Hi,

What filter it is?  If it is month, then change you script like below

LOAD

*,

MonthEnd(DateTimeField) AS Month

FROM DataSource;

Note Qlikview is case sensitive, if there is difference is casing it will show as separate values.

Hope this helps you.

Regards,

Jagan.