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

How to make my year field display start from 10 ( 2010 ) ?

Hi All

Now my year field display from 09 till 12 , may i know how to make it display start from 11 till 12 ?

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Several ways, one:

=If(Year>2010, year_s_)

View solution in original post

2 Replies
tresesco
MVP
MVP

Several ways, one:

=If(Year>2010, year_s_)

Not applicable
Author

Thank you very much.