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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Data value not affected by filters

Dear All,

I am new on Qlikview and I am testing the trial version of QV11.

I have 5 excel files which contains data on turnover split by months. Each excel file refers to a specific year.

I can select the month and year and see which is the specific turnover in that period. So far so good.

Now, I would like to compare the filtered data of each month with the total turnover for a specific year. The problem is that also the total turnover is affected by my month selection.

Is there any way to have a specific field which QV populates with data from an excel table and which value remains unchanged even if I filters the data of the same table? This can help me to compare a specific period of each year with the total amount of that year.

I tried to surf on the web and this community without success.

Thank you for your help

Massimo

4 Replies
Not applicable
Author

Hi Massimo,

you will most likely use set analysis to achieve this, have a look at the below for more on the topic

http://community.qlik.com/docs/DOC-4951

hope that helps

Joe

PrashantSangle


Hi,

try like

Sum(Total<Year> turnover)

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Not applicable
Author

Thanks Joe.

It seems very helpful. Let me have a deep look.

Regards

tyagishaila
Specialist
Specialist

Try this

Sum({$<month>}turnover) for current selection of month.

Sum({1<year='2014'>}turnover) for total turnover of year

Let me know