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: 
Anonymous
Not applicable

Year calc

Probably an easy answer but it's not working for me.

If I have year on one chart 2013   2014  2015  2016  2017  2018  (Year req)

And I want to use that field for only 2014  2015  2016  2017 on another chart, how do I hide 2013 & 2018 on this chart?

Do I need to create another field, (Year req2)  or is there a way to manipulate the first field on the new chart?

2 Replies
Anonymous
Not applicable
Author

Use

If(Wildmatch([Year req], '2013', '2018'), null(), [Year req])

as your chart dimension and uncheck 'Show null values' on the dimension.

Cheers,

Josefina

Anonymous
Not applicable
Author

Chart needs 2013 & 2018 removed.pngNo this did not do it.  I want the field across the top to be 2014  2015  2016  2017( Year Rqstd), and for the bar chart to only reflect those bars.