Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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)