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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Vigneshvaran
Partner - Contributor
Partner - Contributor

Display all the values excluding maximum and minimum value

Hello,

I need to display all the values excluding maximum and minimum Price vale. Please find the excel data source.

1 Reply
devarasu07
Master II
Master II

Hi,

Refer to the attached output.

using below set analysis with date range method u can get the desired out.

sum( {$<Date={">$(=Date(Min(Date)))<$(=Date(Max(Date)))"}>}Price)

Capture.JPG