Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Seeing data only greater than 2014

Hi

I have a chart in which I wanted to see data only where year is greater than 2014 , but as soon as I add the filter in set analysis expression the color coding of Priority when an Year is selected changes .. how do I enable my chart not to change color and also enable to show only 2014

Thanks!

7 Replies
Anonymous
Not applicable
Author

Any help on this please

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Check "Persistent Colors" on the Colors tab of the chart.

-Rob

http://masterssummit.com

http://qlikviewcookbook.com

Anonymous
Not applicable
Author

it still changes the color of the bars as soon as click year 2016 , and also 2016 is not selected in the chart.

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Remove your Background color expressions from the Dimensions and Expressions.

-Rob

Not applicable
Author

I'm very new to Qlik sense 2.x however your test file that you attached, I'm only able to see year 2015 and 2016 in date field. are you missing data for 2014?

bindu_apte
Creator III
Creator III

Hi,

Please try this using below expression chart.

Count({<IsEscape={1},Status={'Open'},Year = {"=Year follows 2014"}>}[Jira Key])

Let me know if issue still persists.

qlikview979
Specialist
Specialist

Hi Ramya,

Your Original expression is :-

Count({<IsEscape={1},Status={'Open'},Year = {">=2014"}>}[Jira Key])

Change your Expression write like this:-

Count({<IsEscape={1},Status={'Open'},Year = {">2014"}>}[Jira Key])

Regards,

Mahesh.