Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
elie_issa
Creator II
Creator II

get the previous record based on a specific date

Dear All,

Please help me solve the below issue.

I am using this expression to get the previous BU for the previous assignment date but it's giving blank

FirstSortedValue([Business Unit],-[Assignment SDate],2))

Check the attachment where the highlighted field should be filled by C***** and not blank.

Thanks.

1 Solution

Accepted Solutions
agigliotti
Partner - Champion
Partner - Champion

maybe this:

Above( [Business Unit] )

View solution in original post

1 Reply
agigliotti
Partner - Champion
Partner - Champion

maybe this:

Above( [Business Unit] )