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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
RodrigoAsa
Contributor II
Contributor II

Ignore selected filters and keep the one from Set Analisys

Dear all, good morning.

I have a problem: I need it to maintain the date filter I set in the analisys set. In this case, it would be the last three months (in this case, August, September, and October, since it's October), but it's only showing the current month. So, I'd like to know possible solutions to this problem.

Thank you all in advance.
Labels (2)
2 Solutions

Accepted Solutions
robert_mika

Maybe lie that?

Sum({$<  Product=,Customer=,Year={2009}>} Sales)

The part in your post is different?

What is the issue

View solution in original post

Vegar
MVP
MVP

I assume you are making selections to other date/month fields than  [Data de Emissão] . As @robert_mika  suggests, you might need to clear those selections. Let's assume you select October in a [Month] fields. Then try this:

SUM({<Month, [Data de Emissão] = {">=$(vMêsAtual2Retro)<=$(vFimMêsAtual)"} >} [Amount])

View solution in original post

3 Replies
robert_mika

Maybe lie that?

Sum({$<  Product=,Customer=,Year={2009}>} Sales)

The part in your post is different?

What is the issue

RodrigoAsa
Contributor II
Contributor II
Author

In this part of my analysis set: [Data de Emissão] = {">=$(vMêsAtual2Retro)<=$(vFimMêsAtual)"},
The variable 'vMêsAtual2Retro' is used to get the two retroactive months and 'vFimMêsAtual' shows the current month. The objective is to get the revenue for the current month and the two retroactive ones.

Vegar
MVP
MVP

I assume you are making selections to other date/month fields than  [Data de Emissão] . As @robert_mika  suggests, you might need to clear those selections. Let's assume you select October in a [Month] fields. Then try this:

SUM({<Month, [Data de Emissão] = {">=$(vMêsAtual2Retro)<=$(vFimMêsAtual)"} >} [Amount])