Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Compare relative stock performace

Hi everybody and thank you for this great community.

I want to compare two different stocks in a dynamic Chart. The solution should not be scriptbased.

Therefore it is neccessary to set the first Course of each stock to 100.

For a better understanding i created an excelsheet.

If it is not to complicated, can anyone help me with the implemetation in qlikview?

1 Solution

Accepted Solutions
eduardo_sommer
Partner - Specialist
Partner - Specialist

See attached file, where the expressions used were

only(CourseStock1)/FirstSortedValue(total CourseStock1,Date)*100  and

only(CourseStock2)/FirstSortedValue(total CourseStock2,Date)*100

Regards

Eduardo

View solution in original post

1 Reply
eduardo_sommer
Partner - Specialist
Partner - Specialist

See attached file, where the expressions used were

only(CourseStock1)/FirstSortedValue(total CourseStock1,Date)*100  and

only(CourseStock2)/FirstSortedValue(total CourseStock2,Date)*100

Regards

Eduardo