Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
v_jaideep
Creator
Creator

Show Price for Min Date

Hello, 

I'm able to get the launch Price through below expression. But the value changes when date is selected.

I don't want the price value to change irrespective of the date selection. It should always show the price on minimum date.Suppose minimum date 01/01/2000 and price is '100' and date selected from filters is 01/01/2021.Price should still show '100'

FirstSortedValue(distinct local_price,effective_start_date))

1 Reply
mato32188
Specialist
Specialist

Hi @v_jaideep ,

have you tried to use set analysis in your expression, like 

FirstSortedValue({<YourDateField>} distinct local_price,effective_start_date))

BR

m

ECG line chart is the most important visualization in your life.