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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get Max Financial quarter dynamically

Hi All,

I am using the the expression which is not working

=MaxString({$<[Year]=MaxString([Year])>}[Quarter]) &Mid(MaxString([Year]),3,2)

could you please let me known how to slove my problem?

Thanks

1 Solution

Accepted Solutions
adamwilson
Partner - Creator
Partner - Creator

for the first part try:

= MaxString({$<[Year]= {$(=MaxString([Year]))}>}[Quarter])

I cant see anything wrong with the syntax for the second part:

Mid(MaxString([Year]),3,2)

View solution in original post

1 Reply
adamwilson
Partner - Creator
Partner - Creator

for the first part try:

= MaxString({$<[Year]= {$(=MaxString([Year]))}>}[Quarter])

I cant see anything wrong with the syntax for the second part:

Mid(MaxString([Year]),3,2)