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: 
etrotter
Creator II
Creator II

Set Analysis Not Responding to Filters

Hello Everyone,

I am trying to create a chart that will not respond to the the time filters, here is what I have so far:

{$<Year=,Month=,WeekNum=>}

It is still responding to the filter selections, any ideas?

Thanks in advance!

1 Solution

Accepted Solutions
etrotter
Creator II
Creator II
Author

I ended up going into the back end and creating a new field that wouldn't respond to date as opposed to using the goal line

View solution in original post

8 Replies
luismadriz
Specialist
Specialist

Hi Erica, that's odd! what chart are you working on? Statistic?

Cheers,

Luis

jonathandienst
Partner - Champion III
Partner - Champion III

Hard to say without a sample or a lot more information.

Some thoughts - the override applies to selections only. Selections in other fields could reduce the data set, including the fields in the override set selection.

If this in a nested expression, make sure that the set is applied to both the outer and inner expressions (especially for constructs like Sum(Aggr(...))

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
etrotter
Creator II
Creator II
Author

I am using it in a bar chart to make a goal line by using the reference line, here is the whole expression:

=num(SUM({$<VALUE-={0},Year=,Month=,WeekNum=>}Department_Goal),'#,##0.000')

jonathandienst
Partner - Champion III
Partner - Champion III

Nothing special here. I suggest that you upload a small sample that illustrates your problem. What field(s) are the users selecting?

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
luismadriz
Specialist
Specialist

Is this one really changing or is it the other measures in the bars?

woshua5550
Creator III
Creator III

what is the dimension of your chart ?

this matter may happen when you use a calculated dimension

attach your app if possible

sasiparupudi1
Master III
Master III

May be try without the VALUE-={0} to see if the selection still getting influenced by the time selections?

=num(SUM({$<VALUE-={0},Year=,Month=,WeekNum=>}Department_Goal),'#,##0.000')

etrotter
Creator II
Creator II
Author

I ended up going into the back end and creating a new field that wouldn't respond to date as opposed to using the goal line