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: 
rcorcoran
Creator
Creator

header expression

Hi Trying to get a header to show the current year selected -1 ie 2015 if it is 2016 selected.  Any help would be appreciated

='Staff Category Primary Care '& GetFieldSelections((ReferredYYYY)-1)

1 Solution

Accepted Solutions
sunny_talwar

Try this:

='Staff Category Primary Care '& (GetFieldSelections(ReferredYYYY)-1)

or may be this:

='Staff Category Primary Care '& (Max(ReferredYYYY)-1)

View solution in original post

2 Replies
sunny_talwar

Try this:

='Staff Category Primary Care '& (GetFieldSelections(ReferredYYYY)-1)

or may be this:

='Staff Category Primary Care '& (Max(ReferredYYYY)-1)

rcorcoran
Creator
Creator
Author

Thanks Sunny works a treat