Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Ignore all filters but keep one

Is there a way to ignore all filters and keep one ?

sum(CA)

1 Solution

Accepted Solutions
jagan
Luminary Alumni
Luminary Alumni

HI,

Try like this

=Sum({1< Date={‘>=$(=YearStart(Today()))<=$(=Today())’}>} CA)


Regards,

Jagan.

View solution in original post

8 Replies
lironbaram
Partner - Master III
Partner - Master III

yes

you can do it for example you want only the country filter you do it like that

sum({1<country=p(country)>}CA)

Anonymous
Not applicable
Author

I need to calculate YTD

Sum({< Date={‘>=$(=YearStart(Today()))<=$(=Today())’}>} CA)


IT WOULD BE sum({1<Date=P{‘>=$(=YearStart(Today()))<=$(=Today())’}>}CA) ? I got always error

Anonymous
Not applicable
Author

hi,

Try:

Sum({<Year=,Month=, Date={‘>=$(=YearStart(Today()))<=$(=Today())’}>} CA)

Anonymous
Not applicable
Author

I have a lot of other fiilters in the other sheets how can I ignore them ?

lironbaram
Partner - Master III
Partner - Master III

Sum({1< Date={‘>=$(=YearStart(Today()))<=$(=Today())’}>} CA)

jagan
Luminary Alumni
Luminary Alumni

HI,

Try like this

=Sum({1< Date={‘>=$(=YearStart(Today()))<=$(=Today())’}>} CA)


Regards,

Jagan.

maxgro
MVP
MVP

this is an interesting answer to your question

Ignore all selections except some specific fields using Set Analysis

qlikviewwizard
Master II
Master II

Hi,

Please try like this. Hope this will Helpful to you. Thank you.

Capture.JPG

Capture1.JPG