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

Need help with set analysis

I am new to QLIKVIEW  and I want to show the latest value of the field FUEL PER LAST NOON on the following code:

max(

{<

    SURVEY_DATE   = {"$(=max(SURVEY_DATE_NUM))"}

>}

   

[Fuel per most recent Report]    )

This is the set of  records on which i want to use the code

6 Replies
Anil_Babu_Samineni

How about this?

FirstSortedValue([Fuel per most recent Report], -SURVEY_DATE)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
YoussefBelloum
Champion
Champion

Hi,

what do you mean by: I want to show the latest value of the field FUEL PER LAST... ?


do you mean the latest loaded value ? the latest value by Survey_date ?

trishita
Creator III
Creator III
Author

yes for example in the example we can see the latest value is the maximum value 4049.900 which is also the cumulated maximum value as per survey_date

trishita
Creator III
Creator III
Author

its not working..no values in the column

Anil_Babu_Samineni

Column? Where you are trying this. Can you share sample application

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful