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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
RishabhTFC
Contributor III
Contributor III

Want to choose a single value

Screenshot (12).png

Hello Guys,

I am facing a  problem. Actually I had this product 111 and I want to use the price value of latest start date but the problem is that there are two similar columns and I want to use only one that is 13.

I am using

FirstSortedValue(Price,-Price_Start_Date)

but it shows me "-" in KPI any suggesstion how can I use it.

Thanks

SG

Labels (1)
2 Replies
olivierrobin
Specialist III
Specialist III

hello

your 2 prices have the same start date, so you are not sure of the one retrieved by the function

tresB
Champion III
Champion III

Try like:

FirstSortedValue(Price,-Price_Start_Date-Price)