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

Ignore Dimension Filter

How do i ignore Dimension Filter in charts?

Used Dimension

=Pick(WildMatch(Labels, '*CD*'), SelectMonthCreated)

Expressions 1

Count({<Labels={'*CD*'}, Key={"=CreatedMonth=Num(Month(Created))"}>} Labels)

Expressions 2

Count({<Labels={'*CD*'}, Key={"=ResolvedMonth=Num(Month(Resolved))"}>} Labels)


The result of expressions 1 is correct because of the dimensions =Pick(WildMatch(Labels, '*CD*'), SelectMonthCreated)

expressions 2 i want it to used dimensions with The result of expressions 1 is correct because of the dimensions =Pick(WildMatch(Labels, '*CD*'), SelectMonthResolved)


but if i add another dimensions, the chart is wrong how do i ignore the dimensions in expressions 2?

Labels (1)
0 Replies