Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How we can use 'Between' in set analysis?

This is also one interview Question...........

1 Solution

Accepted Solutions
petter
Partner - Champion III
Partner - Champion III

You can simply write a set expression that use a "search" and the search is composed of logical operators that implement the between.

Like this

Avg( { < FilmID= { "=Rating>=2 AND Rating<=4" } > Rating )

View solution in original post

4 Replies
petter
Partner - Champion III
Partner - Champion III

You can simply write a set expression that use a "search" and the search is composed of logical operators that implement the between.

Like this

Avg( { < FilmID= { "=Rating>=2 AND Rating<=4" } > Rating )

Anonymous
Not applicable
Author

Hi,

try this if this work:

sum({<Date01= {'<=$(=vToday) >=$(=vTomorrow)'}> } Amount)

Regards.

MK_QSL
MVP
MVP

sum( {$<Year = {“>1978<2004”}>} Sales )

Anonymous
Not applicable
Author

I have used between values in qlikview in the past and I used it as Peter mentioned it...