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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rahulsingh12
Contributor III
Contributor III

Set analysis

Hi,

In the dimensions I want Year value to always be greater than or equal to 2017.

Currently I have data from 2014.

It is possible to restrict the data in dimension level.


Regards

Rahul

1 Solution

Accepted Solutions
Anil_Babu_Samineni

May be use Calculated Dimension

If(Year >= 2017, Year) // Give it label as Year

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

5 Replies
Anil_Babu_Samineni

May be use Calculated Dimension

If(Year >= 2017, Year) // Give it label as Year

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
senpradip007
Specialist III
Specialist III

Try like:

sum({<Year={$(>=(max(Year)))}>} [Your Field])

prma7799
Master III
Master III

Try this in your dimension

=if(Year>=2017,Year)

year.png

Anil_Babu_Samineni

Why 2014 is not displaying in your case?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
prma7799
Master III
Master III

By mistakenly I wrote 2014 in heading ..

Now correct it..